public class SilkRule extends Object
Constructor and Description |
---|
SilkRule() |
Modifier and Type | Method and Description |
---|---|
Integer |
getFilterLimit() |
BigDecimal |
getFilterThreshold() |
Integer |
getId() |
String |
getLabel() |
String |
getLinkageRule() |
String |
getLinkType() |
List<Output> |
getOutputs() |
String |
getSourceRestriction() |
String |
getTargetRestriction() |
void |
setFilterLimit(Integer filterLimit) |
void |
setFilterThreshold(BigDecimal filterThreshold) |
void |
setId(Integer id) |
void |
setLabel(String label) |
void |
setLinkageRule(String linkageRule) |
void |
setLinkType(String linkType) |
void |
setOutputs(List<Output> outputs) |
void |
setSourceRestriction(String sourceRestriction) |
void |
setTargetRestriction(String targetRestriction) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
id
- rule IDpublic String getLabel()
public void setLabel(String label)
label
- rule labelpublic String getLinkType()
public void setLinkType(String linkType)
linkType
- link typepublic String getSourceRestriction()
public void setSourceRestriction(String sourceRestriction)
sourceRestriction
- source restrictionpublic String getTargetRestriction()
public void setTargetRestriction(String targetRestriction)
targetRestriction
- target restrictionpublic String getLinkageRule()
public void setLinkageRule(String linkageRule)
linkageRule
- linkage rule XML fragmentpublic BigDecimal getFilterThreshold()
public void setFilterThreshold(BigDecimal filterThreshold)
filterThreshold
- filter thresholdpublic Integer getFilterLimit()
public void setFilterLimit(Integer filterLimit)
filterLimit
- filter limitCopyright © 2013. All Rights Reserved.