@Entity public class UserProductLog extends BaseEntity
| Constructor and Description |
|---|
UserProductLog() |
| Modifier and Type | Method and Description |
|---|---|
UserProductAction |
getAction() |
User |
getBy() |
java.util.Date |
getDate() |
Network |
getNetwork() |
Product |
getProduct() |
User |
getUser() |
void |
setAction(UserProductAction action) |
void |
setBy(User by) |
void |
setDate(java.util.Date date) |
void |
setProduct(Product product) |
void |
setUser(User user) |
getDataTranslationType, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, toStringpublic UserProductAction getAction()
public User getBy()
public java.util.Date getDate()
public Network getNetwork()
getNetwork in class BaseEntitypublic Product getProduct()
public User getUser()
public void setAction(UserProductAction action)
public void setBy(User by)
public void setDate(java.util.Date date)
public void setProduct(Product product)
public void setUser(User user)