public class OIOutput extends EntityWithSurrogateKey
id
Constructor and Description |
---|
OIOutput() |
OIOutput(Integer id,
Integer ruleId,
Integer outputTypeId,
BigDecimal minConfidence,
BigDecimal maxConfidence,
String filename,
OIFileFormat fileFormat) |
Modifier and Type | Method and Description |
---|---|
OIFileFormat |
getFileFormat() |
String |
getFilename() |
BigDecimal |
getMaxConfidence() |
BigDecimal |
getMinConfidence() |
Integer |
getOutputTypeId() |
Integer |
getRuleId() |
boolean |
isValid()
Validates if output is valid - minConfidence is not greater than maxConfidence
|
void |
setOutputTypeId(Integer outputTypeId) |
void |
setRuleId(Integer ruleId) |
getId, setId
public OIOutput(Integer id, Integer ruleId, Integer outputTypeId, BigDecimal minConfidence, BigDecimal maxConfidence, String filename, OIFileFormat fileFormat)
id
- ruleId
- outputTypeId
- minConfidence
- maxConfidence
- filename
- fileFormat
- public OIOutput()
public Integer getRuleId()
public Integer getOutputTypeId()
public BigDecimal getMinConfidence()
public BigDecimal getMaxConfidence()
public String getFilename()
public OIFileFormat getFileFormat()
public void setRuleId(Integer ruleId)
ruleId
- public void setOutputTypeId(Integer outputTypeId)
outputTypeId
- public boolean isValid()
Copyright © 2013. All Rights Reserved.