com.elasticpath.domain.catalog
Interface InventoryAudit
- All Superinterfaces:
- EpDomain, Persistence, java.io.Serializable, ValueObject
- All Known Implementing Classes:
- InventoryAuditImpl
public interface InventoryAudit
- extends ValueObject
Represents logging information about changes to Inventory.
getCmUserUid
long getCmUserUid()
- Returns:
- the cmUserUid
getComment
java.lang.String getComment()
- Returns:
- the comment
getInventoryUid
long getInventoryUid()
- Returns:
- the inventoryUid
getQuantity
int getQuantity()
- Returns:
- the quantity
getTimestamp
java.util.Date getTimestamp()
- Returns:
- the timestamp
setCmUserUid
void setCmUserUid(long cmUserUid)
- Parameters:
cmUserUid - the cmUserUid to set
setComment
void setComment(java.lang.String comment)
- Parameters:
comment - the comment to set
setInventoryUid
void setInventoryUid(long inventoryUid)
- Parameters:
inventoryUid - the inventoryUid to set
setQuantity
void setQuantity(int quantity)
- Parameters:
quantity - the quantity to set
setTimestamp
void setTimestamp(java.util.Date timestamp)
- Parameters:
timestamp - the timestamp to set