public class UserSalesData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,UserSalesData> |
CAN_CREATE_NEW |
static java.lang.String |
CLASS_NAME |
static ListProperty<CurrencyVO,UserSalesData> |
CURRENCIES |
static PageProperty<OrderVO,UserSalesData> |
RESULTS |
static BasicProperty<UserVO,UserSalesData> |
SELLER |
| Constructor and Description |
|---|
UserSalesData() |
UserSalesData(Property<T,? super UserSalesData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<CurrencyVO> |
getCurrencies() |
Page<OrderVO> |
getResults() |
UserVO |
getSeller() |
boolean |
isCanCreateNew() |
void |
setCanCreateNew(boolean canCreateNew) |
void |
setCurrencies(java.util.List<CurrencyVO> currencies) |
void |
setResults(Page<OrderVO> results) |
void |
setSeller(UserVO seller) |
addPropertyChangeListener, 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<java.lang.Boolean,UserSalesData> CAN_CREATE_NEW
public static final ListProperty<CurrencyVO,UserSalesData> CURRENCIES
public static final PageProperty<OrderVO,UserSalesData> RESULTS
public static final BasicProperty<UserVO,UserSalesData> SELLER
public UserSalesData()
public UserSalesData(Property<T,? super UserSalesData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic boolean isCanCreateNew()
public void setCanCreateNew(boolean canCreateNew)
public java.util.List<CurrencyVO> getCurrencies()
public void setCurrencies(java.util.List<CurrencyVO> currencies)
public UserVO getSeller()
public void setSeller(UserVO seller)