public class SchedldProdOrdOpMessage extends VdmComplex<SchedldProdOrdOpMessage>
Original complex type name from the Odata EDM: SchedldProdOrdOpMessage
Modifier and Type | Class and Description |
---|---|
static class |
SchedldProdOrdOpMessage.SchedldProdOrdOpMessageBuilder |
changedOriginalFields
Constructor and Description |
---|
SchedldProdOrdOpMessage() |
SchedldProdOrdOpMessage(String productionOrder,
String orderInternalBillOfOperations,
String orderIntBillOfOperationsItem,
String manufacturingOrderOperation,
String message) |
Modifier and Type | Method and Description |
---|---|
static SchedldProdOrdOpMessage.SchedldProdOrdOpMessageBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues) |
protected Map<String,Object> |
getKey() |
String |
getManufacturingOrderOperation()
Constraints: Not nullable, Maximum length: 4
|
String |
getMessage()
Constraints: none
|
String |
getOrderIntBillOfOperationsItem()
Constraints: Not nullable
|
String |
getOrderInternalBillOfOperations()
Constraints: Not nullable
|
String |
getProductionOrder()
Constraints: Not nullable, Maximum length: 12
|
Class<SchedldProdOrdOpMessage> |
getType() |
int |
hashCode() |
void |
setManufacturingOrderOperation(String manufacturingOrderOperation)
Constraints: Not nullable, Maximum length: 4
|
void |
setMessage(String message)
Constraints: none
|
void |
setOrderIntBillOfOperationsItem(String orderIntBillOfOperationsItem)
Constraints: Not nullable
|
void |
setOrderInternalBillOfOperations(String orderInternalBillOfOperations)
Constraints: Not nullable
|
void |
setProductionOrder(String productionOrder)
Constraints: Not nullable, Maximum length: 12
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
@Nonnull public Class<SchedldProdOrdOpMessage> getType()
getType
in class VdmObject<SchedldProdOrdOpMessage>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SchedldProdOrdOpMessage>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SchedldProdOrdOpMessage>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<SchedldProdOrdOpMessage>
public static SchedldProdOrdOpMessage.SchedldProdOrdOpMessageBuilder builder()
@Nullable public String getProductionOrder()
Original property from the Odata EDM: ProductionOrder
@Nullable public String getOrderInternalBillOfOperations()
Original property from the Odata EDM: OrderInternalBillOfOperations
@Nullable public String getOrderIntBillOfOperationsItem()
Original property from the Odata EDM: OrderIntBillOfOperationsItem
@Nullable public String getManufacturingOrderOperation()
Original property from the Odata EDM: ManufacturingOrderOperation
Determines in which order the operations of a sequence are carried out.
@Nullable public String getMessage()
Original property from the Odata EDM: Message
public void setProductionOrder(@Nullable String productionOrder)
Original property from the Odata EDM: ProductionOrder
productionOrder
- public void setOrderInternalBillOfOperations(@Nullable String orderInternalBillOfOperations)
Original property from the Odata EDM: OrderInternalBillOfOperations
orderInternalBillOfOperations
- public void setOrderIntBillOfOperationsItem(@Nullable String orderIntBillOfOperationsItem)
Original property from the Odata EDM: OrderIntBillOfOperationsItem
orderIntBillOfOperationsItem
- public void setManufacturingOrderOperation(@Nullable String manufacturingOrderOperation)
Original property from the Odata EDM: ManufacturingOrderOperation
Determines in which order the operations of a sequence are carried out.
manufacturingOrderOperation
- public void setMessage(@Nullable String message)
Original property from the Odata EDM: Message
message
- public String toString()
toString
in class VdmObject<SchedldProdOrdOpMessage>
public boolean equals(Object o)
equals
in class VdmObject<SchedldProdOrdOpMessage>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SchedldProdOrdOpMessage>
public int hashCode()
hashCode
in class VdmObject<SchedldProdOrdOpMessage>
Copyright © 2020 SAP SE. All rights reserved.