public class ProcessOrderStatus extends VdmEntity<ProcessOrderStatus>
Modifier and Type | Class and Description |
---|---|
static class |
ProcessOrderStatus.ProcessOrderStatusBuilder |
Modifier and Type | Field and Description |
---|---|
static ProcessOrderStatusSelectable |
ALL_FIELDS
Selector for all available fields of ProcessOrderStatus.
|
static ProcessOrderStatusField<Boolean> |
IS_USER_STATUS
Use with available fluent helpers to apply the IsUserStatus field to query operations.
|
static ProcessOrderStatusField<String> |
MANUFACTURING_ORDER
Use with available fluent helpers to apply the ManufacturingOrder field to query operations.
|
static ProcessOrderStatusField<String> |
STATUS_CODE
Use with available fluent helpers to apply the StatusCode field to query operations.
|
static ProcessOrderStatusField<String> |
STATUS_NAME
Use with available fluent helpers to apply the StatusName field to query operations.
|
static ProcessOrderStatusField<String> |
STATUS_SHORT_NAME
Use with available fluent helpers to apply the StatusShortName field to query operations.
|
Constructor and Description |
---|
ProcessOrderStatus() |
ProcessOrderStatus(String manufacturingOrder,
String statusCode,
Boolean isUserStatus,
String statusShortName,
String statusName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ProcessOrderStatus.ProcessOrderStatusBuilder |
builder() |
boolean |
equals(Object o) |
static <T> ProcessOrderStatusField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Boolean |
getIsUserStatus()
Constraints: none
|
String |
getManufacturingOrder()
(Key Field) Constraints: Not nullable, Maximum length: 12
|
String |
getStatusCode()
(Key Field) Constraints: Not nullable, Maximum length: 5
|
String |
getStatusName()
Constraints: Not nullable, Maximum length: 30
|
String |
getStatusShortName()
Constraints: Not nullable, Maximum length: 4
|
Class<ProcessOrderStatus> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setIsUserStatus(Boolean isUserStatus)
Constraints: none
|
void |
setManufacturingOrder(String manufacturingOrder)
(Key Field) Constraints: Not nullable, Maximum length: 12
|
void |
setStatusCode(String statusCode)
(Key Field) Constraints: Not nullable, Maximum length: 5
|
void |
setStatusName(String statusName)
Constraints: Not nullable, Maximum length: 30
|
void |
setStatusShortName(String statusShortName)
Constraints: Not nullable, Maximum length: 4
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final ProcessOrderStatusSelectable ALL_FIELDS
public static final ProcessOrderStatusField<String> MANUFACTURING_ORDER
public static final ProcessOrderStatusField<String> STATUS_CODE
public static final ProcessOrderStatusField<Boolean> IS_USER_STATUS
public static final ProcessOrderStatusField<String> STATUS_SHORT_NAME
public static final ProcessOrderStatusField<String> STATUS_NAME
public Class<ProcessOrderStatus> getType()
getType
in class VdmObject<ProcessOrderStatus>
public static <T> ProcessOrderStatusField<T> field(String fieldName, Class<T> fieldType)
fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.public static ProcessOrderStatus.ProcessOrderStatusBuilder builder()
@Nullable public String getManufacturingOrder()
@Nullable public String getStatusCode()
@Nullable public Boolean getIsUserStatus()
@Nullable public String getStatusShortName()
@Nullable public String getStatusName()
@Nullable public ErpConfigContext getErpConfigContext()
public void setManufacturingOrder(@Nullable String manufacturingOrder)
manufacturingOrder
- public void setStatusCode(@Nullable String statusCode)
statusCode
- public void setIsUserStatus(@Nullable Boolean isUserStatus)
isUserStatus
- public void setStatusShortName(@Nullable String statusShortName)
statusShortName
- public void setStatusName(@Nullable String statusName)
statusName
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<ProcessOrderStatus>
public boolean equals(Object o)
equals
in class VdmObject<ProcessOrderStatus>
public int hashCode()
hashCode
in class VdmObject<ProcessOrderStatus>
Copyright © 2018 SAP SE. All rights reserved.