|
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.BaseDisciplineType
This class was autogenerated by Torque. You should not use this class directly. It should not even be extended all references should be to DisciplineType
Field Summary | |
private boolean |
alreadyInSave
|
protected java.util.Vector |
collDisciplines
Collection to store aggregation of collDisciplines |
private org.apache.turbine.util.db.Criteria |
lastDisciplinesCriteria
The criteria used to select the current contents of collDisciplines |
private java.lang.String |
name
the value for the name field |
private org.apache.turbine.om.NumberKey |
type_id
the value for the type_id field |
Fields inherited from class org.apache.turbine.om.BaseObject |
errMsg, is_new, modified, NEW_ID, primaryKey |
Constructor Summary | |
BaseDisciplineType()
|
Method Summary | |
void |
addDiscipline(Discipline l)
Method called to associate a Discipline object to this object through the Discipline foreign key attribute |
DisciplineType |
copy()
Makes a copy of this object. |
java.util.Vector |
getDisciplines()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getDisciplines(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 |
getDisciplinesJoinDepartment(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 |
getDisciplinesJoinSource(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. |
org.apache.turbine.om.NumberKey |
getTypeId()
Get the TypeId |
protected void |
initDisciplines()
Temporary storage of collDisciplines 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 |
setName(java.lang.String v)
Set the value of Name |
void |
setPrimaryKey(org.apache.turbine.om.ObjectKey type_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 |
setTypeId(org.apache.turbine.om.NumberKey v)
Set the value of TypeId |
void |
setTypeId(java.lang.String v)
Set the value of TypeId 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 type_id
private java.lang.String name
protected java.util.Vector collDisciplines
private org.apache.turbine.util.db.Criteria lastDisciplinesCriteria
private boolean alreadyInSave
Constructor Detail |
public BaseDisciplineType()
Method Detail |
public org.apache.turbine.om.NumberKey getTypeId()
public void setTypeId(org.apache.turbine.om.NumberKey v) throws java.lang.Exception
public void setTypeId(java.lang.String v) throws java.lang.Exception
public java.lang.String getName()
public void setName(java.lang.String v)
protected void initDisciplines()
public void addDiscipline(Discipline l) throws java.lang.Exception
Discipline
- lpublic java.util.Vector getDisciplines() throws java.lang.Exception
public java.util.Vector getDisciplines(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getDisciplinesJoinSource(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getDisciplinesJoinDepartment(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 type_id) throws java.lang.Exception
setPrimaryKey
in class org.apache.turbine.om.BaseObject
ObjectKey
- type_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 DisciplineType copy() throws java.lang.Exception
|
XPUSP - Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |