home contract doc
(!) This page was automatically generated on Wed May 02 07:20:18 EDT 2012

RequestOptionInfo


Name requestOptionInfo
Label Request Option
JSTL Key RequestOptionInfo
Java Class org.kuali.student.enrollment.lpr.dto.RequestOptionInfo
Description This is a description of what this class does - sambitpatnaik don't forget to fill this in.
Primary Key(s) id
Field to use as the title (or name) null

Field Definitions

No discrepancies were found between the dictionary definition and the java object -- WARNING: take this with a grain of salt - the comparison does not dig into complex sub-objects nor collections so...
Field Required? DataType Length Short Label Summary Label Description Read Only, Dynamic, or Hidden Default Repeats? Valid Characters Lookup Cross Field Default Control
id   STRING 1 to 36 ID Unique ID assigned to this object Identifier The system assigned unique id used to identify this Object. Could be implemented as as sequence number or as a UUID.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
optionKey   STRING 1 to 255 Option Key The option value data type of the request option e.g., Boolean, String etc. Option Key The option value data type of the request option e.g., Boolean, String etc.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
optionValue   STRING 1 to 255 Option Value This value of the option Option Value This value of the option       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$