public class FeeScheduleRule extends Object
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
ActivityType |
getActivityType() |
long |
getAmount() |
String |
getComparator() |
long |
getCompareAmount() |
String |
getCurrency() |
String |
getEntityBranch() |
long |
getFeeEventId() |
FeeType |
getFeeType() |
String |
getOwningParty() |
ProductType |
getProductType() |
FeeScheduleType |
getType() |
boolean |
isLogEvent() |
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)
public ActivityType getActivityType()
public ProductType getProductType()
public FeeScheduleType getType()
public FeeType getFeeType()
public String getOwningParty()
public String getEntityBranch()
public String getComparator()
public long getAmount()
public String getCurrency()
public long getCompareAmount()
public boolean isLogEvent()
public long getFeeEventId()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.