public class TransactionAuthorizationVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static Property<TransactionAuthorizationAction,TransactionAuthorizationVO> |
ACTION |
static Property<UserVO,TransactionAuthorizationVO> |
BY |
static Property<java.lang.String,TransactionAuthorizationVO> |
COMMENTS |
static Property<DateTime,TransactionAuthorizationVO> |
DATE |
static Property<java.lang.Integer,TransactionAuthorizationVO> |
LEVEL_NUMBER |
ID| Constructor and Description |
|---|
TransactionAuthorizationVO() |
TransactionAuthorizationVO(java.lang.Long id) |
TransactionAuthorizationVO(Property<T,? super TransactionAuthorizationVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
TransactionAuthorizationAction |
getAction() |
UserVO |
getBy() |
java.lang.String |
getComments() |
DateTime |
getDate() |
java.lang.Integer |
getLevelNumber() |
void |
setAction(TransactionAuthorizationAction action) |
void |
setBy(UserVO by) |
void |
setComments(java.lang.String comments) |
void |
setDate(DateTime date) |
void |
setLevelNumber(java.lang.Integer levelNumber) |
getId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<TransactionAuthorizationAction,TransactionAuthorizationVO> ACTION
public static final Property<UserVO,TransactionAuthorizationVO> BY
public static final Property<java.lang.String,TransactionAuthorizationVO> COMMENTS
public static final Property<DateTime,TransactionAuthorizationVO> DATE
public static final Property<java.lang.Integer,TransactionAuthorizationVO> LEVEL_NUMBER
public TransactionAuthorizationVO()
public TransactionAuthorizationVO(java.lang.Long id)
public TransactionAuthorizationVO(Property<T,? super TransactionAuthorizationVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class EntityModelpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class EntityModelpublic TransactionAuthorizationAction getAction()
public UserVO getBy()
public java.lang.String getComments()
public DateTime getDate()
public java.lang.Integer getLevelNumber()
public void setAction(TransactionAuthorizationAction action)
public void setBy(UserVO by)
public void setComments(java.lang.String comments)
public void setDate(DateTime date)
public void setLevelNumber(java.lang.Integer levelNumber)