public class VoucherUseForm
extends com.crm.dataobject.NotPersistenceObject
Constructor and Description |
---|
VoucherUseForm() |
Modifier and Type | Method and Description |
---|---|
com.crm.dataobject.accounts.CRMDOAccountReceivable |
getAccountReceivable() |
com.crm.dataobject.financialtransactions.CRMDOFinancialTransactionCategory |
getCategory() |
java.lang.String |
getNotes() |
com.crm.dataobject.vouchers.CRMDOVoucher |
getVoucher() |
void |
setAccountReceivable(com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable) |
void |
setCategory(com.crm.dataobject.financialtransactions.CRMDOFinancialTransactionCategory category) |
void |
setNotes(java.lang.String notes) |
void |
setVoucher(com.crm.dataobject.vouchers.CRMDOVoucher voucher) |
clone, compareObjects, compareTo, equals, getAlias, getAliases, getAltCode, getAttachments, getCode, getComparableByXPath, getCreatedByUnit, getCreatedByUser, getCreatedDate, getDefaultMandatoryFields, getDeletedFlagFieldName, getDescription, getFieldsize, getFieldsizes, getId, getIsAssignable, getIsDeletable, getIsDeleted, getIsEditable, getIsViewable, getMandatoryFields, getModifiedCollections, getName, getNewvalues, 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, 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, setIsViewable, setMandatoryFields, setModified, setModifiedCollections, setName, setNetworkRestrictionsSet, setNew, setNew, setNewvalues, setNotVisibleActions, setNotVisibleFields, setNotVisiblePrintouts, setNumber, setOldvalues, setOwnerCollection, setProperty, setReadOnlyFields, setRecVersion, setSecurityRestrictionsSet, setSharedNotes, setSortby, setUpdatedByUnit, setUpdatedByUser, setUpdatedDate, sortbyCompareTo, toString
public com.crm.dataobject.accounts.CRMDOAccountReceivable getAccountReceivable()
public void setAccountReceivable(com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable)
public com.crm.dataobject.financialtransactions.CRMDOFinancialTransactionCategory getCategory()
public void setCategory(com.crm.dataobject.financialtransactions.CRMDOFinancialTransactionCategory category)
public java.lang.String getNotes()
getNotes
in class com.crm.dataobject.CRMDO
public void setNotes(java.lang.String notes)
setNotes
in class com.crm.dataobject.CRMDO
public com.crm.dataobject.vouchers.CRMDOVoucher getVoucher()
public void setVoucher(com.crm.dataobject.vouchers.CRMDOVoucher voucher)