public class CRMDOJobQuotation extends CRMDO implements ICRMDOCollectionEntity
Constructor and Description |
---|
CRMDOJobQuotation() |
Modifier and Type | Method and Description |
---|---|
CRMDOAccountReceivable |
getAccountReceivable() |
java.util.Set<CRMDOJobQuotationItem> |
getItems() |
CRMDOJob |
getJob() |
CRMDO |
getMainEntity() |
CRMDOAccountReceivable |
getParentAccountReceivable() |
java.math.BigDecimal |
getTotalQuotedAmount() |
java.math.BigDecimal |
getTotalQuotedMemberAccountAmount() |
java.math.BigDecimal |
getTotalQuotedParentAccountAmount() |
void |
setAccountReceivable(CRMDOAccountReceivable accountReceivable) |
void |
setItems(java.util.Set<CRMDOJobQuotationItem> items) |
void |
setJob(CRMDOJob job) |
void |
setParentAccountReceivable(CRMDOAccountReceivable parentAccountReceivable) |
void |
setTotalQuotedAmount(java.math.BigDecimal totalQuotedAmount) |
void |
setTotalQuotedMemberAccountAmount(java.math.BigDecimal totalQuotedMemberAccountAmount) |
void |
setTotalQuotedParentAccountAmount(java.math.BigDecimal totalQuotedParentAccountAmount) |
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 CRMDO getMainEntity()
getMainEntity
in interface ICRMDOCollectionEntity
public CRMDOJob getJob()
public void setJob(CRMDOJob job)
public CRMDOAccountReceivable getAccountReceivable()
public void setAccountReceivable(CRMDOAccountReceivable accountReceivable)
public CRMDOAccountReceivable getParentAccountReceivable()
public void setParentAccountReceivable(CRMDOAccountReceivable parentAccountReceivable)
public java.math.BigDecimal getTotalQuotedAmount()
public void setTotalQuotedAmount(java.math.BigDecimal totalQuotedAmount)
public java.math.BigDecimal getTotalQuotedMemberAccountAmount()
public void setTotalQuotedMemberAccountAmount(java.math.BigDecimal totalQuotedMemberAccountAmount)
public java.math.BigDecimal getTotalQuotedParentAccountAmount()
public void setTotalQuotedParentAccountAmount(java.math.BigDecimal totalQuotedParentAccountAmount)
public java.util.Set<CRMDOJobQuotationItem> getItems()
public void setItems(java.util.Set<CRMDOJobQuotationItem> items)