public class CRMDOProductRestriction extends CRMDO
| Constructor and Description |
|---|
CRMDOProductRestriction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getMaxNumOfMandatoryProducts() |
java.lang.Integer |
getMaxNumOfOptionalProducts() |
java.lang.Integer |
getMinNumOfMandatoryProducts() |
java.lang.Integer |
getMinNumOfOptionalProducts() |
java.lang.Boolean |
isSpecified() |
void |
setMaxNumOfMandatoryProducts(java.lang.Integer maxNumOfMandatoryProducts) |
void |
setMaxNumOfOptionalProducts(java.lang.Integer maxNumOfOptionalProducts) |
void |
setMinNumOfMandatoryProducts(java.lang.Integer minNumOfMandatoryProducts) |
void |
setMinNumOfOptionalProducts(java.lang.Integer minNumOfOptionalProducts) |
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, 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, toStringpublic java.lang.Integer getMinNumOfMandatoryProducts()
public void setMinNumOfMandatoryProducts(java.lang.Integer minNumOfMandatoryProducts)
public java.lang.Integer getMaxNumOfMandatoryProducts()
public void setMaxNumOfMandatoryProducts(java.lang.Integer maxNumOfMandatoryProducts)
public java.lang.Integer getMinNumOfOptionalProducts()
public void setMinNumOfOptionalProducts(java.lang.Integer minNumOfOptionalProducts)
public java.lang.Integer getMaxNumOfOptionalProducts()
public void setMaxNumOfOptionalProducts(java.lang.Integer maxNumOfOptionalProducts)
public java.lang.Boolean isSpecified()
isSpecified in class CRMDO