Class TmaIdentificationModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2ctelcoservices.model.TmaIdentificationModel
- All Implemented Interfaces:
Serializable
Generated model class for type TmaIdentification first defined at extension tuadatacommonsservices.
Identification for the Customer/Business Partner.
- 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 relationPrincipal2TmaIdentificationRelationdefining source attributecustomersin extensiontuadatacommonsservices.static final StringGenerated relation code constant for relationTmaBusinessPartner2IdentificationRelationdefining source attributebusinessPartnerin extensiontuadatacommonsservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofTmaIdentification.businessPartnerattribute defined at extensiontuadatacommonsservices.static final StringGenerated constant - Attribute key ofTmaIdentification.customersattribute defined at extensiontuadatacommonsservices.static final StringGenerated constant - Attribute key ofTmaIdentification.identificationNumberattribute defined at extensiontuadatacommonsservices.static final StringGenerated constant - Attribute key ofTmaIdentification.identificationTypeattribute 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.TmaIdentificationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextTmaIdentificationModel(String _identificationNumber, TmaIdentificationType _identificationType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTmaIdentificationModel(String _identificationNumber, TmaIdentificationType _identificationType, 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 parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theTmaIdentification.businessPartnerattribute defined at extensiontuadatacommonsservices.Generated method - Getter of theTmaIdentification.customersattribute defined at extensiontuadatacommonsservices.Generated method - Getter of theTmaIdentification.identificationNumberattribute defined at extensiontuadatacommonsservices.Generated method - Getter of theTmaIdentification.identificationTypeattribute defined at extensiontuadatacommonsservices.voidGenerated method - Setter ofTmaIdentification.businessPartnerattribute defined at extensiontuadatacommonsservices.voidsetCustomers(Set<PrincipalModel> value) Generated method - Setter ofTmaIdentification.customersattribute defined at extensiontuadatacommonsservices.voidsetIdentificationNumber(String value) Generated method - Setter ofTmaIdentification.identificationNumberattribute defined at extensiontuadatacommonsservices.voidGenerated method - Setter ofTmaIdentification.identificationTypeattribute 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:
-
_PRINCIPAL2TMAIDENTIFICATIONRELATION
Generated relation code constant for relationPrincipal2TmaIdentificationRelationdefining source attributecustomersin extensiontuadatacommonsservices.- See Also:
-
_TMABUSINESSPARTNER2IDENTIFICATIONRELATION
Generated relation code constant for relationTmaBusinessPartner2IdentificationRelationdefining source attributebusinessPartnerin extensiontuadatacommonsservices.- See Also:
-
IDENTIFICATIONTYPE
Generated constant - Attribute key ofTmaIdentification.identificationTypeattribute defined at extensiontuadatacommonsservices.- See Also:
-
IDENTIFICATIONNUMBER
Generated constant - Attribute key ofTmaIdentification.identificationNumberattribute defined at extensiontuadatacommonsservices.- See Also:
-
CUSTOMERS
Generated constant - Attribute key ofTmaIdentification.customersattribute defined at extensiontuadatacommonsservices.- See Also:
-
BUSINESSPARTNER
Generated constant - Attribute key ofTmaIdentification.businessPartnerattribute defined at extensiontuadatacommonsservices.- See Also:
-
-
Constructor Details
-
TmaIdentificationModel
public TmaIdentificationModel()Generated constructor - Default constructor for generic creation. -
TmaIdentificationModel
public TmaIdentificationModel(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
-
TmaIdentificationModel
@Deprecated(since="4.1.1", forRemoval=true) public TmaIdentificationModel(String _identificationNumber, TmaIdentificationType _identificationType) 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:
_identificationNumber- initial attribute declared by typeTmaIdentificationat extensiontuadatacommonsservices_identificationType- initial attribute declared by typeTmaIdentificationat extensiontuadatacommonsservices
-
TmaIdentificationModel
@Deprecated(since="4.1.1", forRemoval=true) public TmaIdentificationModel(String _identificationNumber, TmaIdentificationType _identificationType, 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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_identificationNumber- initial attribute declared by typeTmaIdentificationat extensiontuadatacommonsservices_identificationType- initial attribute declared by typeTmaIdentificationat extensiontuadatacommonsservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getBusinessPartner
@Accessor(qualifier="businessPartner", type=GETTER) public TmaBusinessPartnerModel getBusinessPartner()Generated method - Getter of theTmaIdentification.businessPartnerattribute defined at extensiontuadatacommonsservices.- Returns:
- the businessPartner - The business partner.
-
getCustomers
Generated method - Getter of theTmaIdentification.customersattribute defined at extensiontuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the customers - Customers associated with the Identification.
-
getIdentificationNumber
Generated method - Getter of theTmaIdentification.identificationNumberattribute defined at extensiontuadatacommonsservices.- Returns:
- the identificationNumber - The Identification number.
-
getIdentificationType
@Accessor(qualifier="identificationType", type=GETTER) public TmaIdentificationType getIdentificationType()Generated method - Getter of theTmaIdentification.identificationTypeattribute defined at extensiontuadatacommonsservices.- Returns:
- the identificationType - The identification type.
-
setBusinessPartner
@Accessor(qualifier="businessPartner", type=SETTER) public void setBusinessPartner(TmaBusinessPartnerModel value) Generated method - Setter ofTmaIdentification.businessPartnerattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the businessPartner - The business partner.
-
setCustomers
Generated method - Setter ofTmaIdentification.customersattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the customers - Customers associated with the Identification.
-
setIdentificationNumber
@Accessor(qualifier="identificationNumber", type=SETTER) public void setIdentificationNumber(String value) Generated method - Setter ofTmaIdentification.identificationNumberattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the identificationNumber - The Identification number.
-
setIdentificationType
@Accessor(qualifier="identificationType", type=SETTER) public void setIdentificationType(TmaIdentificationType value) Generated method - Setter ofTmaIdentification.identificationTypeattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the identificationType - The identification type.
-