public class ExternalImportKeyModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
SOURCEKEY
Generated constant - Attribute key of
ExternalImportKey.sourceKey attribute defined at extension impex. |
static java.lang.String |
SOURCESYSTEMID
Generated constant - Attribute key of
ExternalImportKey.sourceSystemID attribute defined at extension impex. |
static java.lang.String |
TARGETPK
Generated constant - Attribute key of
ExternalImportKey.targetPK attribute defined at extension impex. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ExternalImportKeyModel()
Generated constructor - Default constructor for generic creation.
|
ExternalImportKeyModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ExternalImportKeyModel(ItemModel _owner,
java.lang.String _sourceKey,
java.lang.String _sourceSystemID,
PK _targetPK)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ExternalImportKeyModel(java.lang.String _sourceKey,
java.lang.String _sourceSystemID,
PK _targetPK)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSourceKey()
Generated method - Getter of the
ExternalImportKey.sourceKey attribute defined at extension impex. |
java.lang.String |
getSourceSystemID()
Generated method - Getter of the
ExternalImportKey.sourceSystemID attribute defined at extension impex. |
PK |
getTargetPK()
Generated method - Getter of the
ExternalImportKey.targetPK attribute defined at extension impex. |
void |
setSourceKey(java.lang.String value)
Generated method - Setter of
ExternalImportKey.sourceKey attribute defined at extension impex. |
void |
setSourceSystemID(java.lang.String value)
Generated method - Setter of
ExternalImportKey.sourceSystemID attribute defined at extension impex. |
void |
setTargetPK(PK value)
Generated method - Setter of
ExternalImportKey.targetPK attribute defined at extension impex. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String SOURCESYSTEMID
ExternalImportKey.sourceSystemID attribute defined at extension impex.public static final java.lang.String SOURCEKEY
ExternalImportKey.sourceKey attribute defined at extension impex.public static final java.lang.String TARGETPK
ExternalImportKey.targetPK attribute defined at extension impex.public ExternalImportKeyModel()
public ExternalImportKeyModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public ExternalImportKeyModel(java.lang.String _sourceKey,
java.lang.String _sourceSystemID,
PK _targetPK)
_sourceKey - initial attribute declared by type ExternalImportKey at extension impex_sourceSystemID - initial attribute declared by type ExternalImportKey at extension impex_targetPK - initial attribute declared by type ExternalImportKey at extension impex@Deprecated public ExternalImportKeyModel(ItemModel _owner, java.lang.String _sourceKey, java.lang.String _sourceSystemID, PK _targetPK)
_owner - initial attribute declared by type Item at extension core_sourceKey - initial attribute declared by type ExternalImportKey at extension impex_sourceSystemID - initial attribute declared by type ExternalImportKey at extension impex_targetPK - initial attribute declared by type ExternalImportKey at extension impex@Accessor(qualifier="sourceKey", type=GETTER) public java.lang.String getSourceKey()
ExternalImportKey.sourceKey attribute defined at extension impex.@Accessor(qualifier="sourceSystemID", type=GETTER) public java.lang.String getSourceSystemID()
ExternalImportKey.sourceSystemID attribute defined at extension impex.@Accessor(qualifier="targetPK", type=GETTER) public PK getTargetPK()
ExternalImportKey.targetPK attribute defined at extension impex.@Accessor(qualifier="sourceKey", type=SETTER) public void setSourceKey(java.lang.String value)
ExternalImportKey.sourceKey attribute defined at extension impex.value - the sourceKey@Accessor(qualifier="sourceSystemID", type=SETTER) public void setSourceSystemID(java.lang.String value)
ExternalImportKey.sourceSystemID attribute defined at extension impex.value - the sourceSystemIDCopyright © 2018 SAP SE. All Rights Reserved.