org.kuali.student.enrollment.lpr.dto
Class LprTransactionItemRequestOptionInfo
java.lang.Object
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)
LprTransactionItemRequestOptionInfo
public LprTransactionItemRequestOptionInfo()
LprTransactionItemRequestOptionInfo
public LprTransactionItemRequestOptionInfo(LprTransactionItemRequestOption reqOp)
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:
- An id is used when the actual value is unimportant and
can therefore be a large hex value for example
- An id value might be 23b9ca9bd203df902
- An Id is never intended to be used directly by an end
user.
- Ids are assumed to be of different values in different
KS implementations
-
- Id values are generated by the service
implementations
- Id values are never expected to be used in
Configuration or Application code
- 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.