Class BaAccountRelationshipModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.billingaccountservices.model.BaAccountRelationshipModel
- All Implemented Interfaces:
Serializable
@Deprecated(since="2208",
forRemoval=true)
public class BaAccountRelationshipModel
extends ItemModel
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type BaAccountRelationship first defined at extension billingaccountservices.
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 StringDeprecated, for removal: This API element is subject to removal in a future version.Generated relation code constant for relationBaAccount2BaAccountRelationshipdefining source attributesourceAccountin extensionbillingaccountservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBaAccountRelationship.endDateTimeattribute defined at extensionbillingaccountservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBaAccountRelationship.externalIdentifiersattribute defined at extensionbillingaccountservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBaAccountRelationship.idattribute defined at extensionbillingaccountservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBaAccountRelationship.relationshipTypeattribute defined at extensionbillingaccountservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBaAccountRelationship.sourceAccountattribute defined at extensionbillingaccountservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBaAccountRelationship.startDateTimeattribute defined at extensionbillingaccountservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBaAccountRelationship.targetAccountattribute defined at extensionbillingaccountservices.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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for generic creation.BaAccountRelationshipModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for creation with existing contextBaAccountRelationshipModel(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 parametersBaAccountRelationshipModel(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 TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaAccountRelationship.endDateTimeattribute defined at extensionbillingaccountservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaAccountRelationship.externalIdentifiersattribute defined at extensionbillingaccountservices.getId()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaAccountRelationship.idattribute defined at extensionbillingaccountservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaAccountRelationship.relationshipTypeattribute defined at extensionbillingaccountservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaAccountRelationship.sourceAccountattribute defined at extensionbillingaccountservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaAccountRelationship.startDateTimeattribute defined at extensionbillingaccountservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaAccountRelationship.targetAccountattribute defined at extensionbillingaccountservices.voidsetEndDateTime(Date value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBaAccountRelationship.endDateTimeattribute defined at extensionbillingaccountservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBaAccountRelationship.externalIdentifiersattribute defined at extensionbillingaccountservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBaAccountRelationship.idattribute defined at extensionbillingaccountservices.voidsetRelationshipType(String value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBaAccountRelationship.relationshipTypeattribute defined at extensionbillingaccountservices.voidsetSourceAccount(BaAccountModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBaAccountRelationship.sourceAccountattribute defined at extensionbillingaccountservices.voidsetStartDateTime(Date value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBaAccountRelationship.startDateTimeattribute defined at extensionbillingaccountservices.voidsetTargetAccount(BaAccountModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBaAccountRelationship.targetAccountattribute defined at extensionbillingaccountservices.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
Deprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.- See Also:
-
_BAACCOUNT2BAACCOUNTRELATIONSHIP
Deprecated, for removal: This API element is subject to removal in a future version.Generated relation code constant for relationBaAccount2BaAccountRelationshipdefining source attributesourceAccountin extensionbillingaccountservices.- See Also:
-
ID
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBaAccountRelationship.idattribute defined at extensionbillingaccountservices.- See Also:
-
RELATIONSHIPTYPE
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBaAccountRelationship.relationshipTypeattribute defined at extensionbillingaccountservices.- See Also:
-
STARTDATETIME
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBaAccountRelationship.startDateTimeattribute defined at extensionbillingaccountservices.- See Also:
-
ENDDATETIME
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBaAccountRelationship.endDateTimeattribute defined at extensionbillingaccountservices.- See Also:
-
EXTERNALIDENTIFIERS
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBaAccountRelationship.externalIdentifiersattribute defined at extensionbillingaccountservices.- See Also:
-
SOURCEACCOUNT
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBaAccountRelationship.sourceAccountattribute defined at extensionbillingaccountservices.- See Also:
-
TARGETACCOUNT
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBaAccountRelationship.targetAccountattribute defined at extensionbillingaccountservices.- See Also:
-
-
Constructor Details
-
BaAccountRelationshipModel
public BaAccountRelationshipModel()Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for generic creation. -
BaAccountRelationshipModel
public BaAccountRelationshipModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
BaAccountRelationshipModel
@Deprecated(since="4.1.1", forRemoval=true) public BaAccountRelationshipModel(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 typeBaAccountRelationshipat extensionbillingaccountservices_relationshipType- initial attribute declared by typeBaAccountRelationshipat extensionbillingaccountservices
-
BaAccountRelationshipModel
@Deprecated(since="4.1.1", forRemoval=true) public BaAccountRelationshipModel(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 typeBaAccountRelationshipat extensionbillingaccountservices_owner- initial attribute declared by typeItemat extensioncore_relationshipType- initial attribute declared by typeBaAccountRelationshipat extensionbillingaccountservices
-
-
Method Details
-
getEndDateTime
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaAccountRelationship.endDateTimeattribute defined at extensionbillingaccountservices.- Returns:
- the endDateTime - End date time.
-
getExternalIdentifiers
@Accessor(qualifier="externalIdentifiers", type=GETTER) public List<TuaExternalIdentifierModel> getExternalIdentifiers()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaAccountRelationship.externalIdentifiersattribute defined at extensionbillingaccountservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the externalIdentifiers
-
getId
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaAccountRelationship.idattribute defined at extensionbillingaccountservices.- Returns:
- the id - Unique Identifier
-
getRelationshipType
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaAccountRelationship.relationshipTypeattribute defined at extensionbillingaccountservices.- Returns:
- the relationshipType - Relationship type
-
getSourceAccount
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaAccountRelationship.sourceAccountattribute defined at extensionbillingaccountservices.- Returns:
- the sourceAccount - Source Account
-
getStartDateTime
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaAccountRelationship.startDateTimeattribute defined at extensionbillingaccountservices.- Returns:
- the startDateTime - Start date time.
-
getTargetAccount
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaAccountRelationship.targetAccountattribute defined at extensionbillingaccountservices.- Returns:
- the targetAccount - Target Account
-
setEndDateTime
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBaAccountRelationship.endDateTimeattribute defined at extensionbillingaccountservices.- Parameters:
value- the endDateTime - End date time.
-
setExternalIdentifiers
@Accessor(qualifier="externalIdentifiers", type=SETTER) public void setExternalIdentifiers(List<TuaExternalIdentifierModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBaAccountRelationship.externalIdentifiersattribute defined at extensionbillingaccountservices.- Parameters:
value- the externalIdentifiers
-
setId
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBaAccountRelationship.idattribute defined at extensionbillingaccountservices.- Parameters:
value- the id - Unique Identifier
-
setRelationshipType
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBaAccountRelationship.relationshipTypeattribute defined at extensionbillingaccountservices.- Parameters:
value- the relationshipType - Relationship type
-
setSourceAccount
@Accessor(qualifier="sourceAccount", type=SETTER) public void setSourceAccount(BaAccountModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBaAccountRelationship.sourceAccountattribute defined at extensionbillingaccountservices.- Parameters:
value- the sourceAccount - Source Account
-
setStartDateTime
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBaAccountRelationship.startDateTimeattribute defined at extensionbillingaccountservices.- Parameters:
value- the startDateTime - Start date time.
-
setTargetAccount
@Accessor(qualifier="targetAccount", type=SETTER) public void setTargetAccount(BaAccountModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBaAccountRelationship.targetAccountattribute defined at extensionbillingaccountservices.- Parameters:
value- the targetAccount - Target Account
-