com.ebmwebsourcing.agreement.definition.api
Interface Compensation

All Known Subinterfaces:
Penalty, Reward
All Known Implementing Classes:
CompensationImpl, PenaltyImpl, RewardImpl

public interface Compensation


Method Summary
 java.lang.Integer getCount()
           
 java.lang.Long getTimeInterval()
           
 java.lang.String getValueExpr()
           
 java.lang.String getValueUnit()
           
 void setCount(java.lang.Integer count)
           
 void setTimeInterval(java.lang.Long time)
           
 void setValueExpr(java.lang.String value)
           
 void setValueUnit(java.lang.String value)
           
 

Method Detail

getTimeInterval

java.lang.Long getTimeInterval()

setTimeInterval

void setTimeInterval(java.lang.Long time)
                     throws WSAgreementException
Throws:
WSAgreementException

getCount

java.lang.Integer getCount()

setCount

void setCount(java.lang.Integer count)

getValueUnit

java.lang.String getValueUnit()

setValueUnit

void setValueUnit(java.lang.String value)

getValueExpr

java.lang.String getValueExpr()

setValueExpr

void setValueExpr(java.lang.String value)


Copyright © 2009 eBM Websourcing. All Rights Reserved.