|
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.BaseDoubleDiscipline
This class was autogenerated by Torque. You should not use this class directly. It should not even be extended all references should be to DoubleDiscipline
Field Summary | |
private Discipline |
aDisciplineRelatedByDisciplineOne
|
private Discipline |
aDisciplineRelatedByDisciplineTwo
|
private boolean |
alreadyInSave
|
private org.apache.turbine.om.ComboKey |
comboPK
|
private org.apache.turbine.om.NumberKey |
discipline_one
the value for the discipline_one field |
private org.apache.turbine.om.NumberKey |
discipline_two
the value for the discipline_two field |
private org.apache.turbine.om.SimpleKey[] |
pks
|
Fields inherited from class org.apache.turbine.om.BaseObject |
errMsg, is_new, modified, NEW_ID, primaryKey |
Constructor Summary | |
BaseDoubleDiscipline()
|
Method Summary | |
DoubleDiscipline |
copy()
Makes a copy of this object. |
org.apache.turbine.om.NumberKey |
getDisciplineOne()
Get the DisciplineOne |
Discipline |
getDisciplineRelatedByDisciplineOne()
|
Discipline |
getDisciplineRelatedByDisciplineTwo()
|
org.apache.turbine.om.NumberKey |
getDisciplineTwo()
Get the DisciplineTwo |
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. |
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 |
setDisciplineOne(org.apache.turbine.om.NumberKey v)
Set the value of DisciplineOne |
void |
setDisciplineOne(java.lang.String v)
Set the value of DisciplineOne as a string. |
void |
setDisciplineRelatedByDisciplineOne(Discipline v)
Declares an association between this object and a Discipline object |
void |
setDisciplineRelatedByDisciplineOneKey(org.apache.turbine.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey. |
void |
setDisciplineRelatedByDisciplineTwo(Discipline v)
Declares an association between this object and a Discipline object |
void |
setDisciplineRelatedByDisciplineTwoKey(org.apache.turbine.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey. |
void |
setDisciplineTwo(org.apache.turbine.om.NumberKey v)
Set the value of DisciplineTwo |
void |
setDisciplineTwo(java.lang.String v)
Set the value of DisciplineTwo as a string. |
void |
setPrimaryKey(org.apache.turbine.om.NumberKey discipline_one,
org.apache.turbine.om.NumberKey discipline_two)
Set the PrimaryKey using SimpleKeys. |
void |
setPrimaryKey(org.apache.turbine.om.ObjectKey key)
Set the PrimaryKey with an ObjectKey |
void |
setPrimaryKey(java.lang.String key)
Set the PrimaryKey using a String. |
void |
setPrimaryKey(java.lang.String discipline_one,
java.lang.String discipline_two)
Set the PrimaryKey with Strings. |
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 discipline_one
private org.apache.turbine.om.NumberKey discipline_two
private Discipline aDisciplineRelatedByDisciplineOne
private Discipline aDisciplineRelatedByDisciplineTwo
private boolean alreadyInSave
private final org.apache.turbine.om.SimpleKey[] pks
private final org.apache.turbine.om.ComboKey comboPK
Constructor Detail |
public BaseDoubleDiscipline()
Method Detail |
public org.apache.turbine.om.NumberKey getDisciplineOne()
public void setDisciplineOne(org.apache.turbine.om.NumberKey v) throws java.lang.Exception
public void setDisciplineOne(java.lang.String v) throws java.lang.Exception
public org.apache.turbine.om.NumberKey getDisciplineTwo()
public void setDisciplineTwo(org.apache.turbine.om.NumberKey v) throws java.lang.Exception
public void setDisciplineTwo(java.lang.String v) throws java.lang.Exception
public void setDisciplineRelatedByDisciplineOne(Discipline v) throws java.lang.Exception
Discipline
- vpublic Discipline getDisciplineRelatedByDisciplineOne() throws java.lang.Exception
public void setDisciplineRelatedByDisciplineOneKey(org.apache.turbine.om.ObjectKey key) throws java.lang.Exception
bar.setFooKey(foo.getPrimaryKey())
public void setDisciplineRelatedByDisciplineTwo(Discipline v) throws java.lang.Exception
Discipline
- vpublic Discipline getDisciplineRelatedByDisciplineTwo() throws java.lang.Exception
public void setDisciplineRelatedByDisciplineTwoKey(org.apache.turbine.om.ObjectKey key) throws java.lang.Exception
bar.setFooKey(foo.getPrimaryKey())
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 key) throws java.lang.Exception
setPrimaryKey
in class org.apache.turbine.om.BaseObject
public void setPrimaryKey(org.apache.turbine.om.NumberKey discipline_one, org.apache.turbine.om.NumberKey discipline_two) throws java.lang.Exception
NumberKey
- discipline_oneNumberKey
- discipline_twopublic void setPrimaryKey(java.lang.String discipline_one, java.lang.String discipline_two) throws java.lang.Exception
String
- discipline_oneString
- discipline_twopublic 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 DoubleDiscipline copy() throws java.lang.Exception
|
XPUSP - Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |