Package org.drools.examples.templates
Class FeeScheduleRule
- java.lang.Object
-
- org.drools.examples.templates.FeeScheduleRule
-
public class FeeScheduleRule extends Object
-
-
Constructor Summary
Constructors Constructor Description FeeScheduleRule(long feeEventId, ActivityType activityType, ProductType productType, FeeScheduleType type, FeeType feeType, String owningParty, String entityBranch, String comparator, long compareAmount, long amount, String currency, boolean logEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivityTypegetActivityType()longgetAmount()StringgetComparator()longgetCompareAmount()StringgetCurrency()StringgetEntityBranch()longgetFeeEventId()FeeTypegetFeeType()StringgetOwningParty()ProductTypegetProductType()FeeScheduleTypegetType()booleanisLogEvent()
-
-
-
Constructor Detail
-
FeeScheduleRule
public FeeScheduleRule(long feeEventId, ActivityType activityType, ProductType productType, FeeScheduleType type, FeeType feeType, String owningParty, String entityBranch, String comparator, long compareAmount, long amount, String currency, boolean logEvent)
-
-
Method Detail
-
getActivityType
public ActivityType getActivityType()
-
getProductType
public ProductType getProductType()
-
getType
public FeeScheduleType getType()
-
getFeeType
public FeeType getFeeType()
-
getOwningParty
public String getOwningParty()
-
getEntityBranch
public String getEntityBranch()
-
getComparator
public String getComparator()
-
getAmount
public long getAmount()
-
getCurrency
public String getCurrency()
-
getCompareAmount
public long getCompareAmount()
-
isLogEvent
public boolean isLogEvent()
-
getFeeEventId
public long getFeeEventId()
-
-