Name | gradeValuesGroupInfo |
---|---|
Label | Grade Values Group |
JSTL Key | GradeValuesGroupInfo |
Java Class | org.kuali.student.enrollment.grading.dto.GradeValuesGroupInfo |
Description | null |
Primary Key(s) | key |
Field to use as the title (or name) | name |
Field | Required? | DataType | Length | Short Label | Summary | Label | Description | Read Only, Dynamic, or Hidden | Default | Repeats? | Valid Characters | Lookup | Cross Field | Default Control |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
key | required | STRING | 1 to 80 | Key | Unique Key used to identify this object | Unique Key | Unique key to this object. Unlike an Id this key can be explicitly set by the application and is intended to be "somewhat" readable by a human. |
validation.alphanumericPattern ^[A-Za-z0-9.\-]*$ |
||||||
typeKey | required | STRING | 1 to 80 | Type | Type of the object | Type | Unique identifier for the type of this object. |
validation.alphanumericPattern ^[A-Za-z0-9.\-]*$ |
||||||
stateKey | required | STRING | 1 to 80 | State | State of the object | State | Unique identifier for the lifecycle state of this object. |
validation.alphanumericPattern ^[A-Za-z0-9.\-]*$ |
||||||
name | STRING | 1 to 255 | Name | A display name for this entity. | Name | A display name for this entity. |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
descr.plain | STRING | 1 to 999 | Plain Text | The plain text version of the descrpition | Plain Text Description | The plain text version of the descrpition |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
descr.formatted | STRING | 1 to 999 | Fromatted Text | The formatted text version of the descrpition | Fromatted Text Description | The formatted text version of the descrpition |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueRange.minValue | STRING | 1 to 255 | Min Value | Min Result Value string Lower end of the value range. | Min Value | Min Result Value string Lower end of the value range. Typically corresponds with the short coded form of the result(ex. "1.0", "25.0" etc.) Should the data resultTypeKey of values (min/max) be numbers and not Strings in the value range? |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueRange.maxValue | STRING | 1 to 255 | Max Value | Max Result Value string Upper end of the value range. | Max Value | Max Result Value string Upper end of the value range. Typically corresponds with the short coded form of the result(ex. "3.0", "100.0" etc.). Upper end can be left empty to indicate unbounded upper end. |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueRange.increment | STRING | 1 to 255 | Increment | Increment number Legal increments in the result values. | Increment | Increment number Legal increments in the result values. This has to be a decimal e.g 0.5) |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
meta.versionInd | STRING | 1 to 80 | Version Ind | Optimistic Locking Flag | Version Ind | Field used to check optimistic locking, updated on each update |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
meta.createTime | DATE | must be 19 | Created on | The date/time stamp of when this was created | Date/Time created | The date/time stamp of when this was created | ||||||||
meta.createId | STRING | 1 to 36 | Creator ID | Principal ID of person who created this | Creator ID | ID assigned to the principal the user used to sign on to the system |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
meta.updateTime | DATE | must be 19 | Updated on | The date/time stamp of when this was last updated | Date/Time last updated | The date/time stamp of when this was last updated | ||||||||
meta.updateId | STRING | 1 to 36 | Updater ID | Principal ID of person who last updated this | Updater ID | ID assigned to the principal the user used to sign on to the system |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
descr | Complex | Descr | A description of the entity. | Description | A description of the entity. | |||||||||
descr.plain | STRING | 1 to 999 | Plain Text | The plain text version of the descrpition | Plain Text Description | The plain text version of the descrpition |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
descr.formatted | STRING | 1 to 999 | Fromatted Text | The formatted text version of the descrpition | Fromatted Text Description | The formatted text version of the descrpition |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueRange | Complex | Result Value Range | ??? | Result Value Range | ??? | |||||||||
resultValueRange.minValue | STRING | 1 to 255 | Min Value | Min Result Value string Lower end of the value range. | Min Value | Min Result Value string Lower end of the value range. Typically corresponds with the short coded form of the result(ex. "1.0", "25.0" etc.) Should the data resultTypeKey of values (min/max) be numbers and not Strings in the value range? |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueRange.maxValue | STRING | 1 to 255 | Max Value | Max Result Value string Upper end of the value range. | Max Value | Max Result Value string Upper end of the value range. Typically corresponds with the short coded form of the result(ex. "3.0", "100.0" etc.). Upper end can be left empty to indicate unbounded upper end. |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueRange.increment | STRING | 1 to 255 | Increment | Increment number Legal increments in the result values. | Increment | Increment number Legal increments in the result values. This has to be a decimal e.g 0.5) |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
meta | Complex | Meta | Create and last update info for the structure. | Meta | Create and last update info for the structure. This is optional and treated as read only since the data is set by the internals of the service during maintenance operations. Contains audit trail information about the creation and last update of this object Also contains the version ind used for optimistic locking. Attempts to set or update should result in a ReadOnlyException being thrown. | |||||||||
meta.versionInd | STRING | 1 to 80 | Version Ind | Optimistic Locking Flag | Version Ind | Field used to check optimistic locking, updated on each update |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
meta.createTime | DATE | must be 19 | Created on | The date/time stamp of when this was created | Date/Time created | The date/time stamp of when this was created | ||||||||
meta.createId | STRING | 1 to 36 | Creator ID | Principal ID of person who created this | Creator ID | ID assigned to the principal the user used to sign on to the system |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
meta.updateTime | DATE | must be 19 | Updated on | The date/time stamp of when this was last updated | Date/Time last updated | The date/time stamp of when this was last updated | ||||||||
meta.updateId | STRING | 1 to 36 | Updater ID | Principal ID of person who last updated this | Updater ID | ID assigned to the principal the user used to sign on to the system |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueInfos | Complex | Result Value Infos | ??? | Result Value Infos | ??? | Repeating | ||||||||
resultValueInfos.key | required | STRING | 1 to 80 | Key | Unique Key used to identify this object | Unique Key | Unique key to this object. Unlike an Id this key can be explicitly set by the application and is intended to be "somewhat" readable by a human. |
validation.alphanumericPattern ^[A-Za-z0-9.\-]*$ |
||||||
resultValueInfos.typeKey | required | STRING | 1 to 80 | Type | Type of the object | Type | Unique identifier for the type of this object. |
validation.alphanumericPattern ^[A-Za-z0-9.\-]*$ |
||||||
resultValueInfos.stateKey | required | STRING | 1 to 80 | State | State of the object | State | Unique identifier for the lifecycle state of this object. |
validation.alphanumericPattern ^[A-Za-z0-9.\-]*$ |
||||||
resultValueInfos.name | STRING | 1 to 255 | Name | A display name for this entity. | Name | A display name for this entity. |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueInfos.resultScaleKey | STRING | 1 to 255 | Result Scale Key | Identifier of the scale for this result value. | Result Scale Key | Identifier of the scale for this result value. |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueInfos.numericValue | STRING | 1 to 255 | Numeric Value | A numeric value used to ranking or order this result value within the scale. | Numeric Value | A numeric value used to ranking or order this result value within the scale. For Grades it holds the quality points, i.e. A=4.0, B=3.0. For credits it holds the actual numeric credits. For degrees it is used to indicate perhaps how many years of study it typically takes to achieve that degree. |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueInfos.value | STRING | 1 to 255 | Value | Result Value string Value of the result. | Result value | Result Value string Value of the result. Typically corresponds with the short coded form of the result (ex. "A", "4.0", "97.0", "B.S" etc.) scaleKey Scale Identifier scaleKey. |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueInfos.effectiveDate | required | DATE | must be 19 | Effective | Effective Date | Effective Date | The date the object became (will become) effective | |||||||
resultValueInfos.expirationDate | DATE | must be 19 | Expires | Expiration Date | Expiration Date | The date the object became (will) expire | ||||||||
resultValueInfos.descr.plain | STRING | 1 to 999 | Plain Text | The plain text version of the descrpition | Plain Text Description | The plain text version of the descrpition |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueInfos.descr.formatted | STRING | 1 to 999 | Fromatted Text | The formatted text version of the descrpition | Fromatted Text Description | The formatted text version of the descrpition |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueInfos.meta.versionInd | STRING | 1 to 80 | Version Ind | Optimistic Locking Flag | Version Ind | Field used to check optimistic locking, updated on each update |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueInfos.meta.createTime | DATE | must be 19 | Created on | The date/time stamp of when this was created | Date/Time created | The date/time stamp of when this was created | ||||||||
resultValueInfos.meta.createId | STRING | 1 to 36 | Creator ID | Principal ID of person who created this | Creator ID | ID assigned to the principal the user used to sign on to the system |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueInfos.meta.updateTime | DATE | must be 19 | Updated on | The date/time stamp of when this was last updated | Date/Time last updated | The date/time stamp of when this was last updated | ||||||||
resultValueInfos.meta.updateId | STRING | 1 to 36 | Updater ID | Principal ID of person who last updated this | Updater ID | ID assigned to the principal the user used to sign on to the system |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueInfos.descr | Complex | Descr | A description of the entity. | Description | A description of the entity. | |||||||||
resultValueInfos.descr.plain | STRING | 1 to 999 | Plain Text | The plain text version of the descrpition | Plain Text Description | The plain text version of the descrpition |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueInfos.descr.formatted | STRING | 1 to 999 | Fromatted Text | The formatted text version of the descrpition | Fromatted Text Description | The formatted text version of the descrpition |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueInfos.meta | Complex | Meta | Create and last update info for the structure. | Meta | Create and last update info for the structure. This is optional and treated as read only since the data is set by the internals of the service during maintenance operations. Contains audit trail information about the creation and last update of this object Also contains the version ind used for optimistic locking. Attempts to set or update should result in a ReadOnlyException being thrown. | |||||||||
resultValueInfos.meta.versionInd | STRING | 1 to 80 | Version Ind | Optimistic Locking Flag | Version Ind | Field used to check optimistic locking, updated on each update |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueInfos.meta.createTime | DATE | must be 19 | Created on | The date/time stamp of when this was created | Date/Time created | The date/time stamp of when this was created | ||||||||
resultValueInfos.meta.createId | STRING | 1 to 36 | Creator ID | Principal ID of person who created this | Creator ID | ID assigned to the principal the user used to sign on to the system |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
resultValueInfos.meta.updateTime | DATE | must be 19 | Updated on | The date/time stamp of when this was last updated | Date/Time last updated | The date/time stamp of when this was last updated | ||||||||
resultValueInfos.meta.updateId | STRING | 1 to 36 | Updater ID | Principal ID of person who last updated this | Updater ID | ID assigned to the principal the user used to sign on to the system |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |