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)
InstallmentRuleCondition
setProperties
in interface InstallmentRuleCondition
amapProperties
- the properties.String
.String
.public boolean evaluate(java.lang.Long anCatalogEntryId) throws java.lang.Exception
InstallmentRuleCondition
evaluate
in interface InstallmentRuleCondition
anCatalogEntryId
- A catalog entry ID.java.lang.Exception