public class AccountLimitLogVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AccountVO,AccountLimitLogVO> |
ACCOUNT |
static BasicProperty<UserVO,AccountLimitLogVO> |
BY |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.math.BigDecimal,AccountLimitLogVO> |
CREDIT_LIMIT |
static BasicProperty<java.lang.Boolean,AccountLimitLogVO> |
CREDIT_LIMIT_FROM_PRODUCT |
static BasicProperty<CurrencyVO,AccountLimitLogVO> |
CURRENCY |
static BasicProperty<java.lang.String,AccountLimitLogVO> |
DESCRIPTION |
static BasicProperty<DateTime,AccountLimitLogVO> |
MODIFIED_AT |
static BasicProperty<java.math.BigDecimal,AccountLimitLogVO> |
UPPER_CREDIT_LIMIT |
static BasicProperty<java.lang.Boolean,AccountLimitLogVO> |
UPPER_CREDIT_LIMIT_FROM_PRODUCT |
ID| Constructor and Description |
|---|
AccountLimitLogVO() |
AccountLimitLogVO(java.lang.Long id) |
AccountLimitLogVO(Property<T,? super AccountLimitLogVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AccountVO |
getAccount() |
UserVO |
getBy() |
java.math.BigDecimal |
getCreditLimit() |
CurrencyVO |
getCurrency() |
java.lang.String |
getDescription() |
DateTime |
getModifiedAt() |
java.math.BigDecimal |
getUpperCreditLimit() |
boolean |
isCreditLimitFromProduct() |
boolean |
isUpperCreditLimitFromProduct() |
void |
setAccount(AccountVO account) |
void |
setBy(UserVO by) |
void |
setCreditLimit(java.math.BigDecimal creditLimit) |
void |
setCreditLimitFromProduct(boolean creditLimitFromProduct) |
void |
setCurrency(CurrencyVO currency) |
void |
setDescription(java.lang.String description) |
void |
setModifiedAt(DateTime modifiedAt) |
void |
setUpperCreditLimit(java.math.BigDecimal upperCreditLimit) |
void |
setUpperCreditLimitFromProduct(boolean upperCreditLimitFromProduct) |
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<AccountVO,AccountLimitLogVO> ACCOUNT
public static final BasicProperty<UserVO,AccountLimitLogVO> BY
public static final BasicProperty<java.math.BigDecimal,AccountLimitLogVO> CREDIT_LIMIT
public static final BasicProperty<java.lang.Boolean,AccountLimitLogVO> CREDIT_LIMIT_FROM_PRODUCT
public static final BasicProperty<CurrencyVO,AccountLimitLogVO> CURRENCY
public static final BasicProperty<java.lang.String,AccountLimitLogVO> DESCRIPTION
public static final BasicProperty<DateTime,AccountLimitLogVO> MODIFIED_AT
public static final BasicProperty<java.math.BigDecimal,AccountLimitLogVO> UPPER_CREDIT_LIMIT
public static final BasicProperty<java.lang.Boolean,AccountLimitLogVO> UPPER_CREDIT_LIMIT_FROM_PRODUCT
public AccountLimitLogVO()
public AccountLimitLogVO(java.lang.Long id)
public AccountLimitLogVO(Property<T,? super AccountLimitLogVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic AccountVO getAccount()
public void setAccount(AccountVO account)
public UserVO getBy()
public void setBy(UserVO by)
public java.math.BigDecimal getCreditLimit()
public void setCreditLimit(java.math.BigDecimal creditLimit)
public boolean isCreditLimitFromProduct()
public void setCreditLimitFromProduct(boolean creditLimitFromProduct)
public CurrencyVO getCurrency()
public void setCurrency(CurrencyVO currency)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public DateTime getModifiedAt()
public void setModifiedAt(DateTime modifiedAt)
public java.math.BigDecimal getUpperCreditLimit()
public void setUpperCreditLimit(java.math.BigDecimal upperCreditLimit)
public boolean isUpperCreditLimitFromProduct()
public void setUpperCreditLimitFromProduct(boolean upperCreditLimitFromProduct)