public class ShoppingCartDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<CurrencyVO,ShoppingCartDTO> |
LOW_BALANCE_CURRENCIES |
static ListProperty<OrderDTO,ShoppingCartDTO> |
ORDERS |
| Constructor and Description |
|---|
ShoppingCartDTO() |
ShoppingCartDTO(Property<T,? super ShoppingCartDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<CurrencyVO> |
getLowBalanceCurrencies() |
java.util.List<OrderDTO> |
getOrders() |
void |
setLowBalanceCurrencies(java.util.List<CurrencyVO> lowBalanceCurrencies) |
void |
setOrders(java.util.List<OrderDTO> orders) |
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 ListProperty<CurrencyVO,ShoppingCartDTO> LOW_BALANCE_CURRENCIES
public static final ListProperty<OrderDTO,ShoppingCartDTO> ORDERS
public ShoppingCartDTO()
public ShoppingCartDTO(Property<T,? super ShoppingCartDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<CurrencyVO> getLowBalanceCurrencies()
public void setLowBalanceCurrencies(java.util.List<CurrencyVO> lowBalanceCurrencies)
public java.util.List<OrderDTO> getOrders()
public void setOrders(java.util.List<OrderDTO> orders)