home contract doc
(!) This page was automatically generated on Fri Dec 09 11:27:11 EST 2011

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.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
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.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
optionValue   STRING 1 to 255 Option Value This value of the option Option Value This value of the option       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl