public class SettlementAutomation extends NotPersistenceObject
Constructor and Description |
---|
SettlementAutomation() |
Modifier and Type | Method and Description |
---|---|
CRMDOProduct |
getCreditNoteProduct() |
java.lang.String |
getCreditNoteProductID() |
CRMDOFinancialTransactionType |
getCreditNoteType() |
java.lang.String |
getCreditNoteTypeID() |
CRMDOProduct |
getInvoiceProduct() |
java.lang.String |
getInvoiceProductID() |
CRMDOFinancialTransactionType |
getInvoiceType() |
java.lang.String |
getInvoiceTypeID() |
void |
setCreditNoteProduct(CRMDOProduct creditNoteProduct) |
void |
setCreditNoteProductID(java.lang.String creditNoteProductID) |
void |
setCreditNoteType(CRMDOFinancialTransactionType creditNoteType) |
void |
setCreditNoteTypeID(java.lang.String creditNoteTypeID) |
void |
setInvoiceProduct(CRMDOProduct invoiceProduct) |
void |
setInvoiceProductID(java.lang.String invoiceProductID) |
void |
setInvoiceType(CRMDOFinancialTransactionType invoiceType) |
void |
setInvoiceTypeID(java.lang.String invoiceTypeID) |
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 java.lang.String getInvoiceTypeID()
public void setInvoiceTypeID(java.lang.String invoiceTypeID)
public CRMDOFinancialTransactionType getInvoiceType()
public void setInvoiceType(CRMDOFinancialTransactionType invoiceType)
public java.lang.String getInvoiceProductID()
public void setInvoiceProductID(java.lang.String invoiceProductID)
public CRMDOProduct getInvoiceProduct()
public void setInvoiceProduct(CRMDOProduct invoiceProduct)
public java.lang.String getCreditNoteTypeID()
public void setCreditNoteTypeID(java.lang.String creditNoteTypeID)
public CRMDOFinancialTransactionType getCreditNoteType()
public void setCreditNoteType(CRMDOFinancialTransactionType creditNoteType)
public java.lang.String getCreditNoteProductID()
public void setCreditNoteProductID(java.lang.String creditNoteProductID)
public CRMDOProduct getCreditNoteProduct()
public void setCreditNoteProduct(CRMDOProduct creditNoteProduct)