public class SpendRequestRule extends NotPersistenceObject
Constructor and Description |
---|
SpendRequestRule() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getAllowCreateSpendReq() |
java.lang.Integer |
getAllowCreatingSpendRequestsForSpecificAmount() |
java.util.ArrayList<CRMDOCustomerEventClassification> |
getApplicableClassifications() |
java.math.BigDecimal |
getMaxSpendRequestAmount() |
java.math.BigDecimal |
getMinSpendRequestAmount() |
java.lang.Boolean |
getRejectCreateSpendReq() |
java.lang.Integer |
getRejectSpendRequestsIfTheRequestedSpendAmountIsNotCovered() |
java.lang.Integer |
getRestrictSubmittingSpendRequestsOnPurchaseCustomerEvent() |
java.lang.String |
getRuleName() |
java.lang.String |
getSelectedClassificationLabel() |
static long |
getSerialversionuid() |
java.lang.Boolean |
isAllowCreatingSpendRequestsForSpecificAmount() |
java.lang.Boolean |
isRejectSpendRequestsIfTheRequestedSpendAmountIsNotCovered() |
void |
setAllowCreateSpendReq(java.lang.Boolean allowCreateSpendReq) |
void |
setAllowCreatingSpendRequestsForSpecificAmount(java.lang.Integer allowCreatingSpendRequestsForSpecificAmount) |
void |
setApplicableClassifications(java.util.ArrayList<CRMDOCustomerEventClassification> applicableClassifications) |
void |
setMaxSpendRequestAmount(java.math.BigDecimal maxSpendRequestAmount) |
void |
setMinSpendRequestAmount(java.math.BigDecimal minSpendRequestAmount) |
void |
setRejectCreateSpendReq(java.lang.Boolean rejectCreateSpendReq) |
void |
setRejectSpendRequestsIfTheRequestedSpendAmountIsNotCovered(java.lang.Integer rejectSpendRequestsIfTheRequestedSpendAmountIsNotCovered) |
void |
setRestrictSubmittingSpendRequestsOnPurchaseCustomerEvent(java.lang.Integer restrictSubmittingSpendRequestsOnPurchaseCustomerEvent) |
void |
setRuleName(java.lang.String ruleName) |
void |
setSelectedClassificationLabel(java.lang.String selectedClassificationLabel) |
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 getRuleName()
public void setRuleName(java.lang.String ruleName)
public java.lang.Integer getAllowCreatingSpendRequestsForSpecificAmount()
public void setAllowCreatingSpendRequestsForSpecificAmount(java.lang.Integer allowCreatingSpendRequestsForSpecificAmount)
public java.lang.Boolean isAllowCreatingSpendRequestsForSpecificAmount()
public java.math.BigDecimal getMinSpendRequestAmount()
public void setMinSpendRequestAmount(java.math.BigDecimal minSpendRequestAmount)
public java.math.BigDecimal getMaxSpendRequestAmount()
public void setMaxSpendRequestAmount(java.math.BigDecimal maxSpendRequestAmount)
public java.lang.Integer getRejectSpendRequestsIfTheRequestedSpendAmountIsNotCovered()
public void setRejectSpendRequestsIfTheRequestedSpendAmountIsNotCovered(java.lang.Integer rejectSpendRequestsIfTheRequestedSpendAmountIsNotCovered)
public java.lang.Boolean isRejectSpendRequestsIfTheRequestedSpendAmountIsNotCovered()
public static long getSerialversionuid()
public java.util.ArrayList<CRMDOCustomerEventClassification> getApplicableClassifications()
public void setApplicableClassifications(java.util.ArrayList<CRMDOCustomerEventClassification> applicableClassifications)
public java.lang.String getSelectedClassificationLabel()
public void setSelectedClassificationLabel(java.lang.String selectedClassificationLabel)
public java.lang.Integer getRestrictSubmittingSpendRequestsOnPurchaseCustomerEvent()
public void setRestrictSubmittingSpendRequestsOnPurchaseCustomerEvent(java.lang.Integer restrictSubmittingSpendRequestsOnPurchaseCustomerEvent)
public java.lang.Boolean getAllowCreateSpendReq()
public void setAllowCreateSpendReq(java.lang.Boolean allowCreateSpendReq)
public java.lang.Boolean getRejectCreateSpendReq()
public void setRejectCreateSpendReq(java.lang.Boolean rejectCreateSpendReq)