public interface ExpectedInventoryDetailType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String | getComment()
Returns the value of the 'Comment' attribute.
|
ExpectedInventoryDetailIdentifierType | getExpectedInventoryDetailIdentifier()
Returns the value of the 'Expected Inventory Detail Identifier' containment reference.
|
java.lang.Object | getLastUpdateDate()
Returns the value of the 'Last Update Date' attribute.
|
QuantityType | getQuantityAllocated()
Returns the value of the 'Quantity Allocated' containment reference.
|
QuantityType | getQuantityOrdered()
Returns the value of the 'Quantity Ordered' containment reference.
|
QuantityType | getQuantityReceived()
Returns the value of the 'Quantity Received' containment reference.
|
QuantityType | getQuantityRemaining()
Returns the value of the 'Quantity Remaining' containment reference.
|
UserDataType | getUserData()
Returns the value of the 'User Data' containment reference.
|
void | setComment(java.lang.String value)
Sets the value of the 'Comment' attribute.
|
void | setExpectedInventoryDetailIdentifier(ExpectedInventoryDetailIdentifierType value)
Sets the value of the 'Expected Inventory Detail Identifier' containment reference.
|
void | setLastUpdateDate(java.lang.Object value)
Sets the value of the 'Last Update Date' attribute.
|
void | setQuantityAllocated(QuantityType value)
Sets the value of the 'Quantity Allocated' containment reference.
|
void | setQuantityOrdered(QuantityType value)
Sets the value of the 'Quantity Ordered' containment reference.
|
void | setQuantityReceived(QuantityType value)
Sets the value of the 'Quantity Received' containment reference.
|
void | setQuantityRemaining(QuantityType value)
Sets the value of the 'Quantity Remaining' containment reference.
|
void | setUserData(UserDataType value)
Sets the value of the 'User Data' containment reference.
|
ExpectedInventoryDetailIdentifierType getExpectedInventoryDetailIdentifier()
void setExpectedInventoryDetailIdentifier(ExpectedInventoryDetailIdentifierType value)
QuantityType getQuantityOrdered()
void setQuantityOrdered(QuantityType value)
QuantityType getQuantityReceived()
void setQuantityReceived(QuantityType value)
QuantityType getQuantityRemaining()
void setQuantityRemaining(QuantityType value)
QuantityType getQuantityAllocated()
void setQuantityAllocated(QuantityType value)
java.lang.String getComment()
void setComment(java.lang.String value)
java.lang.Object getLastUpdateDate()
void setLastUpdateDate(java.lang.Object value)
UserDataType getUserData()
void setUserData(UserDataType value)