public class CRMDOInvoiceAllocation extends CRMDO implements ICRMDOCollectionEntity
Constructor and Description |
---|
CRMDOInvoiceAllocation() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getAllocatedAmount() |
java.util.Date |
getAllocationDate() |
CRMDOCreditNote |
getCreditNote() |
CRMDOInvoiceAllocation |
getDeallocatedBy() |
CRMDOInvoice |
getInvoice() |
CRMDOInvoiceCancellation |
getInvoiceCancellation() |
CRMDO |
getMainEntity() |
CRMDOPayment |
getPayment() |
static long |
getSerialversionuid() |
AllocationType |
getType() |
CRMDOWriteOff |
getWriteOff() |
void |
setAllocatedAmount(java.math.BigDecimal allocatedAmount) |
void |
setAllocationDate(java.util.Date allocationDate) |
void |
setCreditNote(CRMDOCreditNote creditNote) |
void |
setDeallocatedBy(CRMDOInvoiceAllocation deallocatedBy) |
void |
setInvoice(CRMDOInvoice invoice) |
void |
setInvoiceCancellation(CRMDOInvoiceCancellation invoiceCancellation) |
void |
setPayment(CRMDOPayment payment) |
void |
setType(AllocationType type) |
void |
setWriteOff(CRMDOWriteOff writeOff) |
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 CRMDOInvoice getInvoice()
public void setInvoice(CRMDOInvoice invoice)
public CRMDOCreditNote getCreditNote()
public void setCreditNote(CRMDOCreditNote creditNote)
public CRMDOInvoiceCancellation getInvoiceCancellation()
public void setInvoiceCancellation(CRMDOInvoiceCancellation invoiceCancellation)
public CRMDOPayment getPayment()
public void setPayment(CRMDOPayment payment)
public CRMDOWriteOff getWriteOff()
public void setWriteOff(CRMDOWriteOff writeOff)
public java.math.BigDecimal getAllocatedAmount()
public void setAllocatedAmount(java.math.BigDecimal allocatedAmount)
public java.util.Date getAllocationDate()
public void setAllocationDate(java.util.Date allocationDate)
public AllocationType getType()
public void setType(AllocationType type)
public CRMDOInvoiceAllocation getDeallocatedBy()
public void setDeallocatedBy(CRMDOInvoiceAllocation deallocatedBy)
public CRMDO getMainEntity()
getMainEntity
in interface ICRMDOCollectionEntity
public static long getSerialversionuid()