public class OrderVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<UserVO,OrderVO> |
BUYER |
static java.lang.String |
CLASS_NAME |
static BasicProperty<DateTime,OrderVO> |
CREATION_DATE |
static BasicProperty<CurrencyVO,OrderVO> |
CURRENCY |
static BasicProperty<java.lang.String,OrderVO> |
NUMBER |
static BasicProperty<UserVO,OrderVO> |
SELLER |
static BasicProperty<OrderStatus,OrderVO> |
STATUS |
static BasicProperty<java.math.BigDecimal,OrderVO> |
TOTAL |
ID| Constructor and Description |
|---|
OrderVO() |
OrderVO(java.lang.Long id) |
OrderVO(Property<T,? super OrderVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
UserVO |
getBuyer() |
DateTime |
getCreationDate() |
CurrencyVO |
getCurrency() |
java.lang.String |
getNumber() |
UserVO |
getSeller() |
OrderStatus |
getStatus() |
java.math.BigDecimal |
getTotal() |
void |
setBuyer(UserVO buyer) |
void |
setCreationDate(DateTime creationDate) |
void |
setCurrency(CurrencyVO currency) |
void |
setNumber(java.lang.String number) |
void |
setSeller(UserVO seller) |
void |
setStatus(OrderStatus status) |
void |
setTotal(java.math.BigDecimal total) |
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<UserVO,OrderVO> BUYER
public static final BasicProperty<DateTime,OrderVO> CREATION_DATE
public static final BasicProperty<CurrencyVO,OrderVO> CURRENCY
public static final BasicProperty<java.lang.String,OrderVO> NUMBER
public static final BasicProperty<UserVO,OrderVO> SELLER
public static final BasicProperty<OrderStatus,OrderVO> STATUS
public static final BasicProperty<java.math.BigDecimal,OrderVO> TOTAL
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic UserVO getBuyer()
public void setBuyer(UserVO buyer)
public DateTime getCreationDate()
public void setCreationDate(DateTime creationDate)
public CurrencyVO getCurrency()
public void setCurrency(CurrencyVO currency)
public java.lang.String getNumber()
public void setNumber(java.lang.String number)
public UserVO getSeller()
public void setSeller(UserVO seller)
public OrderStatus getStatus()
public void setStatus(OrderStatus status)
public java.math.BigDecimal getTotal()
public void setTotal(java.math.BigDecimal total)