|
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.BaseProfessor
This class was autogenerated by Torque. You should not use this class directly. It should not even be extended all references should be to Professor
Field Summary | |
private Department |
aDepartment
|
private boolean |
alreadyInSave
|
protected java.util.Vector |
collProfessorCapables
Collection to store aggregation of collProfessorCapables |
protected java.util.Vector |
collProfessorChoices
Collection to store aggregation of collProfessorChoices |
protected java.util.Vector |
collProfessorPeriods
Collection to store aggregation of collProfessorPeriods |
protected java.util.Vector |
collSchedules
Collection to store aggregation of collSchedules |
protected java.util.Vector |
collXpuspUsers
Collection to store aggregation of collXpuspUsers |
private org.apache.turbine.om.StringKey |
department_code
the value for the department_code field |
private int |
free_semester
the value for the free_semester field |
private org.apache.turbine.util.db.Criteria |
lastProfessorCapablesCriteria
The criteria used to select the current contents of collProfessorCapables |
private org.apache.turbine.util.db.Criteria |
lastProfessorChoicesCriteria
The criteria used to select the current contents of collProfessorChoices |
private org.apache.turbine.util.db.Criteria |
lastProfessorPeriodsCriteria
The criteria used to select the current contents of collProfessorPeriods |
private org.apache.turbine.util.db.Criteria |
lastSchedulesCriteria
The criteria used to select the current contents of collSchedules |
private org.apache.turbine.util.db.Criteria |
lastXpuspUsersCriteria
The criteria used to select the current contents of collXpuspUsers |
private org.apache.turbine.om.NumberKey |
professor_id
the value for the professor_id field |
Fields inherited from class org.apache.turbine.om.BaseObject |
errMsg, is_new, modified, NEW_ID, primaryKey |
Constructor Summary | |
BaseProfessor()
|
Method Summary | |
void |
addProfessorCapable(ProfessorCapable l)
Method called to associate a ProfessorCapable object to this object through the ProfessorCapable foreign key attribute |
void |
addProfessorChoice(ProfessorChoice l)
Method called to associate a ProfessorChoice object to this object through the ProfessorChoice foreign key attribute |
void |
addProfessorPeriod(ProfessorPeriod l)
Method called to associate a ProfessorPeriod object to this object through the ProfessorPeriod foreign key attribute |
void |
addSchedule(Schedule l)
Method called to associate a Schedule object to this object through the Schedule foreign key attribute |
void |
addXpuspUser(XpuspUser l)
Method called to associate a XpuspUser object to this object through the XpuspUser foreign key attribute |
Professor |
copy()
Makes a copy of this object. |
Department |
getDepartment()
|
org.apache.turbine.om.StringKey |
getDepartmentCode()
Get the DepartmentCode |
int |
getFreeSemester()
Get the FreeSemester |
org.apache.turbine.om.ObjectKey |
getPrimaryKey()
returns an id that differentiates this object from others of its class. |
java.util.Vector |
getProfessorCapables()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getProfessorCapables(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 |
getProfessorCapablesJoinDiscipline(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 |
getProfessorChoices()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getProfessorChoices(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 |
getProfessorChoicesJoinProfessorCapable(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
org.apache.turbine.om.NumberKey |
getProfessorId()
Get the ProfessorId |
java.util.Vector |
getProfessorPeriods()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getProfessorPeriods(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 |
getProfessorPeriodsJoinPeriod(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 |
getQueryKey()
get an id that differentiates this object from others of its class. |
java.util.Vector |
getSchedules()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getSchedules(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 |
getSchedulesJoinDiscipline(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 |
getSchedulesJoinPeriod(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 |
getSchedulesJoinYear(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 |
getXpuspUsers()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getXpuspUsers(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 |
getXpuspUsersJoinDepartment(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected void |
initProfessorCapables()
Temporary storage of collProfessorCapables to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initProfessorChoices()
Temporary storage of collProfessorChoices to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initProfessorPeriods()
Temporary storage of collProfessorPeriods to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initSchedules()
Temporary storage of collSchedules to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initXpuspUsers()
Temporary storage of collXpuspUsers 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 |
setDepartment(Department v)
Declares an association between this object and a Department object |
void |
setDepartmentCode(java.lang.String v)
Set the value of DepartmentCode as a string. |
void |
setDepartmentCode(org.apache.turbine.om.StringKey v)
Set the value of DepartmentCode |
void |
setDepartmentKey(org.apache.turbine.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey. |
void |
setFreeSemester(int v)
Set the value of FreeSemester |
void |
setPrimaryKey(org.apache.turbine.om.ObjectKey professor_id)
Set the PrimaryKey using ObjectKey. |
void |
setPrimaryKey(java.lang.String key)
Set the PrimaryKey using a String. |
void |
setProfessorId(org.apache.turbine.om.NumberKey v)
Set the value of ProfessorId |
void |
setProfessorId(java.lang.String v)
Set the value of ProfessorId as a string. |
void |
setQueryKey(java.lang.String key)
set an id that differentiates this object from others of its class. |
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 professor_id
private org.apache.turbine.om.StringKey department_code
private int free_semester
private Department aDepartment
protected java.util.Vector collXpuspUsers
private org.apache.turbine.util.db.Criteria lastXpuspUsersCriteria
protected java.util.Vector collProfessorCapables
private org.apache.turbine.util.db.Criteria lastProfessorCapablesCriteria
protected java.util.Vector collProfessorChoices
private org.apache.turbine.util.db.Criteria lastProfessorChoicesCriteria
protected java.util.Vector collProfessorPeriods
private org.apache.turbine.util.db.Criteria lastProfessorPeriodsCriteria
protected java.util.Vector collSchedules
private org.apache.turbine.util.db.Criteria lastSchedulesCriteria
private boolean alreadyInSave
Constructor Detail |
public BaseProfessor()
Method Detail |
public org.apache.turbine.om.NumberKey getProfessorId()
public void setProfessorId(org.apache.turbine.om.NumberKey v) throws java.lang.Exception
public void setProfessorId(java.lang.String v) throws java.lang.Exception
public org.apache.turbine.om.StringKey getDepartmentCode()
public void setDepartmentCode(org.apache.turbine.om.StringKey v) throws java.lang.Exception
public void setDepartmentCode(java.lang.String v) throws java.lang.Exception
public int getFreeSemester()
public void setFreeSemester(int v)
public void setDepartment(Department v) throws java.lang.Exception
Department
- vpublic Department getDepartment() throws java.lang.Exception
public void setDepartmentKey(org.apache.turbine.om.ObjectKey key) throws java.lang.Exception
bar.setFooKey(foo.getPrimaryKey())
protected void initXpuspUsers()
public void addXpuspUser(XpuspUser l) throws java.lang.Exception
XpuspUser
- lpublic java.util.Vector getXpuspUsers() throws java.lang.Exception
public java.util.Vector getXpuspUsers(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getXpuspUsersJoinDepartment(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected void initProfessorCapables()
public void addProfessorCapable(ProfessorCapable l) throws java.lang.Exception
ProfessorCapable
- lpublic java.util.Vector getProfessorCapables() throws java.lang.Exception
public java.util.Vector getProfessorCapables(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getProfessorCapablesJoinDiscipline(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected void initProfessorChoices()
public void addProfessorChoice(ProfessorChoice l) throws java.lang.Exception
ProfessorChoice
- lpublic java.util.Vector getProfessorChoices() throws java.lang.Exception
public java.util.Vector getProfessorChoices(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getProfessorChoicesJoinProfessorCapable(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected void initProfessorPeriods()
public void addProfessorPeriod(ProfessorPeriod l) throws java.lang.Exception
ProfessorPeriod
- lpublic java.util.Vector getProfessorPeriods() throws java.lang.Exception
public java.util.Vector getProfessorPeriods(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getProfessorPeriodsJoinPeriod(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected void initSchedules()
public void addSchedule(Schedule l) throws java.lang.Exception
Schedule
- lpublic java.util.Vector getSchedules() throws java.lang.Exception
public java.util.Vector getSchedules(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getSchedulesJoinYear(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getSchedulesJoinDiscipline(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getSchedulesJoinPeriod(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 professor_id) throws java.lang.Exception
setPrimaryKey
in class org.apache.turbine.om.BaseObject
ObjectKey
- professor_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 Professor copy() throws java.lang.Exception
|
XPUSP - Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |