public class SAPDeliveryModeModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_SAPCONFIGDELIVERYRELATION
Generated relation code constant for relation
SAPConfigDeliveryRelation defining source attribute sapConfiguration in extension sapmodel. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
DELIVERYMODE
Generated constant - Attribute key of
SAPDeliveryMode.deliveryMode attribute defined at extension sapmodel. |
static String |
DELIVERYVALUE
Generated constant - Attribute key of
SAPDeliveryMode.deliveryValue attribute defined at extension sapmodel. |
static String |
SAPCONFIGURATION
Generated constant - Attribute key of
SAPDeliveryMode.sapConfiguration attribute defined at extension sapmodel. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPDeliveryModeModel()
Generated constructor - Default constructor for generic creation.
|
SAPDeliveryModeModel(DeliveryModeModel _deliveryMode,
String _deliveryValue)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SAPDeliveryModeModel(DeliveryModeModel _deliveryMode,
String _deliveryValue,
ItemModel _owner,
SAPConfigurationModel _sapConfiguration)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SAPDeliveryModeModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
DeliveryModeModel |
getDeliveryMode()
Generated method - Getter of the
SAPDeliveryMode.deliveryMode attribute defined at extension sapmodel. |
String |
getDeliveryValue()
Generated method - Getter of the
SAPDeliveryMode.deliveryValue attribute defined at extension sapmodel. |
SAPConfigurationModel |
getSapConfiguration()
Generated method - Getter of the
SAPDeliveryMode.sapConfiguration attribute defined at extension sapmodel. |
void |
setDeliveryMode(DeliveryModeModel value)
Generated method - Setter of
SAPDeliveryMode.deliveryMode attribute defined at extension sapmodel. |
void |
setDeliveryValue(String value)
Generated method - Setter of
SAPDeliveryMode.deliveryValue attribute defined at extension sapmodel. |
void |
setSapConfiguration(SAPConfigurationModel value)
Generated method - Initial setter of
SAPDeliveryMode.sapConfiguration attribute defined at extension sapmodel. |
getComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String _SAPCONFIGDELIVERYRELATION
SAPConfigDeliveryRelation defining source attribute sapConfiguration in extension sapmodel.public static final String SAPCONFIGURATION
SAPDeliveryMode.sapConfiguration attribute defined at extension sapmodel.public static final String DELIVERYMODE
SAPDeliveryMode.deliveryMode attribute defined at extension sapmodel.public static final String DELIVERYVALUE
SAPDeliveryMode.deliveryValue attribute defined at extension sapmodel.public SAPDeliveryModeModel()
public SAPDeliveryModeModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SAPDeliveryModeModel(DeliveryModeModel _deliveryMode, String _deliveryValue)
_deliveryMode - initial attribute declared by type SAPDeliveryMode at extension sapmodel_deliveryValue - initial attribute declared by type SAPDeliveryMode at extension sapmodel@Deprecated public SAPDeliveryModeModel(DeliveryModeModel _deliveryMode, String _deliveryValue, ItemModel _owner, SAPConfigurationModel _sapConfiguration)
_deliveryMode - initial attribute declared by type SAPDeliveryMode at extension sapmodel_deliveryValue - initial attribute declared by type SAPDeliveryMode at extension sapmodel_owner - initial attribute declared by type Item at extension core_sapConfiguration - initial attribute declared by type SAPDeliveryMode at extension sapmodel@Accessor(qualifier="deliveryMode", type=GETTER) public DeliveryModeModel getDeliveryMode()
SAPDeliveryMode.deliveryMode attribute defined at extension sapmodel.@Accessor(qualifier="deliveryValue", type=GETTER) public String getDeliveryValue()
SAPDeliveryMode.deliveryValue attribute defined at extension sapmodel.@Accessor(qualifier="sapConfiguration", type=GETTER) public SAPConfigurationModel getSapConfiguration()
SAPDeliveryMode.sapConfiguration attribute defined at extension sapmodel.@Accessor(qualifier="deliveryMode", type=SETTER) public void setDeliveryMode(DeliveryModeModel value)
SAPDeliveryMode.deliveryMode attribute defined at extension sapmodel.value - the deliveryMode@Accessor(qualifier="deliveryValue", type=SETTER) public void setDeliveryValue(String value)
SAPDeliveryMode.deliveryValue attribute defined at extension sapmodel.value - the deliveryValue@Accessor(qualifier="sapConfiguration", type=SETTER) public void setSapConfiguration(SAPConfigurationModel value)
SAPDeliveryMode.sapConfiguration attribute defined at extension sapmodel. Can only be used at creation of model - before first save.value - the sapConfigurationCopyright © 2017 SAP SE. All Rights Reserved.