Class TmaBusinessPartnerModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2ctelcoservices.model.TmaBusinessPartnerModel
- All Implemented Interfaces:
Serializable
Generated model class for type TmaBusinessPartner first defined at extension tuadatacommonsservices.
Business Partner 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 ofTmaBusinessPartner.commBusinessPartnerIdattribute defined at extensiontuadatacommonsservices.static final StringGenerated constant - Attribute key ofTmaBusinessPartner.externalIdentifiersattribute defined at extensiontuadatacommonsservices.static final StringGenerated constant - Attribute key ofTmaBusinessPartner.identificationsattribute defined at extensiontuadatacommonsservices.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.TmaBusinessPartnerModel(ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTmaBusinessPartnerModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theTmaBusinessPartner.commBusinessPartnerIdattribute defined at extensiontuadatacommonsservices.Generated method - Getter of theTmaBusinessPartner.externalIdentifiersattribute defined at extensiontuadatacommonsservices.Generated method - Getter of theTmaBusinessPartner.identificationsattribute defined at extensiontuadatacommonsservices.voidsetCommBusinessPartnerId(String value) Generated method - Setter ofTmaBusinessPartner.commBusinessPartnerIdattribute defined at extensiontuadatacommonsservices.voidGenerated method - Setter ofTmaBusinessPartner.externalIdentifiersattribute defined at extensiontuadatacommonsservices.voidGenerated method - Setter ofTmaBusinessPartner.identificationsattribute defined at extensiontuadatacommonsservices.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:
-
COMMBUSINESSPARTNERID
Generated constant - Attribute key ofTmaBusinessPartner.commBusinessPartnerIdattribute defined at extensiontuadatacommonsservices.- See Also:
-
EXTERNALIDENTIFIERS
Generated constant - Attribute key ofTmaBusinessPartner.externalIdentifiersattribute defined at extensiontuadatacommonsservices.- See Also:
-
IDENTIFICATIONS
Generated constant - Attribute key ofTmaBusinessPartner.identificationsattribute defined at extensiontuadatacommonsservices.- See Also:
-
-
Constructor Details
-
TmaBusinessPartnerModel
public TmaBusinessPartnerModel()Generated constructor - Default constructor for generic creation. -
TmaBusinessPartnerModel
public TmaBusinessPartnerModel(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
-
TmaBusinessPartnerModel
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
-
-
Method Details
-
getCommBusinessPartnerId
Generated method - Getter of theTmaBusinessPartner.commBusinessPartnerIdattribute defined at extensiontuadatacommonsservices.- Returns:
- the commBusinessPartnerId - The business partner identification.
-
getExternalIdentifiers
@Accessor(qualifier="externalIdentifiers", type=GETTER) public Set<TmaExternalIdentifierModel> getExternalIdentifiers()Generated method - Getter of theTmaBusinessPartner.externalIdentifiersattribute defined at extensiontuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the externalIdentifiers - The External identifiers of the Business Partner.
-
getIdentifications
@Accessor(qualifier="identifications", type=GETTER) public Set<TmaIdentificationModel> getIdentifications()Generated method - Getter of theTmaBusinessPartner.identificationsattribute defined at extensiontuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the identifications - The list of identifications associated with the business partner.
-
setCommBusinessPartnerId
@Accessor(qualifier="commBusinessPartnerId", type=SETTER) public void setCommBusinessPartnerId(String value) Generated method - Setter ofTmaBusinessPartner.commBusinessPartnerIdattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the commBusinessPartnerId - The business partner identification.
-
setExternalIdentifiers
@Accessor(qualifier="externalIdentifiers", type=SETTER) public void setExternalIdentifiers(Set<TmaExternalIdentifierModel> value) Generated method - Setter ofTmaBusinessPartner.externalIdentifiersattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the externalIdentifiers - The External identifiers of the Business Partner.
-
setIdentifications
@Accessor(qualifier="identifications", type=SETTER) public void setIdentifications(Set<TmaIdentificationModel> value) Generated method - Setter ofTmaBusinessPartner.identificationsattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the identifications - The list of identifications associated with the business partner.
-