public class ProductCriterion extends NotPersistenceObject
Constructor and Description |
---|
ProductCriterion() |
Modifier and Type | Method and Description |
---|---|
CRMDOProductBrand |
getBrand() |
java.lang.String |
getBrandID() |
CRMDOProduct |
getBundle() |
java.lang.String |
getBundleID() |
CRMDOProductCategory |
getCategory() |
java.lang.String |
getCategoryID() |
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 |
setBrand(CRMDOProductBrand brand) |
void |
setBrandID(java.lang.String brandID) |
void |
setBundle(CRMDOProduct bundle) |
void |
setBundleID(java.lang.String bundleID) |
void |
setCategory(CRMDOProductCategory category) |
void |
setCategoryID(java.lang.String categoryID) |
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, 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 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 java.lang.String getBrandID()
public void setBrandID(java.lang.String brandID)
public java.lang.String getCategoryID()
public void setCategoryID(java.lang.String categoryID)
public CRMDOProductCategory getCategory()
public void setCategory(CRMDOProductCategory category)
public CRMDOProductBrand getBrand()
public void setBrand(CRMDOProductBrand brand)
public CRMDOProduct getBundle()
public void setBundle(CRMDOProduct bundle)
public ProductCriterionType getCriterionType()
public void setCriterionType(ProductCriterionType criterionType)