public class ProductCriterion extends NotPersistenceObject
Constructor and Description |
---|
ProductCriterion() |
Modifier and Type | Method and Description |
---|---|
CRMDOProduct |
getBundle() |
java.lang.String |
getBundleID() |
ProductCriterionType |
getCriterionType() |
CRMDOProductFamily |
getFamily() |
java.lang.String |
getFamilyID() |
java.math.BigDecimal |
getFromValue() |
CRMDOProduct |
getProduct() |
java.lang.String |
getProductID() |
java.math.BigDecimal |
getToValue() |
CRMDOProductType |
getType() |
java.lang.String |
getTypeID() |
void |
setBundle(CRMDOProduct bundle) |
void |
setBundleID(java.lang.String bundleID) |
void |
setCriterionType(ProductCriterionType criterionType) |
void |
setFamily(CRMDOProductFamily family) |
void |
setFamilyID(java.lang.String familyID) |
void |
setFromValue(java.math.BigDecimal fromValue) |
void |
setProduct(CRMDOProduct product) |
void |
setProductID(java.lang.String productID) |
void |
setToValue(java.math.BigDecimal toValue) |
void |
setType(CRMDOProductType type) |
void |
setTypeID(java.lang.String typeID) |
clone, 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, toString
public java.lang.String getProductID()
public void setProductID(java.lang.String productID)
public CRMDOProduct getProduct()
public void setProduct(CRMDOProduct product)
public java.lang.String getFamilyID()
public void setFamilyID(java.lang.String familyID)
public CRMDOProductFamily getFamily()
public void setFamily(CRMDOProductFamily family)
public java.lang.String getTypeID()
public void setTypeID(java.lang.String typeID)
public CRMDOProductType getType()
public void setType(CRMDOProductType type)
public java.math.BigDecimal getToValue()
public void setToValue(java.math.BigDecimal toValue)
public java.math.BigDecimal getFromValue()
public void setFromValue(java.math.BigDecimal fromValue)
public java.lang.String getBundleID()
public void setBundleID(java.lang.String bundleID)
public CRMDOProduct getBundle()
public void setBundle(CRMDOProduct bundle)
public ProductCriterionType getCriterionType()
public void setCriterionType(ProductCriterionType criterionType)