Package org.cyclos.model.users.products
Class ProductAssignmentLogVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.users.products.ProductAssignmentLogVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class ProductAssignmentLogVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<ProductAssignmentAction,ProductAssignmentLogVO>ACTIONstatic BasicProperty<UserVO,ProductAssignmentLogVO>BYstatic StringCLASS_NAMEstatic BasicProperty<DateTime,ProductAssignmentLogVO>DATEstatic BasicProperty<ProductVO,ProductAssignmentLogVO>PRODUCT-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description ProductAssignmentLogVO()ProductAssignmentLogVO(Long id)ProductAssignmentLogVO(Property<T,? super ProductAssignmentLogVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()ProductAssignmentActiongetAction()UserVOgetBy()DateTimegetDate()ProductVOgetProduct()voidsetAction(ProductAssignmentAction action)voidsetBy(UserVO by)voidsetDate(DateTime date)voidsetProduct(ProductVO product)-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, toString
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ACTION
public static final BasicProperty<ProductAssignmentAction,ProductAssignmentLogVO> ACTION
-
BY
public static final BasicProperty<UserVO,ProductAssignmentLogVO> BY
-
DATE
public static final BasicProperty<DateTime,ProductAssignmentLogVO> DATE
-
PRODUCT
public static final BasicProperty<ProductVO,ProductAssignmentLogVO> PRODUCT
-
-
Constructor Detail
-
ProductAssignmentLogVO
public ProductAssignmentLogVO()
-
ProductAssignmentLogVO
public ProductAssignmentLogVO(Long id)
-
ProductAssignmentLogVO
public ProductAssignmentLogVO(Property<T,? super ProductAssignmentLogVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
getAction
public ProductAssignmentAction getAction()
-
setAction
public void setAction(ProductAssignmentAction action)
-
getBy
public UserVO getBy()
-
setBy
public void setBy(UserVO by)
-
getDate
public DateTime getDate()
-
setDate
public void setDate(DateTime date)
-
getProduct
public ProductVO getProduct()
-
setProduct
public void setProduct(ProductVO product)
-
-