Class ProcessOrderStatus_2
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<ProcessOrderStatus_2>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.processorderv2.ProcessOrderStatus_2
Process Order Status
Original entity name from the Odata EDM: A_ProcessOrderStatus_2Type
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProcessOrderStatus_2SelectableSelector for all available fields of ProcessOrderStatus_2.static final ProcessOrderStatus_2Field<Boolean>Use with available fluent helpers to apply the IsUserStatus field to query operations.static final ProcessOrderStatus_2Field<String>Use with available fluent helpers to apply the ManufacturingOrder field to query operations.static final ProcessOrderStatus_2Field<String>Use with available fluent helpers to apply the StatusCode field to query operations.static final ProcessOrderStatus_2Field<String>Use with available fluent helpers to apply the StatusName field to query operations.static final ProcessOrderStatus_2Field<String>Use with available fluent helpers to apply the StatusShortName field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
ProcessOrderStatus_2Field<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ProcessOrderStatus_2Field<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringConstraints: nonegetKey()(Key Field) Constraints: Not nullable, Maximum length: 12(Key Field) Constraints: Not nullable, Maximum length: 5Constraints: Not nullable, Maximum length: 30Constraints: Not nullable, Maximum length: 4getType()inthashCode()voidsetIsUserStatus(Boolean isUserStatus) Constraints: nonevoidsetManufacturingOrder(String manufacturingOrder) (Key Field) Constraints: Not nullable, Maximum length: 12protected voidsetServicePathForFetch(String servicePathForFetch) voidsetStatusCode(String statusCode) (Key Field) Constraints: Not nullable, Maximum length: 5voidsetStatusName(String statusName) Constraints: Not nullable, Maximum length: 30voidsetStatusShortName(String statusShortName) Constraints: Not nullable, Maximum length: 4toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of ProcessOrderStatus_2. -
MANUFACTURING_ORDER
Use with available fluent helpers to apply the ManufacturingOrder field to query operations. -
STATUS_CODE
Use with available fluent helpers to apply the StatusCode field to query operations. -
IS_USER_STATUS
Use with available fluent helpers to apply the IsUserStatus field to query operations. -
STATUS_SHORT_NAME
Use with available fluent helpers to apply the StatusShortName field to query operations. -
STATUS_NAME
Use with available fluent helpers to apply the StatusName field to query operations.
-
-
Constructor Details
-
ProcessOrderStatus_2
public ProcessOrderStatus_2() -
ProcessOrderStatus_2
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ProcessOrderStatus_2>
-
setManufacturingOrder
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ManufacturingOrder
- Parameters:
manufacturingOrder- Process Order
-
setStatusCode
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: StatusCode
- Parameters:
statusCode- Object status
-
setIsUserStatus
Constraints: noneOriginal property name from the Odata EDM: IsUserStatus
- Parameters:
isUserStatus- Is User Status
-
setStatusShortName
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: StatusShortName
- Parameters:
statusShortName- Individual status of an object (short form)
-
setStatusName
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatusName
- Parameters:
statusName- Individual Status of an Object
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ProcessOrderStatus_2>
-
getKey
- Overrides:
getKeyin classVdmObject<ProcessOrderStatus_2>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ProcessOrderStatus_2>
-
fromMap
- Overrides:
fromMapin classVdmObject<ProcessOrderStatus_2>
-
field
@Nonnull public static <T> ProcessOrderStatus_2Field<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
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.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> ProcessOrderStatus_2Field<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<ProcessOrderStatus_2>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ProcessOrderStatus_2>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ProcessOrderStatus_2>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ProcessOrderStatus_2>
-
builder
-
getManufacturingOrder
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ManufacturingOrder
- Returns:
- Process Order
-
getStatusCode
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: StatusCode
- Returns:
- Object status
-
getIsUserStatus
Constraints: noneOriginal property name from the Odata EDM: IsUserStatus
- Returns:
- Is User Status
-
getStatusShortName
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: StatusShortName
- Returns:
- Individual status of an object (short form)
-
getStatusName
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatusName
- Returns:
- Individual Status of an Object
-
toString
- Overrides:
toStringin classVdmObject<ProcessOrderStatus_2>
-
equals
- Overrides:
equalsin classVdmEntity<ProcessOrderStatus_2>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ProcessOrderStatus_2>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ProcessOrderStatus_2>
-