Dashboard > Electronic Research Administration > ER_BDGT_TSK_T
Electronic Research Administration Log In   View a printable version of the current page.
ER_BDGT_TSK_T
Added by K Lars Lohn, last edited by K Lars Lohn on Sep 28, 2005  (view change)
Labels: 
(None)

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

qualified foreign column local column comment
ER_BDGT_NPRS_T.DOC_HDR_ID ER_REF_TRACK_NBR  
ER_BDGT_NPRS_T.BDGT_TSK_SEQ_NBR BDGT_TSK_SEQ_NBR  
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

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.7 Build:#524 Jul 28, 2006) - Bug/feature request - Contact Administrators