public class BrokeringLogVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<BrokeringAction,BrokeringLogVO> |
ACTION |
static BasicProperty<UserVO,BrokeringLogVO> |
BROKER |
static BasicProperty<UserVO,BrokeringLogVO> |
BY |
static java.lang.String |
CLASS_NAME |
static BasicProperty<DateTime,BrokeringLogVO> |
DATE |
ID| Constructor and Description |
|---|
BrokeringLogVO() |
BrokeringLogVO(java.lang.Long id) |
BrokeringLogVO(Property<T,? super BrokeringLogVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
BrokeringAction |
getAction() |
UserVO |
getBroker() |
UserVO |
getBy() |
DateTime |
getDate() |
void |
setAction(BrokeringAction action) |
void |
setBroker(UserVO broker) |
void |
setBy(UserVO by) |
void |
setDate(DateTime date) |
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<BrokeringAction,BrokeringLogVO> ACTION
public static final BasicProperty<UserVO,BrokeringLogVO> BROKER
public static final BasicProperty<UserVO,BrokeringLogVO> BY
public static final BasicProperty<DateTime,BrokeringLogVO> DATE
public BrokeringLogVO()
public BrokeringLogVO(java.lang.Long id)
public BrokeringLogVO(Property<T,? super BrokeringLogVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic BrokeringAction getAction()
public void setAction(BrokeringAction action)
public UserVO getBroker()
public void setBroker(UserVO broker)
public UserVO getBy()
public void setBy(UserVO by)
public DateTime getDate()
public void setDate(DateTime date)