org.kuali.student.enrollment.lpr.dto
Class LprTransactionItemRequestOptionInfo

java.lang.Object
  extended by org.kuali.student.enrollment.lpr.dto.LprTransactionItemRequestOptionInfo
All Implemented Interfaces:
LprTransactionItemRequestOption, HasId, HasPrimaryKey

public class LprTransactionItemRequestOptionInfo
extends Object
implements LprTransactionItemRequestOption

Author:
Kuali Student Team (sambitpatnaik)

Constructor Summary
LprTransactionItemRequestOptionInfo()
           
LprTransactionItemRequestOptionInfo(LprTransactionItemRequestOption reqOp)
           
 
Method Summary
 String getId()
          The system assigned unique id to identify this Object.
 String getOptionKey()
          The option value data type of the request option e.g., Boolean, String etc.
 String getOptionValue()
          This value of the option
 void setId(String id)
           
 void setOptionKey(String optionKey)
           
 void setOptionValue(String optionValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LprTransactionItemRequestOptionInfo

public LprTransactionItemRequestOptionInfo()

LprTransactionItemRequestOptionInfo

public LprTransactionItemRequestOptionInfo(LprTransactionItemRequestOption reqOp)
Method Detail

setOptionValue

public void setOptionValue(String optionValue)

getId

public String getId()
Description copied from interface: HasId
The system assigned unique id to identify this Object. Could be implemented as as sequence number or as a UUID. Attempts to set this value on creates should result in a ReadOnlyException being thrown An Id:

Specified by:
getId in interface HasId

getOptionKey

public String getOptionKey()
Description copied from interface: LprTransactionItemRequestOption
The option value data type of the request option e.g., Boolean, String etc.

Specified by:
getOptionKey in interface LprTransactionItemRequestOption
Returns:

getOptionValue

public String getOptionValue()
Description copied from interface: LprTransactionItemRequestOption
This value of the option

Specified by:
getOptionValue in interface LprTransactionItemRequestOption
Returns:

setId

public void setId(String id)

setOptionKey

public void setOptionKey(String optionKey)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.