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:
Serializable
Generated model class for type ExternalImportKey first defined at extension impex.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofExternalImportKey.sourceKeyattribute defined at extensionimpex.static final StringGenerated constant - Attribute key ofExternalImportKey.sourceSystemIDattribute defined at extensionimpex.static final StringGenerated 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, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.ExternalImportKeyModel(ItemModel _owner, String _sourceKey, 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 - Default constructor for creation with existing contextExternalImportKeyModel(String _sourceKey, 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
Modifier and TypeMethodDescriptionGenerated method - Getter of theExternalImportKey.sourceKeyattribute defined at extensionimpex.Generated method - Getter of theExternalImportKey.sourceSystemIDattribute defined at extensionimpex.Generated method - Getter of theExternalImportKey.targetPKattribute defined at extensionimpex.voidsetSourceKey(String value) Generated method - Setter ofExternalImportKey.sourceKeyattribute defined at extensionimpex.voidsetSourceSystemID(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, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
SOURCESYSTEMID
Generated constant - Attribute key ofExternalImportKey.sourceSystemIDattribute defined at extensionimpex.- See Also:
-
SOURCEKEY
Generated constant - Attribute key ofExternalImportKey.sourceKeyattribute defined at extensionimpex.- See Also:
-
TARGETPK
Generated constant - Attribute key ofExternalImportKey.targetPKattribute defined at extensionimpex.- See Also:
-
-
Constructor Details
-
ExternalImportKeyModel
public ExternalImportKeyModel()Generated constructor - Default constructor for generic creation. -
ExternalImportKeyModel
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(String _sourceKey, 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, String _sourceKey, 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 Details
-
getSourceKey
Generated method - Getter of theExternalImportKey.sourceKeyattribute defined at extensionimpex.- Returns:
- the sourceKey
-
getSourceSystemID
Generated method - Getter of theExternalImportKey.sourceSystemIDattribute defined at extensionimpex.- Returns:
- the sourceSystemID
-
getTargetPK
Generated method - Getter of theExternalImportKey.targetPKattribute defined at extensionimpex.- Returns:
- the targetPK
-
setSourceKey
Generated method - Setter ofExternalImportKey.sourceKeyattribute defined at extensionimpex.- Parameters:
value- the sourceKey
-
setSourceSystemID
Generated method - Setter ofExternalImportKey.sourceSystemIDattribute defined at extensionimpex.- Parameters:
value- the sourceSystemID
-
setTargetPK
Generated method - Setter ofExternalImportKey.targetPKattribute defined at extensionimpex.- Parameters:
value- the targetPK
-