Package de.hybris.platform.impex.model
Class ExternalImportKeyModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.impex.model.ExternalImportKeyModel
-
- All Implemented Interfaces:
java.io.Serializable
public class ExternalImportKeyModel extends ItemModel
Generated model class for type ExternalImportKey first defined at extension impex.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringSOURCEKEYGenerated constant - Attribute key ofExternalImportKey.sourceKeyattribute defined at extensionimpex.static java.lang.StringSOURCESYSTEMIDGenerated constant - Attribute key ofExternalImportKey.sourceSystemIDattribute defined at extensionimpex.static java.lang.StringTARGETPKGenerated constant - Attribute key ofExternalImportKey.targetPKattribute defined at extensionimpex.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description ExternalImportKeyModel()Generated constructor - Default constructor for generic creation.ExternalImportKeyModel(ItemModel _owner, java.lang.String _sourceKey, java.lang.String _sourceSystemID, PK _targetPK)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersExternalImportKeyModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextExternalImportKeyModel(java.lang.String _sourceKey, java.lang.String _sourceSystemID, PK _targetPK)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSourceKey()Generated method - Getter of theExternalImportKey.sourceKeyattribute defined at extensionimpex.java.lang.StringgetSourceSystemID()Generated method - Getter of theExternalImportKey.sourceSystemIDattribute defined at extensionimpex.PKgetTargetPK()Generated method - Getter of theExternalImportKey.targetPKattribute defined at extensionimpex.voidsetSourceKey(java.lang.String value)Generated method - Setter ofExternalImportKey.sourceKeyattribute defined at extensionimpex.voidsetSourceSystemID(java.lang.String value)Generated method - Setter ofExternalImportKey.sourceSystemIDattribute defined at extensionimpex.voidsetTargetPK(PK value)Generated method - Setter ofExternalImportKey.targetPKattribute defined at extensionimpex.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
SOURCESYSTEMID
public static final java.lang.String SOURCESYSTEMID
Generated constant - Attribute key ofExternalImportKey.sourceSystemIDattribute defined at extensionimpex.- See Also:
- Constant Field Values
-
SOURCEKEY
public static final java.lang.String SOURCEKEY
Generated constant - Attribute key ofExternalImportKey.sourceKeyattribute defined at extensionimpex.- See Also:
- Constant Field Values
-
TARGETPK
public static final java.lang.String TARGETPK
Generated constant - Attribute key ofExternalImportKey.targetPKattribute defined at extensionimpex.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ExternalImportKeyModel
public ExternalImportKeyModel()
Generated constructor - Default constructor for generic creation.
-
ExternalImportKeyModel
public ExternalImportKeyModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
ExternalImportKeyModel
@Deprecated(since="4.1.1", forRemoval=true) public ExternalImportKeyModel(java.lang.String _sourceKey, java.lang.String _sourceSystemID, PK _targetPK)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_sourceKey- initial attribute declared by typeExternalImportKeyat extensionimpex_sourceSystemID- initial attribute declared by typeExternalImportKeyat extensionimpex_targetPK- initial attribute declared by typeExternalImportKeyat extensionimpex
-
ExternalImportKeyModel
@Deprecated(since="4.1.1", forRemoval=true) public ExternalImportKeyModel(ItemModel _owner, java.lang.String _sourceKey, java.lang.String _sourceSystemID, PK _targetPK)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore_sourceKey- initial attribute declared by typeExternalImportKeyat extensionimpex_sourceSystemID- initial attribute declared by typeExternalImportKeyat extensionimpex_targetPK- initial attribute declared by typeExternalImportKeyat extensionimpex
-
-
Method Detail
-
getSourceKey
@Accessor(qualifier="sourceKey", type=GETTER) public java.lang.String getSourceKey()
Generated method - Getter of theExternalImportKey.sourceKeyattribute defined at extensionimpex.- Returns:
- the sourceKey
-
getSourceSystemID
@Accessor(qualifier="sourceSystemID", type=GETTER) public java.lang.String getSourceSystemID()
Generated method - Getter of theExternalImportKey.sourceSystemIDattribute defined at extensionimpex.- Returns:
- the sourceSystemID
-
getTargetPK
@Accessor(qualifier="targetPK", type=GETTER) public PK getTargetPK()
Generated method - Getter of theExternalImportKey.targetPKattribute defined at extensionimpex.- Returns:
- the targetPK
-
setSourceKey
@Accessor(qualifier="sourceKey", type=SETTER) public void setSourceKey(java.lang.String value)
Generated method - Setter ofExternalImportKey.sourceKeyattribute defined at extensionimpex.- Parameters:
value- the sourceKey
-
setSourceSystemID
@Accessor(qualifier="sourceSystemID", type=SETTER) public void setSourceSystemID(java.lang.String value)
Generated method - Setter ofExternalImportKey.sourceSystemIDattribute defined at extensionimpex.- Parameters:
value- the sourceSystemID
-
-