public class UserProductLogVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<UserProductAction,UserProductLogVO> |
ACTION |
static BasicProperty<UserVO,UserProductLogVO> |
BY |
static java.lang.String |
CLASS_NAME |
static BasicProperty<DateTime,UserProductLogVO> |
DATE |
static BasicProperty<ProductVO,UserProductLogVO> |
PRODUCT |
ID| Constructor and Description |
|---|
UserProductLogVO() |
UserProductLogVO(java.lang.Long id) |
UserProductLogVO(Property<T,? super UserProductLogVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
UserProductAction |
getAction() |
UserVO |
getBy() |
DateTime |
getDate() |
ProductVO |
getProduct() |
void |
setAction(UserProductAction action) |
void |
setBy(UserVO by) |
void |
setDate(DateTime date) |
void |
setProduct(ProductVO product) |
getId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<UserProductAction,UserProductLogVO> ACTION
public static final BasicProperty<UserVO,UserProductLogVO> BY
public static final BasicProperty<DateTime,UserProductLogVO> DATE
public static final BasicProperty<ProductVO,UserProductLogVO> PRODUCT
public UserProductLogVO()
public UserProductLogVO(java.lang.Long id)
public UserProductLogVO(Property<T,? super UserProductLogVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic UserProductAction getAction()
public void setAction(UserProductAction action)
public UserVO getBy()
public void setBy(UserVO by)
public DateTime getDate()
public void setDate(DateTime date)
public ProductVO getProduct()
public void setProduct(ProductVO product)