Name | cluInstructorInfo |
---|---|
Label | Clu Instructor |
JSTL Key | CluInstructorInfo |
Java Class | org.kuali.student.r2.lum.clu.dto.CluInstructorInfo |
Description | Information about a potential instructor for a clu. |
Primary Key(s) | id |
Field to use as the title (or name) | null |
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]*$ |
|||||||
orgId | required | STRING | 1 to 36 | Org Id | Unique identifier for an organization. | Org Id | Unique identifier for an organization. This indicates which organization this individual is associated with for the purposes of this clu. |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
||||||
personId | required | STRING | 1 to 36 | Person Id | Unique identifier for a person record. | Person Id | Unique identifier for a person record. |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
||||||
personInfoOverride | STRING | 1 to 255 | Person Info Override | Any override information for the person | Person Info Override | Any override information for the person |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |