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 plannedOrder,
String capacityRequirement,
String capacityRequirementItem,
String capacityRqmtItemCapacity,
String operation,
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) |
String |
getCapacityRequirement()
Constraints: Not nullable
|
String |
getCapacityRequirementItem()
Constraints: Not nullable
|
String |
getCapacityRqmtItemCapacity()
Constraints: Not nullable
|
protected Map<String,Object> |
getKey() |
String |
getMessage()
Constraints: none
|
String |
getOperation()
Constraints: Not nullable, Maximum length: 4
|
String |
getPlannedOrder()
Constraints: Not nullable, Maximum length: 10
|
Class<SchedldProdOrdOpMessage> |
getType() |
int |
hashCode() |
void |
setCapacityRequirement(String capacityRequirement)
Constraints: Not nullable
|
void |
setCapacityRequirementItem(String capacityRequirementItem)
Constraints: Not nullable
|
void |
setCapacityRqmtItemCapacity(String capacityRqmtItemCapacity)
Constraints: Not nullable
|
void |
setMessage(String message)
Constraints: none
|
void |
setOperation(String operation)
Constraints: Not nullable, Maximum length: 4
|
void |
setPlannedOrder(String plannedOrder)
Constraints: Not nullable, Maximum length: 10
|
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>
@Nonnull public static SchedldProdOrdOpMessage.SchedldProdOrdOpMessageBuilder builder()
@Nullable public String getPlannedOrder()
Original property from the Odata EDM: PlannedOrder
@Nullable public String getCapacityRequirement()
Original property from the Odata EDM: CapacityRequirement
@Nullable public String getCapacityRequirementItem()
Original property from the Odata EDM: CapacityRequirementItem
@Nullable public String getCapacityRqmtItemCapacity()
Original property from the Odata EDM: CapacityRqmtItemCapacity
@Nullable public String getOperation()
Original property from the Odata EDM: Operation
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 setPlannedOrder(@Nullable String plannedOrder)
Original property from the Odata EDM: PlannedOrder
plannedOrder
- public void setCapacityRequirement(@Nullable String capacityRequirement)
Original property from the Odata EDM: CapacityRequirement
capacityRequirement
- public void setCapacityRequirementItem(@Nullable String capacityRequirementItem)
Original property from the Odata EDM: CapacityRequirementItem
capacityRequirementItem
- public void setCapacityRqmtItemCapacity(@Nullable String capacityRqmtItemCapacity)
Original property from the Odata EDM: CapacityRqmtItemCapacity
capacityRqmtItemCapacity
- public void setOperation(@Nullable String operation)
Original property from the Odata EDM: Operation
Determines in which order the operations of a sequence are carried out.
operation
- public void setMessage(@Nullable String message)
Original property from the Odata EDM: Message
message
- @Nonnull public String toString()
toString
in class VdmObject<SchedldProdOrdOpMessage>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<SchedldProdOrdOpMessage>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<SchedldProdOrdOpMessage>
public int hashCode()
hashCode
in class VdmObject<SchedldProdOrdOpMessage>
Copyright © 2021 SAP SE. All rights reserved.