public class BSFInstallmentRuleConditionImpl extends java.lang.Object implements InstallmentRuleCondition
| Constructor and Description |
|---|
BSFInstallmentRuleConditionImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(java.lang.Long anCatalogEntryId)
Evaluates whether a catalog entry meets the condition.
|
void |
setProperties(java.util.Map amapProperties)
Sets the properties of the condition.
|
public void setProperties(java.util.Map amapProperties)
InstallmentRuleConditionsetProperties in interface InstallmentRuleConditionamapProperties - the properties.String.String.public boolean evaluate(java.lang.Long anCatalogEntryId)
throws java.lang.Exception
InstallmentRuleConditionevaluate in interface InstallmentRuleConditionanCatalogEntryId - A catalog entry ID.java.lang.Exception