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:
java.io.Serializable
public class TmaIdentificationModel extends ItemModel
Generated model class for type TmaIdentification first defined at extension b2ctelcoservices.Identification for the Customer/Business Partner.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_PRINCIPAL2TMAIDENTIFICATIONRELATIONGenerated relation code constant for relationPrincipal2TmaIdentificationRelationdefining source attributecustomersin extensionb2ctelcoservices.static java.lang.String_TMABUSINESSPARTNER2IDENTIFICATIONRELATIONGenerated relation code constant for relationTmaBusinessPartner2IdentificationRelationdefining source attributebusinessPartnerin extensionb2ctelcoservices.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringBUSINESSPARTNERGenerated constant - Attribute key ofTmaIdentification.businessPartnerattribute defined at extensionb2ctelcoservices.static java.lang.StringCUSTOMERSGenerated constant - Attribute key ofTmaIdentification.customersattribute defined at extensionb2ctelcoservices.static java.lang.StringIDENTIFICATIONNUMBERGenerated constant - Attribute key ofTmaIdentification.identificationNumberattribute defined at extensionb2ctelcoservices.static java.lang.StringIDENTIFICATIONTYPEGenerated constant - Attribute key ofTmaIdentification.identificationTypeattribute defined at extensionb2ctelcoservices.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
-
Constructor Summary
Constructors Constructor Description TmaIdentificationModel()Generated constructor - Default constructor for generic creation.TmaIdentificationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextTmaIdentificationModel(java.lang.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(java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TmaBusinessPartnerModelgetBusinessPartner()Generated method - Getter of theTmaIdentification.businessPartnerattribute defined at extensionb2ctelcoservices.java.util.Set<PrincipalModel>getCustomers()Generated method - Getter of theTmaIdentification.customersattribute defined at extensionb2ctelcoservices.java.lang.StringgetIdentificationNumber()Generated method - Getter of theTmaIdentification.identificationNumberattribute defined at extensionb2ctelcoservices.TmaIdentificationTypegetIdentificationType()Generated method - Getter of theTmaIdentification.identificationTypeattribute defined at extensionb2ctelcoservices.voidsetBusinessPartner(TmaBusinessPartnerModel value)Generated method - Setter ofTmaIdentification.businessPartnerattribute defined at extensionb2ctelcoservices.voidsetCustomers(java.util.Set<PrincipalModel> value)Generated method - Setter ofTmaIdentification.customersattribute defined at extensionb2ctelcoservices.voidsetIdentificationNumber(java.lang.String value)Generated method - Setter ofTmaIdentification.identificationNumberattribute defined at extensionb2ctelcoservices.voidsetIdentificationType(TmaIdentificationType value)Generated method - Setter ofTmaIdentification.identificationTypeattribute defined at extensionb2ctelcoservices.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_PRINCIPAL2TMAIDENTIFICATIONRELATION
public static final java.lang.String _PRINCIPAL2TMAIDENTIFICATIONRELATION
Generated relation code constant for relationPrincipal2TmaIdentificationRelationdefining source attributecustomersin extensionb2ctelcoservices.- See Also:
- Constant Field Values
-
_TMABUSINESSPARTNER2IDENTIFICATIONRELATION
public static final java.lang.String _TMABUSINESSPARTNER2IDENTIFICATIONRELATION
Generated relation code constant for relationTmaBusinessPartner2IdentificationRelationdefining source attributebusinessPartnerin extensionb2ctelcoservices.- See Also:
- Constant Field Values
-
IDENTIFICATIONTYPE
public static final java.lang.String IDENTIFICATIONTYPE
Generated constant - Attribute key ofTmaIdentification.identificationTypeattribute defined at extensionb2ctelcoservices.- See Also:
- Constant Field Values
-
IDENTIFICATIONNUMBER
public static final java.lang.String IDENTIFICATIONNUMBER
Generated constant - Attribute key ofTmaIdentification.identificationNumberattribute defined at extensionb2ctelcoservices.- See Also:
- Constant Field Values
-
CUSTOMERS
public static final java.lang.String CUSTOMERS
Generated constant - Attribute key ofTmaIdentification.customersattribute defined at extensionb2ctelcoservices.- See Also:
- Constant Field Values
-
BUSINESSPARTNER
public static final java.lang.String BUSINESSPARTNER
Generated constant - Attribute key ofTmaIdentification.businessPartnerattribute defined at extensionb2ctelcoservices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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(java.lang.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 extensionb2ctelcoservices_identificationType- initial attribute declared by typeTmaIdentificationat extensionb2ctelcoservices
-
TmaIdentificationModel
@Deprecated(since="4.1.1", forRemoval=true) public TmaIdentificationModel(java.lang.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 extensionb2ctelcoservices_identificationType- initial attribute declared by typeTmaIdentificationat extensionb2ctelcoservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getBusinessPartner
@Accessor(qualifier="businessPartner", type=GETTER) public TmaBusinessPartnerModel getBusinessPartner()Generated method - Getter of theTmaIdentification.businessPartnerattribute defined at extensionb2ctelcoservices.- Returns:
- the businessPartner - The business partner.
-
getCustomers
@Accessor(qualifier="customers", type=GETTER) public java.util.Set<PrincipalModel> getCustomers()Generated method - Getter of theTmaIdentification.customersattribute defined at extensionb2ctelcoservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the customers - Customers associated with the Identification.
-
getIdentificationNumber
@Accessor(qualifier="identificationNumber", type=GETTER) public java.lang.String getIdentificationNumber()Generated method - Getter of theTmaIdentification.identificationNumberattribute defined at extensionb2ctelcoservices.- Returns:
- the identificationNumber - The Identification number.
-
getIdentificationType
@Accessor(qualifier="identificationType", type=GETTER) public TmaIdentificationType getIdentificationType()Generated method - Getter of theTmaIdentification.identificationTypeattribute defined at extensionb2ctelcoservices.- Returns:
- the identificationType - The identification type.
-
setBusinessPartner
@Accessor(qualifier="businessPartner", type=SETTER) public void setBusinessPartner(TmaBusinessPartnerModel value)Generated method - Setter ofTmaIdentification.businessPartnerattribute defined at extensionb2ctelcoservices.- Parameters:
value- the businessPartner - The business partner.
-
setCustomers
@Accessor(qualifier="customers", type=SETTER) public void setCustomers(java.util.Set<PrincipalModel> value)Generated method - Setter ofTmaIdentification.customersattribute defined at extensionb2ctelcoservices.- Parameters:
value- the customers - Customers associated with the Identification.
-
setIdentificationNumber
@Accessor(qualifier="identificationNumber", type=SETTER) public void setIdentificationNumber(java.lang.String value)Generated method - Setter ofTmaIdentification.identificationNumberattribute defined at extensionb2ctelcoservices.- 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 extensionb2ctelcoservices.- Parameters:
value- the identificationType - The identification type.
-
-