org.drools.examples.templates
Class FeeScheduleRule
java.lang.Object
org.drools.examples.templates.FeeScheduleRule
public class FeeScheduleRule
- extends Object
Constructor Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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()
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.