public class AccountLimitVO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AccountVO,AccountLimitVO> |
ACCOUNT |
static java.lang.String |
CLASS_NAME |
static BasicProperty<CurrencyAmountDTO,AccountLimitVO> |
CREDIT_LIMIT |
static BasicProperty<java.lang.Boolean,AccountLimitVO> |
CREDIT_LIMIT_FROM_PRODUCTS |
static BasicProperty<CurrencyAmountDTO,AccountLimitVO> |
UPPER_CREDIT_LIMIT |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
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, 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<AccountVO,AccountLimitVO> ACCOUNT
public static final BasicProperty<CurrencyAmountDTO,AccountLimitVO> CREDIT_LIMIT
public static final BasicProperty<java.lang.Boolean,AccountLimitVO> CREDIT_LIMIT_FROM_PRODUCTS
public static final BasicProperty<CurrencyAmountDTO,AccountLimitVO> UPPER_CREDIT_LIMIT
public static final BasicProperty<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 Beanpublic AccountVO getAccount()
public void setAccount(AccountVO account)
public CurrencyAmountDTO getCreditLimit()
public void setCreditLimit(CurrencyAmountDTO creditLimit)
public boolean isCreditLimitFromProducts()
public void setCreditLimitFromProducts(boolean creditLimitFromProducts)
public CurrencyAmountDTO getUpperCreditLimit()
public void setUpperCreditLimit(CurrencyAmountDTO upperCreditLimit)
public boolean isUpperCreditLimitFromProducts()
public void setUpperCreditLimitFromProducts(boolean upperCreditLimitFromProducts)