Class TuaExternalIdentifierModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.tuadatamodel.model.TuaExternalIdentifierModel
- All Implemented Interfaces:
Serializable
Generated model class for type TuaExternalIdentifier first defined at extension tuadatamodel.
External Identifier of an entity.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofTuaExternalIdentifier.codeattribute defined at extensiontuadatamodel.static final StringGenerated constant - Attribute key ofTuaExternalIdentifier.externalIdentifierTypeattribute defined at extensiontuadatamodel.static final StringGenerated constant - Attribute key ofTuaExternalIdentifier.idattribute defined at extensiontuadatamodel.static final StringGenerated constant - Attribute key ofTuaExternalIdentifier.ownerSystemattribute defined at extensiontuadatamodel.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.TuaExternalIdentifierModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextTuaExternalIdentifierModel(String _code, String _externalIdentifierType, String _id, ItemModel _owner, String _ownerSystem) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTuaExternalIdentifierModel(String _code, String _externalIdentifierType, String _id, String _ownerSystem) 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 TypeMethodDescriptiongetCode()Generated method - Getter of theTuaExternalIdentifier.codeattribute defined at extensiontuadatamodel.Generated method - Getter of theTuaExternalIdentifier.externalIdentifierTypeattribute defined at extensiontuadatamodel.getId()Generated method - Getter of theTuaExternalIdentifier.idattribute defined at extensiontuadatamodel.Generated method - Getter of theTuaExternalIdentifier.ownerSystemattribute defined at extensiontuadatamodel.voidGenerated method - Setter ofTuaExternalIdentifier.codeattribute defined at extensiontuadatamodel.voidsetExternalIdentifierType(String value) Generated method - Setter ofTuaExternalIdentifier.externalIdentifierTypeattribute defined at extensiontuadatamodel.voidGenerated method - Setter ofTuaExternalIdentifier.idattribute defined at extensiontuadatamodel.voidsetOwnerSystem(String value) Generated method - Setter ofTuaExternalIdentifier.ownerSystemattribute defined at extensiontuadatamodel.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:
-
CODE
Generated constant - Attribute key ofTuaExternalIdentifier.codeattribute defined at extensiontuadatamodel.- See Also:
-
OWNERSYSTEM
Generated constant - Attribute key ofTuaExternalIdentifier.ownerSystemattribute defined at extensiontuadatamodel.- See Also:
-
EXTERNALIDENTIFIERTYPE
Generated constant - Attribute key ofTuaExternalIdentifier.externalIdentifierTypeattribute defined at extensiontuadatamodel.- See Also:
-
ID
Generated constant - Attribute key ofTuaExternalIdentifier.idattribute defined at extensiontuadatamodel.- See Also:
-
-
Constructor Details
-
TuaExternalIdentifierModel
public TuaExternalIdentifierModel()Generated constructor - Default constructor for generic creation. -
TuaExternalIdentifierModel
public TuaExternalIdentifierModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
TuaExternalIdentifierModel
@Deprecated(since="4.1.1", forRemoval=true) public TuaExternalIdentifierModel(String _code, String _externalIdentifierType, String _id, String _ownerSystem) 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:
_code- initial attribute declared by typeTuaExternalIdentifierat extensiontuadatamodel_externalIdentifierType- initial attribute declared by typeTuaExternalIdentifierat extensiontuadatamodel_id- initial attribute declared by typeTuaExternalIdentifierat extensiontuadatamodel_ownerSystem- initial attribute declared by typeTuaExternalIdentifierat extensiontuadatamodel
-
TuaExternalIdentifierModel
@Deprecated(since="4.1.1", forRemoval=true) public TuaExternalIdentifierModel(String _code, String _externalIdentifierType, String _id, ItemModel _owner, String _ownerSystem) 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:
_code- initial attribute declared by typeTuaExternalIdentifierat extensiontuadatamodel_externalIdentifierType- initial attribute declared by typeTuaExternalIdentifierat extensiontuadatamodel_id- initial attribute declared by typeTuaExternalIdentifierat extensiontuadatamodel_owner- initial attribute declared by typeItemat extensioncore_ownerSystem- initial attribute declared by typeTuaExternalIdentifierat extensiontuadatamodel
-
-
Method Details
-
getCode
Generated method - Getter of theTuaExternalIdentifier.codeattribute defined at extensiontuadatamodel.- Returns:
- the code
-
getExternalIdentifierType
@Accessor(qualifier="externalIdentifierType", type=GETTER) public String getExternalIdentifierType()Generated method - Getter of theTuaExternalIdentifier.externalIdentifierTypeattribute defined at extensiontuadatamodel.- Returns:
- the externalIdentifierType - The type of the entity in the external system.
-
getId
Generated method - Getter of theTuaExternalIdentifier.idattribute defined at extensiontuadatamodel.- Returns:
- the id - Identification of the entity within the external system.
-
getOwnerSystem
Generated method - Getter of theTuaExternalIdentifier.ownerSystemattribute defined at extensiontuadatamodel.- Returns:
- the ownerSystem - Name of the external system that owns the entity
-
setCode
Generated method - Setter ofTuaExternalIdentifier.codeattribute defined at extensiontuadatamodel.- Parameters:
value- the code
-
setExternalIdentifierType
@Accessor(qualifier="externalIdentifierType", type=SETTER) public void setExternalIdentifierType(String value) Generated method - Setter ofTuaExternalIdentifier.externalIdentifierTypeattribute defined at extensiontuadatamodel.- Parameters:
value- the externalIdentifierType - The type of the entity in the external system.
-
setId
Generated method - Setter ofTuaExternalIdentifier.idattribute defined at extensiontuadatamodel.- Parameters:
value- the id - Identification of the entity within the external system.
-
setOwnerSystem
Generated method - Setter ofTuaExternalIdentifier.ownerSystemattribute defined at extensiontuadatamodel.- Parameters:
value- the ownerSystem - Name of the external system that owns the entity
-