Class TuaAccountRelationshipModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.tuadatamodel.model.TuaAccountRelationshipModel
- All Implemented Interfaces:
Serializable
Generated model class for type TuaAccountRelationship first defined at extension tuadatamodel.
Account Relationship.
- 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 relation code constant for relationTuaAccount2TuaAccountRelationshipdefining source attributesourceAccountin extensiontuadatamodel.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofTuaAccountRelationship.endDateTimeattribute defined at extensiontuadatamodel.static final StringGenerated constant - Attribute key ofTuaAccountRelationship.externalIdentifiersattribute defined at extensiontuadatamodel.static final StringGenerated constant - Attribute key ofTuaAccountRelationship.idattribute defined at extensiontuadatamodel.static final StringGenerated constant - Attribute key ofTuaAccountRelationship.relationshipTypeattribute defined at extensiontuadatamodel.static final StringGenerated constant - Attribute key ofTuaAccountRelationship.sourceAccountattribute defined at extensiontuadatamodel.static final StringGenerated constant - Attribute key ofTuaAccountRelationship.startDateTimeattribute defined at extensiontuadatamodel.static final StringGenerated constant - Attribute key ofTuaAccountRelationship.targetAccountattribute 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.TuaAccountRelationshipModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextTuaAccountRelationshipModel(String _id, ItemModel _owner, String _relationshipType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTuaAccountRelationshipModel(String _id, String _relationshipType) 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 theTuaAccountRelationship.endDateTimeattribute defined at extensiontuadatamodel.Generated method - Getter of theTuaAccountRelationship.externalIdentifiersattribute defined at extensiontuadatamodel.getId()Generated method - Getter of theTuaAccountRelationship.idattribute defined at extensiontuadatamodel.Generated method - Getter of theTuaAccountRelationship.relationshipTypeattribute defined at extensiontuadatamodel.Generated method - Getter of theTuaAccountRelationship.sourceAccountattribute defined at extensiontuadatamodel.Generated method - Getter of theTuaAccountRelationship.startDateTimeattribute defined at extensiontuadatamodel.Generated method - Getter of theTuaAccountRelationship.targetAccountattribute defined at extensiontuadatamodel.voidsetEndDateTime(Date value) Generated method - Setter ofTuaAccountRelationship.endDateTimeattribute defined at extensiontuadatamodel.voidGenerated method - Setter ofTuaAccountRelationship.externalIdentifiersattribute defined at extensiontuadatamodel.voidGenerated method - Setter ofTuaAccountRelationship.idattribute defined at extensiontuadatamodel.voidsetRelationshipType(String value) Generated method - Setter ofTuaAccountRelationship.relationshipTypeattribute defined at extensiontuadatamodel.voidsetSourceAccount(TuaAccountModel value) Generated method - Setter ofTuaAccountRelationship.sourceAccountattribute defined at extensiontuadatamodel.voidsetStartDateTime(Date value) Generated method - Setter ofTuaAccountRelationship.startDateTimeattribute defined at extensiontuadatamodel.voidsetTargetAccount(TuaAccountModel value) Generated method - Setter ofTuaAccountRelationship.targetAccountattribute 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:
-
_TUAACCOUNT2TUAACCOUNTRELATIONSHIP
Generated relation code constant for relationTuaAccount2TuaAccountRelationshipdefining source attributesourceAccountin extensiontuadatamodel.- See Also:
-
ID
Generated constant - Attribute key ofTuaAccountRelationship.idattribute defined at extensiontuadatamodel.- See Also:
-
RELATIONSHIPTYPE
Generated constant - Attribute key ofTuaAccountRelationship.relationshipTypeattribute defined at extensiontuadatamodel.- See Also:
-
STARTDATETIME
Generated constant - Attribute key ofTuaAccountRelationship.startDateTimeattribute defined at extensiontuadatamodel.- See Also:
-
ENDDATETIME
Generated constant - Attribute key ofTuaAccountRelationship.endDateTimeattribute defined at extensiontuadatamodel.- See Also:
-
EXTERNALIDENTIFIERS
Generated constant - Attribute key ofTuaAccountRelationship.externalIdentifiersattribute defined at extensiontuadatamodel.- See Also:
-
SOURCEACCOUNT
Generated constant - Attribute key ofTuaAccountRelationship.sourceAccountattribute defined at extensiontuadatamodel.- See Also:
-
TARGETACCOUNT
Generated constant - Attribute key ofTuaAccountRelationship.targetAccountattribute defined at extensiontuadatamodel.- See Also:
-
-
Constructor Details
-
TuaAccountRelationshipModel
public TuaAccountRelationshipModel()Generated constructor - Default constructor for generic creation. -
TuaAccountRelationshipModel
public TuaAccountRelationshipModel(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
-
TuaAccountRelationshipModel
@Deprecated(since="4.1.1", forRemoval=true) public TuaAccountRelationshipModel(String _id, String _relationshipType) 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:
_id- initial attribute declared by typeTuaAccountRelationshipat extensiontuadatamodel_relationshipType- initial attribute declared by typeTuaAccountRelationshipat extensiontuadatamodel
-
TuaAccountRelationshipModel
@Deprecated(since="4.1.1", forRemoval=true) public TuaAccountRelationshipModel(String _id, ItemModel _owner, String _relationshipType) 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:
_id- initial attribute declared by typeTuaAccountRelationshipat extensiontuadatamodel_owner- initial attribute declared by typeItemat extensioncore_relationshipType- initial attribute declared by typeTuaAccountRelationshipat extensiontuadatamodel
-
-
Method Details
-
getEndDateTime
Generated method - Getter of theTuaAccountRelationship.endDateTimeattribute defined at extensiontuadatamodel.- Returns:
- the endDateTime - End date time.
-
getExternalIdentifiers
@Accessor(qualifier="externalIdentifiers", type=GETTER) public List<TuaExternalIdentifierModel> getExternalIdentifiers()Generated method - Getter of theTuaAccountRelationship.externalIdentifiersattribute defined at extensiontuadatamodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the externalIdentifiers
-
getId
Generated method - Getter of theTuaAccountRelationship.idattribute defined at extensiontuadatamodel.- Returns:
- the id - Unique Identifier
-
getRelationshipType
Generated method - Getter of theTuaAccountRelationship.relationshipTypeattribute defined at extensiontuadatamodel.- Returns:
- the relationshipType - Relationship type
-
getSourceAccount
Generated method - Getter of theTuaAccountRelationship.sourceAccountattribute defined at extensiontuadatamodel.- Returns:
- the sourceAccount - Source Account
-
getStartDateTime
Generated method - Getter of theTuaAccountRelationship.startDateTimeattribute defined at extensiontuadatamodel.- Returns:
- the startDateTime - Start date time.
-
getTargetAccount
Generated method - Getter of theTuaAccountRelationship.targetAccountattribute defined at extensiontuadatamodel.- Returns:
- the targetAccount - Target Account
-
setEndDateTime
Generated method - Setter ofTuaAccountRelationship.endDateTimeattribute defined at extensiontuadatamodel.- Parameters:
value- the endDateTime - End date time.
-
setExternalIdentifiers
@Accessor(qualifier="externalIdentifiers", type=SETTER) public void setExternalIdentifiers(List<TuaExternalIdentifierModel> value) Generated method - Setter ofTuaAccountRelationship.externalIdentifiersattribute defined at extensiontuadatamodel.- Parameters:
value- the externalIdentifiers
-
setId
Generated method - Setter ofTuaAccountRelationship.idattribute defined at extensiontuadatamodel.- Parameters:
value- the id - Unique Identifier
-
setRelationshipType
Generated method - Setter ofTuaAccountRelationship.relationshipTypeattribute defined at extensiontuadatamodel.- Parameters:
value- the relationshipType - Relationship type
-
setSourceAccount
@Accessor(qualifier="sourceAccount", type=SETTER) public void setSourceAccount(TuaAccountModel value) Generated method - Setter ofTuaAccountRelationship.sourceAccountattribute defined at extensiontuadatamodel.- Parameters:
value- the sourceAccount - Source Account
-
setStartDateTime
Generated method - Setter ofTuaAccountRelationship.startDateTimeattribute defined at extensiontuadatamodel.- Parameters:
value- the startDateTime - Start date time.
-
setTargetAccount
@Accessor(qualifier="targetAccount", type=SETTER) public void setTargetAccount(TuaAccountModel value) Generated method - Setter ofTuaAccountRelationship.targetAccountattribute defined at extensiontuadatamodel.- Parameters:
value- the targetAccount - Target Account
-