public class SAPOrderModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_CONSIGNMENTSAPORDERRELATION
Generated relation code constant for relation
ConsignmentSapOrderRelation defining source attribute consignments in extension sapmodel. |
static String |
_ORDER2SAPORDER
Generated relation code constant for relation
Order2SapOrder defining source attribute order in extension sapmodel. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CODE
Generated constant - Attribute key of
SAPOrder.code attribute defined at extension sapmodel. |
static String |
CONSIGNMENTS
Generated constant - Attribute key of
SAPOrder.consignments attribute defined at extension sapmodel. |
static String |
ORDER
Generated constant - Attribute key of
SAPOrder.order attribute defined at extension sapmodel. |
static String |
ORDERPOS
Generated constant - Attribute key of
SAPOrder.orderPOS attribute defined at extension sapmodel. |
static String |
SAPORDERSTATUS
Generated constant - Attribute key of
SAPOrder.sapOrderStatus attribute defined at extension sapmodel. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPOrderModel()
Generated constructor - Default constructor for generic creation.
|
SAPOrderModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SAPOrderModel(OrderModel _order)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SAPOrderModel(OrderModel _order,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Generated method - Getter of the
SAPOrder.code attribute defined at extension sapmodel. |
Set<ConsignmentModel> |
getConsignments()
Generated method - Getter of the
SAPOrder.consignments attribute defined at extension sapmodel. |
OrderModel |
getOrder()
Generated method - Getter of the
SAPOrder.order attribute defined at extension sapmodel. |
SAPOrderStatus |
getSapOrderStatus()
Generated method - Getter of the
SAPOrder.sapOrderStatus attribute defined at extension sapmodel. |
void |
setCode(String value)
Generated method - Setter of
SAPOrder.code attribute defined at extension sapmodel. |
void |
setConsignments(Set<ConsignmentModel> value)
Generated method - Setter of
SAPOrder.consignments attribute defined at extension sapmodel. |
void |
setOrder(OrderModel value)
Generated method - Initial setter of
SAPOrder.order attribute defined at extension sapmodel. |
void |
setSapOrderStatus(SAPOrderStatus value)
Generated method - Setter of
SAPOrder.sapOrderStatus 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 _ORDER2SAPORDER
Order2SapOrder defining source attribute order in extension sapmodel.public static final String _CONSIGNMENTSAPORDERRELATION
ConsignmentSapOrderRelation defining source attribute consignments in extension sapmodel.public static final String CODE
SAPOrder.code attribute defined at extension sapmodel.public static final String SAPORDERSTATUS
SAPOrder.sapOrderStatus attribute defined at extension sapmodel.public static final String ORDERPOS
SAPOrder.orderPOS attribute defined at extension sapmodel.public static final String ORDER
SAPOrder.order attribute defined at extension sapmodel.public static final String CONSIGNMENTS
SAPOrder.consignments attribute defined at extension sapmodel.public SAPOrderModel()
public SAPOrderModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SAPOrderModel(OrderModel _order)
_order - initial attribute declared by type SAPOrder at extension sapmodel@Deprecated public SAPOrderModel(OrderModel _order, ItemModel _owner)
_order - initial attribute declared by type SAPOrder at extension sapmodel_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="code", type=GETTER) public String getCode()
SAPOrder.code attribute defined at extension sapmodel.@Accessor(qualifier="consignments", type=GETTER) public Set<ConsignmentModel> getConsignments()
SAPOrder.consignments attribute defined at extension sapmodel.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="order", type=GETTER) public OrderModel getOrder()
SAPOrder.order attribute defined at extension sapmodel.@Accessor(qualifier="sapOrderStatus", type=GETTER) public SAPOrderStatus getSapOrderStatus()
SAPOrder.sapOrderStatus attribute defined at extension sapmodel.@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
SAPOrder.code attribute defined at extension sapmodel.value - the code - SAP Order Number@Accessor(qualifier="consignments", type=SETTER) public void setConsignments(Set<ConsignmentModel> value)
SAPOrder.consignments attribute defined at extension sapmodel.value - the consignments@Accessor(qualifier="order", type=SETTER) public void setOrder(OrderModel value)
SAPOrder.order attribute defined at extension sapmodel. Can only be used at creation of model - before first save.value - the order@Accessor(qualifier="sapOrderStatus", type=SETTER) public void setSapOrderStatus(SAPOrderStatus value)
SAPOrder.sapOrderStatus attribute defined at extension sapmodel.value - the sapOrderStatus - Sap Order StatusCopyright © 2017 SAP SE. All Rights Reserved.