Package org.cyclos.model.users.brokering
Class BrokeringLogVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.users.brokering.BrokeringLogVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class BrokeringLogVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<BrokeringAction,BrokeringLogVO>ACTIONstatic BasicProperty<UserVO,BrokeringLogVO>BROKERstatic BasicProperty<UserVO,BrokeringLogVO>BYstatic StringCLASS_NAMEstatic BasicProperty<DateTime,BrokeringLogVO>DATE-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description BrokeringLogVO()BrokeringLogVO(Long id)BrokeringLogVO(Property<T,? super BrokeringLogVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()BrokeringActiongetAction()UserVOgetBroker()UserVOgetBy()DateTimegetDate()voidsetAction(BrokeringAction action)voidsetBroker(UserVO broker)voidsetBy(UserVO by)voidsetDate(DateTime date)-
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<BrokeringAction,BrokeringLogVO> ACTION
-
BROKER
public static final BasicProperty<UserVO,BrokeringLogVO> BROKER
-
BY
public static final BasicProperty<UserVO,BrokeringLogVO> BY
-
DATE
public static final BasicProperty<DateTime,BrokeringLogVO> DATE
-
-
Constructor Detail
-
BrokeringLogVO
public BrokeringLogVO()
-
BrokeringLogVO
public BrokeringLogVO(Long id)
-
BrokeringLogVO
public BrokeringLogVO(Property<T,? super BrokeringLogVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
getAction
public BrokeringAction getAction()
-
setAction
public void setAction(BrokeringAction action)
-
getBroker
public UserVO getBroker()
-
setBroker
public void setBroker(UserVO broker)
-
getBy
public UserVO getBy()
-
setBy
public void setBy(UserVO by)
-
getDate
public DateTime getDate()
-
setDate
public void setDate(DateTime date)
-
-