public class SiteMessageForCustomerModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CUSTOMER
Generated constant - Attribute key of
SiteMessageForCustomer.customer attribute defined at extension notificationservices. |
static java.lang.String |
MESSAGE
Generated constant - Attribute key of
SiteMessageForCustomer.message attribute defined at extension notificationservices. |
static java.lang.String |
SENTDATE
Generated constant - Attribute key of
SiteMessageForCustomer.sentDate attribute defined at extension notificationservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SiteMessageForCustomerModel()
Generated constructor - Default constructor for generic creation.
|
SiteMessageForCustomerModel(CustomerModel _customer,
SiteMessageModel _message,
java.util.Date _sentDate)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SiteMessageForCustomerModel(CustomerModel _customer,
SiteMessageModel _message,
ItemModel _owner,
java.util.Date _sentDate)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SiteMessageForCustomerModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CustomerModel |
getCustomer()
Generated method - Getter of the
SiteMessageForCustomer.customer attribute defined at extension notificationservices. |
SiteMessageModel |
getMessage()
Generated method - Getter of the
SiteMessageForCustomer.message attribute defined at extension notificationservices. |
java.util.Date |
getSentDate()
Generated method - Getter of the
SiteMessageForCustomer.sentDate attribute defined at extension notificationservices. |
void |
setCustomer(CustomerModel value)
Generated method - Initial setter of
SiteMessageForCustomer.customer attribute defined at extension notificationservices. |
void |
setMessage(SiteMessageModel value)
Generated method - Initial setter of
SiteMessageForCustomer.message attribute defined at extension notificationservices. |
void |
setSentDate(java.util.Date value)
Generated method - Initial setter of
SiteMessageForCustomer.sentDate attribute defined at extension notificationservices. |
getComments, 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 MESSAGE
SiteMessageForCustomer.message attribute defined at extension notificationservices.public static final java.lang.String CUSTOMER
SiteMessageForCustomer.customer attribute defined at extension notificationservices.public static final java.lang.String SENTDATE
SiteMessageForCustomer.sentDate attribute defined at extension notificationservices.public SiteMessageForCustomerModel()
public SiteMessageForCustomerModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SiteMessageForCustomerModel(CustomerModel _customer, SiteMessageModel _message, java.util.Date _sentDate)
_customer - initial attribute declared by type SiteMessageForCustomer at extension notificationservices_message - initial attribute declared by type SiteMessageForCustomer at extension notificationservices_sentDate - initial attribute declared by type SiteMessageForCustomer at extension notificationservices@Deprecated public SiteMessageForCustomerModel(CustomerModel _customer, SiteMessageModel _message, ItemModel _owner, java.util.Date _sentDate)
_customer - initial attribute declared by type SiteMessageForCustomer at extension notificationservices_message - initial attribute declared by type SiteMessageForCustomer at extension notificationservices_owner - initial attribute declared by type Item at extension core_sentDate - initial attribute declared by type SiteMessageForCustomer at extension notificationservices@Accessor(qualifier="customer", type=GETTER) public CustomerModel getCustomer()
SiteMessageForCustomer.customer attribute defined at extension notificationservices.@Accessor(qualifier="message", type=GETTER) public SiteMessageModel getMessage()
SiteMessageForCustomer.message attribute defined at extension notificationservices.@Accessor(qualifier="sentDate", type=GETTER) public java.util.Date getSentDate()
SiteMessageForCustomer.sentDate attribute defined at extension notificationservices.@Accessor(qualifier="customer", type=SETTER) public void setCustomer(CustomerModel value)
SiteMessageForCustomer.customer attribute defined at extension notificationservices. Can only be used at creation of model - before first save.value - the customer@Accessor(qualifier="message", type=SETTER) public void setMessage(SiteMessageModel value)
SiteMessageForCustomer.message attribute defined at extension notificationservices. Can only be used at creation of model - before first save.value - the message@Accessor(qualifier="sentDate", type=SETTER) public void setSentDate(java.util.Date value)
SiteMessageForCustomer.sentDate attribute defined at extension notificationservices. Can only be used at creation of model - before first save.value - the sentDateCopyright © 2018 SAP SE. All Rights Reserved.