org.drools.ide.common.client.modeldriven.scorecards
Class Attribute

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.scorecards.Attribute
All Implemented Interfaces:
Serializable

public class Attribute
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Attribute()
           
 
Method Summary
 String getOperator()
           
 double getPartialScore()
           
 String getReasonCode()
           
 String getValue()
           
 void setOperator(String operator)
           
 void setPartialScore(double partialScore)
           
 void setReasonCode(String reasonCode)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute()
Method Detail

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-2014 JBoss by Red Hat. All Rights Reserved.