ERA Budget Task Table
 | You can edit parts of this page The space between any outline numbered header and the first table under that header is editable. Any cell in a table with a header of "comment" is also editable. Anything that you add to these spaces will be persistent between runs of the analysis tool |
1 Database Schema
| name |
human readable name (edit dictionary) |
primary |
type |
size |
scale |
null |
default |
indexed |
comment |
| ER_REF_TRACK_NBR |
ERA Reference Tracking Number |
true |
BIGINT |
? |
? |
true |
? |
false |
|
| BDGT_TSK_SEQ_NBR |
Budget Task Sequence Number |
true |
INTEGER |
? |
? |
true |
? |
false |
|
| BDGT_TASK_NM |
Budget Task Name |
false |
VARCHAR |
? |
? |
true |
? |
false |
|
| OBJ_ID |
Object Identifier |
false |
VARCHAR |
? |
? |
true |
? |
false |
|
| VER_NBR |
Version Number |
false |
BIGINT |
? |
? |
true |
? |
false |
|
1.1 Indexes
Indexes may be added as a future enhancement
1.2 Foreign Key Relationships
1.2.1 Out Bound Relationships
1.2.1.1 budget
| local column |
qualified foreign column |
comment |
| ER_REF_TRACK_NBR |
ER_BDGT_T.ER_REF_TRACK_NBR |
|
1.2.2 In Bound Relationships
1.2.2.1 budgetTask
1.2.3 One to Many Relationships
These are the relationships implemented as collections in the Java implementation of this table.
 | No one to many relationships found.
|
2 Database to Java Relationships
This table is represented by the class org.kuali.module.kra.bo.BudgetTask
2.1 Attribute to Column Name Mapping
| column name |
attribute name |
attribute access |
comment |
| ER_REF_TRACK_NBR |
documentHeaderId |
readwrite |
|
| BDGT_TSK_SEQ_NBR |
budgetTaskSequenceNumber |
readwrite |
|
| BDGT_TASK_NM |
budgetTaskName |
readwrite |
|
| OBJ_ID |
objectId |
readwrite |
|
| VER_NBR |
versionNumber |
readwrite |
|
2.2 Source Code References
| file name (line number) |
quote |
comment |
| work/src/org/kuali/module/kra/OJB-repository-kra.xml (136) |
<class-descriptor class="org.kuali.module.kra.bo.BudgetTask" table="ER_BDGT_TSK_T"> |
|
| work/web-root/WEB-INF/classes/org/kuali/module/kra/OJB-repository-kra.xml (136) |
<class-descriptor class="org.kuali.module.kra.bo.BudgetTask" table="ER_BDGT_TSK_T"> |
|
| build/web-root/WEB-INF/classes/org/kuali/module/kra/OJB-repository-kra.xml (136) |
<class-descriptor class="org.kuali.module.kra.bo.BudgetTask" table="ER_BDGT_TSK_T"> |
|
| build/test-root/classes/org/kuali/module/kra/OJB-repository-kra.xml (136) |
<class-descriptor class="org.kuali.module.kra.bo.BudgetTask" table="ER_BDGT_TSK_T"> |
|
2.3 Diagram
