public interface InventoryAdjustmentType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAdjustDate()
Returns the value of the 'Adjust Date' attribute.
|
InventoryAdjustmentCodeType |
getCode()
Returns the value of the 'Code' containment reference.
|
java.lang.String |
getComments()
Returns the value of the 'Comments' attribute.
|
QuantityType |
getQuantity()
Returns the value of the 'Quantity' containment reference.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setAdjustDate(java.lang.Object value)
Sets the value of the '
Adjust Date ' attribute. |
void |
setCode(InventoryAdjustmentCodeType value)
Sets the value of the '
Code ' containment reference. |
void |
setComments(java.lang.String value)
Sets the value of the '
Comments ' attribute. |
void |
setQuantity(QuantityType value)
Sets the value of the '
Quantity ' containment reference. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
InventoryAdjustmentCodeType getCode()
setCode(InventoryAdjustmentCodeType)
,
InventoryPackage.getInventoryAdjustmentType_Code()
void setCode(InventoryAdjustmentCodeType value)
Code
' containment reference.
value
- the new value of the 'Code' containment reference.getCode()
QuantityType getQuantity()
setQuantity(QuantityType)
,
InventoryPackage.getInventoryAdjustmentType_Quantity()
void setQuantity(QuantityType value)
Quantity
' containment reference.
value
- the new value of the 'Quantity' containment reference.getQuantity()
java.lang.Object getAdjustDate()
setAdjustDate(Object)
,
InventoryPackage.getInventoryAdjustmentType_AdjustDate()
void setAdjustDate(java.lang.Object value)
Adjust Date
' attribute.
value
- the new value of the 'Adjust Date' attribute.getAdjustDate()
java.lang.String getComments()
setComments(String)
,
InventoryPackage.getInventoryAdjustmentType_Comments()
void setComments(java.lang.String value)
Comments
' attribute.
value
- the new value of the 'Comments' attribute.getComments()
UserDataType getUserData()
setUserData(UserDataType)
,
InventoryPackage.getInventoryAdjustmentType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()