public class CRMDOProductSetComponent extends CRMDO implements ICRMDOCollectionEntity
Constructor and Description |
---|
CRMDOProductSetComponent() |
Modifier and Type | Method and Description |
---|---|
CRMDOProduct |
getBundle() |
CRMDO |
getMainEntity() |
java.math.BigDecimal |
getMaxQuantity() |
java.math.BigDecimal |
getMinQuantity() |
CRMDOProduct |
getProduct() |
CRMDOProductFamily |
getProductFamily() |
CRMDOProductType |
getProductType() |
java.math.BigDecimal |
getQuantity() |
ProductSetComponentType |
getType() |
void |
setBundle(CRMDOProduct bundle) |
void |
setMaxQuantity(java.math.BigDecimal maxQuantity) |
void |
setMinQuantity(java.math.BigDecimal minQuantity) |
void |
setProduct(CRMDOProduct product) |
void |
setProductFamily(CRMDOProductFamily productFamily) |
void |
setProductType(CRMDOProductType productType) |
void |
setQuantity(java.math.BigDecimal quantity) |
void |
setType(ProductSetComponentType type) |
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 java.math.BigDecimal getQuantity()
public void setQuantity(java.math.BigDecimal quantity)
public java.math.BigDecimal getMaxQuantity()
public void setMaxQuantity(java.math.BigDecimal maxQuantity)
public java.math.BigDecimal getMinQuantity()
public void setMinQuantity(java.math.BigDecimal minQuantity)
public CRMDOProduct getProduct()
public void setProduct(CRMDOProduct product)
public CRMDOProductType getProductType()
public void setProductType(CRMDOProductType productType)
public CRMDOProductFamily getProductFamily()
public void setProductFamily(CRMDOProductFamily productFamily)
public CRMDOProduct getBundle()
public void setBundle(CRMDOProduct bundle)
public ProductSetComponentType getType()
public void setType(ProductSetComponentType type)