public class OIRule extends RuleEntity
id
Constructor and Description |
---|
OIRule() |
OIRule(Integer id,
Integer groupId,
String label,
String description,
String linkType,
String sourceRestriction,
String targetRestriction,
String linkageRule,
BigDecimal filterThreshold,
Integer filterLimit) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Integer |
getFilterLimit() |
BigDecimal |
getFilterThreshold() |
String |
getLabel() |
String |
getLinkageRule() |
String |
getLinkType() |
String |
getSourceRestriction() |
String |
getTargetRestriction() |
void |
setLinkType(String linkType) |
getGroupId, setGroupId
getId, setId
public OIRule(Integer id, Integer groupId, String label, String description, String linkType, String sourceRestriction, String targetRestriction, String linkageRule, BigDecimal filterThreshold, Integer filterLimit)
id
- groupId
- label
- description
- linkType
- sourceRestriction
- targetRestriction
- linkageRule
- filterThreshold
- filterLimit
- public OIRule()
public String getLabel()
public String getDescription()
public String getLinkType()
public void setLinkType(String linkType)
public String getSourceRestriction()
public String getTargetRestriction()
public String getLinkageRule()
public BigDecimal getFilterThreshold()
public Integer getFilterLimit()
Copyright © 2013. All Rights Reserved.