public class SAPCpiOutboundB2BCustomerModel extends SAPCpiOutboundCustomerModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
DEFAULTB2BUNIT
Generated constant - Attribute key of
SAPCpiOutboundB2BCustomer.defaultB2BUnit attribute defined at extension sapcpiadapter. |
static java.lang.String |
EMAIL
Generated constant - Attribute key of
SAPCpiOutboundB2BCustomer.email attribute defined at extension sapcpiadapter. |
static java.lang.String |
GROUPS
Generated constant - Attribute key of
SAPCpiOutboundB2BCustomer.groups attribute defined at extension sapcpiadapter. |
static java.lang.String |
SAPCPIOUTBOUNDB2BCONTACTS
Generated constant - Attribute key of
SAPCpiOutboundB2BCustomer.sapCpiOutboundB2BContacts attribute defined at extension sapcpiadapter. |
ADDRESSUSAGE, ADDRESSUUID, BASESTORE, CONTACTID, COUNTRY, CUSTOMERID, FAX, FIRSTNAME, LASTNAME, OBJTYPE, PHONE, POSTALCODE, REGION, RESPONSEMESSAGE, RESPONSESTATUS, REVENUECLOUDCUSTOMERID, SAPCPICONFIG, SESSIONLANGUAGE, STREET, STREETNUMBER, TITLE, TOWN, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPCpiOutboundB2BCustomerModel()
Generated constructor - Default constructor for generic creation.
|
SAPCpiOutboundB2BCustomerModel(ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SAPCpiOutboundB2BCustomerModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultB2BUnit()
Generated method - Getter of the
SAPCpiOutboundB2BCustomer.defaultB2BUnit attribute defined at extension sapcpiadapter. |
java.lang.String |
getEmail()
Generated method - Getter of the
SAPCpiOutboundB2BCustomer.email attribute defined at extension sapcpiadapter. |
java.lang.String |
getGroups()
Generated method - Getter of the
SAPCpiOutboundB2BCustomer.groups attribute defined at extension sapcpiadapter. |
java.util.Set<SAPCpiOutboundB2BContactModel> |
getSapCpiOutboundB2BContacts()
Generated method - Getter of the
SAPCpiOutboundB2BCustomer.sapCpiOutboundB2BContacts attribute defined at extension sapcpiadapter. |
void |
setDefaultB2BUnit(java.lang.String value)
Generated method - Setter of
SAPCpiOutboundB2BCustomer.defaultB2BUnit attribute defined at extension sapcpiadapter. |
void |
setEmail(java.lang.String value)
Generated method - Setter of
SAPCpiOutboundB2BCustomer.email attribute defined at extension sapcpiadapter. |
void |
setGroups(java.lang.String value)
Generated method - Setter of
SAPCpiOutboundB2BCustomer.groups attribute defined at extension sapcpiadapter. |
void |
setSapCpiOutboundB2BContacts(java.util.Set<SAPCpiOutboundB2BContactModel> value)
Generated method - Setter of
SAPCpiOutboundB2BCustomer.sapCpiOutboundB2BContacts attribute defined at extension sapcpiadapter. |
getAddressUsage, getAddressUUID, getBaseStore, getContactId, getCountry, getCustomerId, getFax, getFirstName, getLastName, getObjType, getPhone, getPostalCode, getRegion, getResponseMessage, getResponseStatus, getRevenueCloudCustomerId, getSapCpiConfig, getSessionLanguage, getStreet, getStreetNumber, getTitle, getTown, getUid, setAddressUsage, setAddressUUID, setBaseStore, setContactId, setCountry, setCustomerId, setFax, setFirstName, setLastName, setObjType, setPhone, setPostalCode, setRegion, setResponseMessage, setResponseStatus, setRevenueCloudCustomerId, setSapCpiConfig, setSessionLanguage, setStreet, setStreetNumber, setTitle, setTown, setUidgetComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String EMAIL
SAPCpiOutboundB2BCustomer.email attribute defined at extension sapcpiadapter.public static final java.lang.String DEFAULTB2BUNIT
SAPCpiOutboundB2BCustomer.defaultB2BUnit attribute defined at extension sapcpiadapter.public static final java.lang.String GROUPS
SAPCpiOutboundB2BCustomer.groups attribute defined at extension sapcpiadapter.public static final java.lang.String SAPCPIOUTBOUNDB2BCONTACTS
SAPCpiOutboundB2BCustomer.sapCpiOutboundB2BContacts attribute defined at extension sapcpiadapter.public SAPCpiOutboundB2BCustomerModel()
public SAPCpiOutboundB2BCustomerModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SAPCpiOutboundB2BCustomerModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="defaultB2BUnit", type=GETTER) public java.lang.String getDefaultB2BUnit()
SAPCpiOutboundB2BCustomer.defaultB2BUnit attribute defined at extension sapcpiadapter.@Accessor(qualifier="email", type=GETTER) public java.lang.String getEmail()
SAPCpiOutboundB2BCustomer.email attribute defined at extension sapcpiadapter.@Accessor(qualifier="groups", type=GETTER) public java.lang.String getGroups()
SAPCpiOutboundB2BCustomer.groups attribute defined at extension sapcpiadapter.@Accessor(qualifier="sapCpiOutboundB2BContacts", type=GETTER) public java.util.Set<SAPCpiOutboundB2BContactModel> getSapCpiOutboundB2BContacts()
SAPCpiOutboundB2BCustomer.sapCpiOutboundB2BContacts attribute defined at extension sapcpiadapter.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="defaultB2BUnit", type=SETTER) public void setDefaultB2BUnit(java.lang.String value)
SAPCpiOutboundB2BCustomer.defaultB2BUnit attribute defined at extension sapcpiadapter.value - the defaultB2BUnit@Accessor(qualifier="email", type=SETTER) public void setEmail(java.lang.String value)
SAPCpiOutboundB2BCustomer.email attribute defined at extension sapcpiadapter.value - the email@Accessor(qualifier="groups", type=SETTER) public void setGroups(java.lang.String value)
SAPCpiOutboundB2BCustomer.groups attribute defined at extension sapcpiadapter.value - the groups@Accessor(qualifier="sapCpiOutboundB2BContacts", type=SETTER) public void setSapCpiOutboundB2BContacts(java.util.Set<SAPCpiOutboundB2BContactModel> value)
SAPCpiOutboundB2BCustomer.sapCpiOutboundB2BContacts attribute defined at extension sapcpiadapter.value - the sapCpiOutboundB2BContactsCopyright © 2018 SAP SE. All Rights Reserved.