public class DeliveryTimeSlotModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CODE
Generated constant - Attribute key of
DeliveryTimeSlot.code attribute defined at extension chineselogisticservices. |
static java.lang.String |
NAME
Generated constant - Attribute key of
DeliveryTimeSlot.name attribute defined at extension chineselogisticservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
DeliveryTimeSlotModel()
Generated constructor - Default constructor for generic creation.
|
DeliveryTimeSlotModel(ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DeliveryTimeSlotModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Generated method - Getter of the
DeliveryTimeSlot.code attribute defined at extension chineselogisticservices. |
java.lang.String |
getName()
Generated method - Getter of the
DeliveryTimeSlot.name attribute defined at extension chineselogisticservices. |
java.lang.String |
getName(java.util.Locale loc)
Generated method - Getter of the
DeliveryTimeSlot.name attribute defined at extension chineselogisticservices. |
void |
setCode(java.lang.String value)
Generated method - Setter of
DeliveryTimeSlot.code attribute defined at extension chineselogisticservices. |
void |
setName(java.lang.String value)
Generated method - Setter of
DeliveryTimeSlot.name attribute defined at extension chineselogisticservices. |
void |
setName(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
DeliveryTimeSlot.name attribute defined at extension chineselogisticservices. |
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 CODE
DeliveryTimeSlot.code attribute defined at extension chineselogisticservices.public static final java.lang.String NAME
DeliveryTimeSlot.name attribute defined at extension chineselogisticservices.public DeliveryTimeSlotModel()
public DeliveryTimeSlotModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public DeliveryTimeSlotModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
DeliveryTimeSlot.code attribute defined at extension chineselogisticservices.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
DeliveryTimeSlot.name attribute defined at extension chineselogisticservices.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName(java.util.Locale loc)
DeliveryTimeSlot.name attribute defined at extension chineselogisticservices.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
DeliveryTimeSlot.code attribute defined at extension chineselogisticservices.value - the code@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
DeliveryTimeSlot.name attribute defined at extension chineselogisticservices.value - the name@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value, java.util.Locale loc)
DeliveryTimeSlot.name attribute defined at extension chineselogisticservices.value - the nameloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2018 SAP SE. All Rights Reserved.