public interface ExpectedInventoryType
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAvailabilityDateTime()
Returns the value of the 'Availability Date Time' attribute.
|
QuantityType |
getAvailableQuantity()
Returns the value of the 'Available Quantity' containment reference.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setAvailabilityDateTime(java.lang.Object value)
Sets the value of the '
Availability Date Time' attribute. |
void |
setAvailableQuantity(QuantityType value)
Sets the value of the '
Available Quantity' containment reference. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data' containment reference. |
QuantityType getAvailableQuantity()
setAvailableQuantity(QuantityType),
InventoryPackage.getExpectedInventoryType_AvailableQuantity()void setAvailableQuantity(QuantityType value)
Available Quantity' containment reference.
value - the new value of the 'Available Quantity' containment reference.getAvailableQuantity()java.lang.Object getAvailabilityDateTime()
setAvailabilityDateTime(Object),
InventoryPackage.getExpectedInventoryType_AvailabilityDateTime()void setAvailabilityDateTime(java.lang.Object value)
Availability Date Time' attribute.
value - the new value of the 'Availability Date Time' attribute.getAvailabilityDateTime()UserDataType getUserData()
setUserData(UserDataType),
InventoryPackage.getExpectedInventoryType_UserData()void setUserData(UserDataType value)
User Data' containment reference.
value - the new value of the 'User Data' containment reference.getUserData()