public class AccountLimitVO extends ObservableBean
| Modifier and Type | Field and Description |
|---|---|
static Property<AccountVO,AccountLimitVO> |
ACCOUNT |
static Property<CurrencyAmountDTO,AccountLimitVO> |
CREDIT_LIMIT |
static Property<java.lang.Boolean,AccountLimitVO> |
CREDIT_LIMIT_FROM_PRODUCTS |
static Property<CurrencyAmountDTO,AccountLimitVO> |
UPPER_CREDIT_LIMIT |
static Property<java.lang.Boolean,AccountLimitVO> |
UPPER_CREDIT_LIMIT_FROM_PRODUCTS |
| Constructor and Description |
|---|
AccountLimitVO() |
AccountLimitVO(Property<T,? super AccountLimitVO> 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
|
AccountVO |
getAccount() |
CurrencyAmountDTO |
getCreditLimit() |
CurrencyAmountDTO |
getUpperCreditLimit() |
boolean |
isCreditLimitFromProducts() |
boolean |
isUpperCreditLimitFromProducts() |
void |
setAccount(AccountVO account) |
void |
setCreditLimit(CurrencyAmountDTO creditLimit) |
void |
setCreditLimitFromProducts(boolean creditLimitFromProducts) |
void |
setUpperCreditLimit(CurrencyAmountDTO upperCreditLimit) |
void |
setUpperCreditLimitFromProducts(boolean upperCreditLimitFromProducts) |
addPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<AccountVO,AccountLimitVO> ACCOUNT
public static final Property<CurrencyAmountDTO,AccountLimitVO> CREDIT_LIMIT
public static final Property<java.lang.Boolean,AccountLimitVO> CREDIT_LIMIT_FROM_PRODUCTS
public static final Property<CurrencyAmountDTO,AccountLimitVO> UPPER_CREDIT_LIMIT
public static final Property<java.lang.Boolean,AccountLimitVO> UPPER_CREDIT_LIMIT_FROM_PRODUCTS
public AccountLimitVO()
public AccountLimitVO(Property<T,? super AccountLimitVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ObservableBeanprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ObservableBeanpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ObservableBeanpublic AccountVO getAccount()
public CurrencyAmountDTO getCreditLimit()
public boolean isCreditLimitFromProducts()
public CurrencyAmountDTO getUpperCreditLimit()
public boolean isUpperCreditLimitFromProducts()
public void setAccount(AccountVO account)
public void setCreditLimit(CurrencyAmountDTO creditLimit)
public void setCreditLimitFromProducts(boolean creditLimitFromProducts)
public void setUpperCreditLimit(CurrencyAmountDTO upperCreditLimit)
public void setUpperCreditLimitFromProducts(boolean upperCreditLimitFromProducts)