Class SAPCpiOutboundB2BContactModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.sap.sapcpiadapter.model.SAPCpiOutboundCustomerModel
-
- de.hybris.platform.sap.sapcpiadapter.model.SAPCpiOutboundB2BCustomerModel
-
- de.hybris.platform.sap.sapcpiadapter.model.SAPCpiOutboundB2BContactModel
-
- All Implemented Interfaces:
java.io.Serializable
public class SAPCpiOutboundB2BContactModel extends SAPCpiOutboundB2BCustomerModel
Generated model class for type SAPCpiOutboundB2BContact first defined at extension sapcpiadapter.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_SAPCPIOUTBOUNDB2BCUSTOMER2SAPCPIOUTBOUNDB2BCONTACTGenerated relation code constant for relationSAPCpiOutboundB2BCustomer2SAPCpiOutboundB2BContactdefining source attributesapCpiOutboundB2BCustomerin extensionsapcpiadapter.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringSAPCPIOUTBOUNDB2BCUSTOMERGenerated constant - Attribute key ofSAPCpiOutboundB2BContact.sapCpiOutboundB2BCustomerattribute defined at extensionsapcpiadapter.-
Fields inherited from class de.hybris.platform.sap.sapcpiadapter.model.SAPCpiOutboundB2BCustomerModel
DEFAULTB2BUNIT, EMAIL, GROUPS, SAPCPIOUTBOUNDB2BCONTACTS
-
Fields inherited from class de.hybris.platform.sap.sapcpiadapter.model.SAPCpiOutboundCustomerModel
ADDRESSUSAGE, ADDRESSUUID, BASESTORE, CONTACTID, COUNTRY, CUSTOMERID, DEFAULTADDRESSID, FAX, FIRSTNAME, ISDELETE, ISGUEST, ISSEALED, LASTNAME, OBJTYPE, PHONE, POSTALCODE, REGION, RESPONSEMESSAGE, RESPONSESTATUS, REVENUECLOUDCUSTOMERID, SAPCPICONFIG, SESSIONLANGUAGE, STREET, STREETNUMBER, TITLE, TOWN, UID
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SAPCpiOutboundB2BContactModel()Generated constructor - Default constructor for generic creation.SAPCpiOutboundB2BContactModel(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 parametersSAPCpiOutboundB2BContactModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SAPCpiOutboundB2BCustomerModelgetSapCpiOutboundB2BCustomer()Generated method - Getter of theSAPCpiOutboundB2BContact.sapCpiOutboundB2BCustomerattribute defined at extensionsapcpiadapter.voidsetSapCpiOutboundB2BCustomer(SAPCpiOutboundB2BCustomerModel value)Generated method - Setter ofSAPCpiOutboundB2BContact.sapCpiOutboundB2BCustomerattribute defined at extensionsapcpiadapter.-
Methods inherited from class de.hybris.platform.sap.sapcpiadapter.model.SAPCpiOutboundB2BCustomerModel
getDefaultB2BUnit, getEmail, getGroups, getSapCpiOutboundB2BContacts, setDefaultB2BUnit, setEmail, setGroups, setSapCpiOutboundB2BContacts
-
Methods inherited from class de.hybris.platform.sap.sapcpiadapter.model.SAPCpiOutboundCustomerModel
getAddressUsage, getAddressUUID, getBaseStore, getContactId, getCountry, getCustomerId, getDefaultAddressId, getFax, getFirstName, getIsDelete, getIsGuest, getIsSealed, getLastName, getObjType, getPhone, getPostalCode, getRegion, getResponseMessage, getResponseStatus, getRevenueCloudCustomerId, getSapCpiConfig, getSessionLanguage, getStreet, getStreetNumber, getTitle, getTown, getUid, setAddressUsage, setAddressUUID, setBaseStore, setContactId, setCountry, setCustomerId, setDefaultAddressId, setFax, setFirstName, setIsDelete, setIsGuest, setIsSealed, setLastName, setObjType, setPhone, setPostalCode, setRegion, setResponseMessage, setResponseStatus, setRevenueCloudCustomerId, setSapCpiConfig, setSessionLanguage, setStreet, setStreetNumber, setTitle, setTown, setUid
-
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
-
_SAPCPIOUTBOUNDB2BCUSTOMER2SAPCPIOUTBOUNDB2BCONTACT
public static final java.lang.String _SAPCPIOUTBOUNDB2BCUSTOMER2SAPCPIOUTBOUNDB2BCONTACT
Generated relation code constant for relationSAPCpiOutboundB2BCustomer2SAPCpiOutboundB2BContactdefining source attributesapCpiOutboundB2BCustomerin extensionsapcpiadapter.- See Also:
- Constant Field Values
-
SAPCPIOUTBOUNDB2BCUSTOMER
public static final java.lang.String SAPCPIOUTBOUNDB2BCUSTOMER
Generated constant - Attribute key ofSAPCpiOutboundB2BContact.sapCpiOutboundB2BCustomerattribute defined at extensionsapcpiadapter.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SAPCpiOutboundB2BContactModel
public SAPCpiOutboundB2BContactModel()
Generated constructor - Default constructor for generic creation.
-
SAPCpiOutboundB2BContactModel
public SAPCpiOutboundB2BContactModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SAPCpiOutboundB2BContactModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPCpiOutboundB2BContactModel(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:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getSapCpiOutboundB2BCustomer
@Accessor(qualifier="sapCpiOutboundB2BCustomer", type=GETTER) public SAPCpiOutboundB2BCustomerModel getSapCpiOutboundB2BCustomer()
Generated method - Getter of theSAPCpiOutboundB2BContact.sapCpiOutboundB2BCustomerattribute defined at extensionsapcpiadapter.- Returns:
- the sapCpiOutboundB2BCustomer
-
setSapCpiOutboundB2BCustomer
@Accessor(qualifier="sapCpiOutboundB2BCustomer", type=SETTER) public void setSapCpiOutboundB2BCustomer(SAPCpiOutboundB2BCustomerModel value)
Generated method - Setter ofSAPCpiOutboundB2BContact.sapCpiOutboundB2BCustomerattribute defined at extensionsapcpiadapter.- Parameters:
value- the sapCpiOutboundB2BCustomer
-
-