public class CRMDOInvoice extends CRMDOFinancialTransaction implements ICRMDOAuditTrailedEntity
| Constructor and Description |
|---|
CRMDOInvoice() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<CRMDO> |
getAuditTrailLogs() |
java.util.Date |
getDueDate() |
java.util.Set<CRMDOInvoiceAllocation> |
getInvoiceAllocations() |
CRMDOInvoiceCancellation |
getInvoiceCancellation() |
java.math.BigDecimal |
getOutstandingAmount() |
java.util.Set<CRMDOPaymentIntention> |
getPaymentIntentions() |
static long |
getSerialversionuid() |
java.math.BigDecimal |
getUnsettledAmount() |
void |
setAuditTrailLogs(java.util.Set<CRMDO> auditTrailLogs) |
void |
setDueDate(java.util.Date dueDate) |
void |
setInvoiceAllocations(java.util.Set<CRMDOInvoiceAllocation> invoiceAllocations) |
void |
setInvoiceCancellation(CRMDOInvoiceCancellation invoiceCancellation) |
void |
setOutstandingAmount(java.math.BigDecimal outstandingAmount) |
void |
setPaymentIntentions(java.util.Set<CRMDOPaymentIntention> paymentIntentions) |
void |
setUnsettledAmount(java.math.BigDecimal unsettledAmount) |
getAccountReceivable, getCategory, getContactInformation, getDateTime1, getDateTime2, getDateTime3, getDateTime4, getDateTime5, getDateTime6, getDateTime7, getDateTime8, getDiscAmount, getFloat1, getFloat2, getFloat3, getFloat4, getFloat5, getFloat6, getFloat7, getFloat8, getIssuedDate, getItems, getLifeCycleState, getMasterDO, getNetAmount, getPostedDate, getRejectionReason, getTotalAmount, getTransactionNumber, getType, getUserField1, getUserField10, getUserField11, getUserField12, getUserField13, getUserField14, getUserField15, getUserField16, getUserField17, getUserField18, getUserField19, getUserField2, getUserField20, getUserField21, getUserField22, getUserField23, getUserField24, getUserField3, getUserField4, getUserField5, getUserField6, getUserField7, getUserField8, getUserField9, getVatAmount, setAccountReceivable, setCategory, setContactInformation, setDateTime1, setDateTime2, setDateTime3, setDateTime4, setDateTime5, setDateTime6, setDateTime7, setDateTime8, setDiscAmount, setFloat1, setFloat2, setFloat3, setFloat4, setFloat5, setFloat6, setFloat7, setFloat8, setIssuedDate, setItems, setLifeCycleState, setNetAmount, setPostedDate, setRejectionReason, setTotalAmount, setTransactionNumber, setType, setUserField1, setUserField10, setUserField11, setUserField12, setUserField13, setUserField14, setUserField15, setUserField16, setUserField17, setUserField18, setUserField19, setUserField2, setUserField20, setUserField21, setUserField22, setUserField23, setUserField24, setUserField3, setUserField4, setUserField5, setUserField6, setUserField7, setUserField8, setUserField9, setVatAmountclone, 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, 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, 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, setNotes, setNotVisibleActions, setNotVisibleFields, setNotVisiblePrintouts, setNumber, setOldvalues, setOwnerCollection, setProperty, setReadOnlyFields, setRecVersion, setSecurityRestrictionsSet, setSharedNotes, setSortby, setUpdatedByUnit, setUpdatedByUser, setUpdatedDate, sortbyCompareTo, toStringpublic java.util.Date getDueDate()
public void setDueDate(java.util.Date dueDate)
public java.util.Set<CRMDOPaymentIntention> getPaymentIntentions()
public void setPaymentIntentions(java.util.Set<CRMDOPaymentIntention> paymentIntentions)
public java.util.Set<CRMDOInvoiceAllocation> getInvoiceAllocations()
public void setInvoiceAllocations(java.util.Set<CRMDOInvoiceAllocation> invoiceAllocations)
public CRMDOInvoiceCancellation getInvoiceCancellation()
public void setInvoiceCancellation(CRMDOInvoiceCancellation invoiceCancellation)
public java.math.BigDecimal getOutstandingAmount()
public void setOutstandingAmount(java.math.BigDecimal outstandingAmount)
public java.math.BigDecimal getUnsettledAmount()
public void setUnsettledAmount(java.math.BigDecimal unsettledAmount)
public static long getSerialversionuid()
public java.util.Set<CRMDO> getAuditTrailLogs() throws java.lang.Exception
getAuditTrailLogs in interface ICRMDOAuditTrailedEntityjava.lang.Exceptionpublic void setAuditTrailLogs(java.util.Set<CRMDO> auditTrailLogs) throws java.lang.Exception
setAuditTrailLogs in interface ICRMDOAuditTrailedEntityjava.lang.Exception