org.drools.ide.common.client.modeldriven.scorecards
Class Attribute
java.lang.Object
org.drools.ide.common.client.modeldriven.scorecards.Attribute
- All Implemented Interfaces:
- Serializable
public class Attribute
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attribute
public Attribute()
getOperator
public String getOperator()
setOperator
public void setOperator(String operator)
getValue
public String getValue()
setValue
public void setValue(String value)
getPartialScore
public double getPartialScore()
setPartialScore
public void setPartialScore(double partialScore)
getReasonCode
public String getReasonCode()
setReasonCode
public void setReasonCode(String reasonCode)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.