org.kuali.student.enrollment.lpr.infc
Interface LprTransactionItemRequestOption

All Superinterfaces:
HasId, HasPrimaryKey
All Known Implementing Classes:
LprTransactionItemRequestOptionInfo

public interface LprTransactionItemRequestOption
extends HasId

Specifies the request options in a LPR transaction. The options can be used to create specific kinds of LPR relation.

Author:
Kuali Student Team (sambitpatnaik)

Method Summary
 String getOptionKey()
          The option value data type of the request option e.g., Boolean, String etc.
 String getOptionValue()
          This value of the option
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 

Method Detail

getOptionKey

String getOptionKey()
The option value data type of the request option e.g., Boolean, String etc.

Returns:

getOptionValue

String getOptionValue()
This value of the option

Returns:


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