|
XPUSP - Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.om.BaseObject | +--br.usp.ime.xpusp.om.BaseUnit
This class was autogenerated by Torque. You should not use this class directly. It should not even be extended all references should be to Unit
Field Summary | |
private boolean |
alreadyInSave
|
private Source |
aSource
|
private java.lang.String |
campus
the value for the campus field |
protected java.util.Vector |
collCourses
Collection to store aggregation of collCourses |
protected java.util.Vector |
collDepartments
Collection to store aggregation of collDepartments |
private org.apache.turbine.util.db.Criteria |
lastCoursesCriteria
The criteria used to select the current contents of collCourses |
private org.apache.turbine.util.db.Criteria |
lastDepartmentsCriteria
The criteria used to select the current contents of collDepartments |
private java.lang.String |
name
the value for the name field |
private org.apache.turbine.om.NumberKey |
source_id
the value for the source_id field |
private org.apache.turbine.om.NumberKey |
unit_id
the value for the unit_id field |
Fields inherited from class org.apache.turbine.om.BaseObject |
errMsg, is_new, modified, NEW_ID, primaryKey |
Constructor Summary | |
BaseUnit()
|
Method Summary | |
void |
addCourse(Course l)
Method called to associate a Course object to this object through the Course foreign key attribute |
void |
addDepartment(Department l)
Method called to associate a Department object to this object through the Department foreign key attribute |
Unit |
copy()
Makes a copy of this object. |
java.lang.String |
getCampus()
Get the Campus |
java.util.Vector |
getCourses()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getCourses(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.Vector |
getCoursesJoinDepartment(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.Vector |
getCoursesJoinSource(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.Vector |
getDepartments()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getDepartments(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.Vector |
getDepartmentsJoinSource(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.lang.String |
getName()
Get the Name |
org.apache.turbine.om.ObjectKey |
getPrimaryKey()
returns an id that differentiates this object from others of its class. |
java.lang.String |
getQueryKey()
get an id that differentiates this object from others of its class. |
Source |
getSource()
|
org.apache.turbine.om.NumberKey |
getSourceId()
Get the SourceId |
org.apache.turbine.om.NumberKey |
getUnitId()
Get the UnitId |
protected void |
initCourses()
Temporary storage of collCourses to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDepartments()
Temporary storage of collDepartments to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
void |
save()
Stores the object in the database. |
void |
save(org.apache.turbine.util.db.pool.DBConnection dbCon)
Stores the object in the database. |
void |
save(java.lang.String dbName)
Stores the object in the database. |
void |
setCampus(java.lang.String v)
Set the value of Campus |
void |
setName(java.lang.String v)
Set the value of Name |
void |
setPrimaryKey(org.apache.turbine.om.ObjectKey unit_id)
Set the PrimaryKey using ObjectKey. |
void |
setPrimaryKey(java.lang.String key)
Set the PrimaryKey using a String. |
void |
setQueryKey(java.lang.String key)
set an id that differentiates this object from others of its class. |
void |
setSource(Source v)
Declares an association between this object and a Source object |
void |
setSourceId(org.apache.turbine.om.NumberKey v)
Set the value of SourceId |
void |
setSourceId(java.lang.String v)
Set the value of SourceId as a string. |
void |
setSourceKey(org.apache.turbine.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey. |
void |
setUnitId(org.apache.turbine.om.NumberKey v)
Set the value of UnitId |
void |
setUnitId(java.lang.String v)
Set the value of UnitId as a string. |
Methods inherited from class org.apache.turbine.om.BaseObject |
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait |
Field Detail |
private org.apache.turbine.om.NumberKey unit_id
private java.lang.String name
private java.lang.String campus
private org.apache.turbine.om.NumberKey source_id
private Source aSource
protected java.util.Vector collDepartments
private org.apache.turbine.util.db.Criteria lastDepartmentsCriteria
protected java.util.Vector collCourses
private org.apache.turbine.util.db.Criteria lastCoursesCriteria
private boolean alreadyInSave
Constructor Detail |
public BaseUnit()
Method Detail |
public org.apache.turbine.om.NumberKey getUnitId()
public void setUnitId(org.apache.turbine.om.NumberKey v) throws java.lang.Exception
public void setUnitId(java.lang.String v) throws java.lang.Exception
public java.lang.String getName()
public void setName(java.lang.String v)
public java.lang.String getCampus()
public void setCampus(java.lang.String v)
public org.apache.turbine.om.NumberKey getSourceId()
public void setSourceId(org.apache.turbine.om.NumberKey v) throws java.lang.Exception
public void setSourceId(java.lang.String v) throws java.lang.Exception
public void setSource(Source v) throws java.lang.Exception
Source
- vpublic Source getSource() throws java.lang.Exception
public void setSourceKey(org.apache.turbine.om.ObjectKey key) throws java.lang.Exception
bar.setFooKey(foo.getPrimaryKey())
protected void initDepartments()
public void addDepartment(Department l) throws java.lang.Exception
Department
- lpublic java.util.Vector getDepartments() throws java.lang.Exception
public java.util.Vector getDepartments(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getDepartmentsJoinSource(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected void initCourses()
public void addCourse(Course l) throws java.lang.Exception
Course
- lpublic java.util.Vector getCourses() throws java.lang.Exception
public java.util.Vector getCourses(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getCoursesJoinSource(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getCoursesJoinDepartment(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
public void save() throws java.lang.Exception
save
in class org.apache.turbine.om.BaseObject
public void save(java.lang.String dbName) throws java.lang.Exception
public void save(org.apache.turbine.util.db.pool.DBConnection dbCon) throws java.lang.Exception
public void setPrimaryKey(org.apache.turbine.om.ObjectKey unit_id) throws java.lang.Exception
setPrimaryKey
in class org.apache.turbine.om.BaseObject
ObjectKey
- unit_idpublic void setPrimaryKey(java.lang.String key) throws java.lang.Exception
setPrimaryKey
in class org.apache.turbine.om.BaseObject
public org.apache.turbine.om.ObjectKey getPrimaryKey()
getPrimaryKey
in class org.apache.turbine.om.BaseObject
public java.lang.String getQueryKey()
getQueryKey
in interface org.apache.turbine.om.Retrievable
public void setQueryKey(java.lang.String key) throws java.lang.Exception
setQueryKey
in interface org.apache.turbine.om.Retrievable
public Unit copy() throws java.lang.Exception
|
XPUSP - Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |