org.drools.examples.templates
Class FeeScheduleRule

java.lang.Object
  extended by 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)
           
 
Method Summary
 ActivityType getActivityType()
           
 long getAmount()
           
 String getComparator()
           
 long getCompareAmount()
           
 String getCurrency()
           
 String getEntityBranch()
           
 long getFeeEventId()
           
 FeeType getFeeType()
           
 String getOwningParty()
           
 ProductType getProductType()
           
 FeeScheduleType getType()
           
 boolean isLogEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.