public class ViewFutureBalanceForm extends NotPersistenceObject
Constructor and Description |
---|
ViewFutureBalanceForm() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getAsOfDate() |
java.math.BigDecimal |
getBalance() |
CRMDOWallet |
getWallet() |
java.util.Set<CRMDOWalletAllotmentGroupCondition> |
getWalletAllotmentGroupConditions() |
java.util.Set<CRMDOWalletBalancePerProduct> |
getWalletBalancePerProduct() |
void |
setAsOfDate(java.util.Date asOfDate) |
void |
setBalance(java.math.BigDecimal balance) |
void |
setWallet(CRMDOWallet wallet) |
void |
setWalletAllotmentGroupConditions(java.util.Set<CRMDOWalletAllotmentGroupCondition> walletAllotmentGroupConditions) |
void |
setWalletBalancePerProduct(java.util.Set<CRMDOWalletBalancePerProduct> walletBalancePerProduct) |
clone, compareObjects, compareTo, deepCopy, equals, getAlias, getAliases, getAltCode, getAttachments, getCode, getComparableByXPath, getCreatedByUnit, getCreatedByUser, getCreatedDate, getDefaultMandatoryFields, getDeletedFlagFieldName, getDescription, getFieldsize, getFieldsizes, getId, getIsAssignable, getIsDeletable, getIsDeleted, getIsEditable, getIsRestricted, getIsViewable, getMandatoryFields, getModifiedCollections, getName, getNewvalues, getNotes, getNotVisibleActions, getNotVisibleFields, getNotVisiblePrintouts, getNumber, getOldvalues, getOwnerCollection, getProperties, getProperty, getReadOnlyFields, getRecVersion, getSharedNotes, getSortby, getUpdatedByUnit, getUpdatedByUser, getUpdatedDate, initFieldsizes, initializeCRMDO, isAssignable, isDeletable, isDeleted, isEditable, isMandatory, isModified, isModified, isNew, isRestricted, isSortbyDefined, isSpecified, isViewable, networkRestrictionsSet, onDelete, onLoad, onLoad, onSave, onSave, onUpdate, securityRestrictionsSet, setAlias, setAltCode, setAttachments, setChange, setCode, setCreatedByUnit, setCreatedByUser, setCreatedDate, setDefaultMandatoryFields, setDescription, setFieldsize, setId, setIsAssignable, setIsDeletable, setIsDeleted, setIsEditable, setIsRestricted, setIsViewable, setMandatoryFields, setModified, setModifiedCollections, setName, setNetworkRestrictionsSet, setNew, setNew, setNewvalues, setNotes, setNotVisibleActions, setNotVisibleFields, setNotVisiblePrintouts, setNumber, setOldvalues, setOwnerCollection, setProperty, setReadOnlyFields, setRecVersion, setSecurityRestrictionsSet, setSharedNotes, setSortby, setUpdatedByUnit, setUpdatedByUser, setUpdatedDate, sortbyCompareTo, toString
public CRMDOWallet getWallet()
public void setWallet(CRMDOWallet wallet)
public java.math.BigDecimal getBalance()
public void setBalance(java.math.BigDecimal balance)
public java.util.Date getAsOfDate()
public void setAsOfDate(java.util.Date asOfDate)
public java.util.Set<CRMDOWalletAllotmentGroupCondition> getWalletAllotmentGroupConditions()
public void setWalletAllotmentGroupConditions(java.util.Set<CRMDOWalletAllotmentGroupCondition> walletAllotmentGroupConditions)
public java.util.Set<CRMDOWalletBalancePerProduct> getWalletBalancePerProduct()
public void setWalletBalancePerProduct(java.util.Set<CRMDOWalletBalancePerProduct> walletBalancePerProduct)