|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.turbine.om.BaseObject
|
+--org.openprivacy.reptile.om.BaseMonitor
This class was autogenerated by Torque on: [Thu Feb 14 00:17:16 PST 2002] You should not use this class directly. It should not even be extended all references should be to Monitor
| Fields inherited from class org.apache.turbine.om.BaseObject |
NEW_ID |
| Constructor Summary | |
BaseMonitor()
|
|
| Method Summary | |
Monitor |
copy()
Makes a copy of this object. |
java.lang.Object |
getByName(java.lang.String name)
Retrieves a field from the object by name passed in as a String. |
java.lang.Object |
getByPeerName(java.lang.String name)
Retrieves a field from the object by name passed in as a String. |
java.lang.Object |
getByPosition(int pos)
Retrieves a field from the object by Position as specified in the xml schema. |
Channel |
getChannel()
|
org.apache.turbine.om.NumberKey |
getChannelFk()
Get the ChannelFk |
static java.util.List |
getFieldNames()
Generate a list of field names. |
org.apache.turbine.om.NumberKey |
getId()
Get the Id |
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 |
setChannel(Channel v)
Declares an association between this object and a Channel object |
void |
setChannelFk(org.apache.turbine.om.NumberKey v)
Set the value of ChannelFk |
void |
setChannelFk(java.lang.String v)
Set the value of ChannelFk as a string. |
void |
setChannelKey(org.apache.turbine.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey. |
void |
setId(org.apache.turbine.om.NumberKey v)
Set the value of Id |
void |
setId(java.lang.String v)
Set the value of Id as a string. |
void |
setPrimaryKey(org.apache.turbine.om.NumberKey id,
org.apache.turbine.om.NumberKey channel_fk)
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 id,
java.lang.String channel_fk)
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 |
equals, equals, getPrimaryKeyAsBigDecimal, getPrimaryKeyAsInt, getPrimaryKeyAsLong, getPrimaryKeyAsString, hashCode, isModified, isNew, resetModified, setModified, setNew, setPrimaryKey, setPrimaryKey, setPrimaryKey |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BaseMonitor()
| Method Detail |
public org.apache.turbine.om.NumberKey getId()
public void setId(org.apache.turbine.om.NumberKey v)
public void setId(java.lang.String v)
public org.apache.turbine.om.NumberKey getChannelFk()
public void setChannelFk(org.apache.turbine.om.NumberKey v)
throws java.lang.Exception
public void setChannelFk(java.lang.String v)
throws java.lang.Exception
public void setChannel(Channel v)
throws java.lang.Exception
Channel - v
public Channel getChannel()
throws java.lang.Exception
public void setChannelKey(org.apache.turbine.om.ObjectKey key)
throws java.lang.Exception
bar.setFooKey(foo.getPrimaryKey())public static java.util.List getFieldNames()
public java.lang.Object getByName(java.lang.String name)
getByName in class org.apache.turbine.om.BaseObjectpublic java.lang.Object getByPeerName(java.lang.String name)
getByPeerName in class org.apache.turbine.om.BaseObjectpublic java.lang.Object getByPosition(int pos)
getByPosition in class org.apache.turbine.om.BaseObject
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 id,
org.apache.turbine.om.NumberKey channel_fk)
throws java.lang.Exception
NumberKey - idNumberKey - channel_fk
public void setPrimaryKey(java.lang.String id,
java.lang.String channel_fk)
throws java.lang.Exception
String - idString - channel_fk
public void setPrimaryKey(java.lang.String key)
throws java.lang.Exception
setPrimaryKey in class org.apache.turbine.om.BaseObjectpublic org.apache.turbine.om.ObjectKey getPrimaryKey()
getPrimaryKey in class org.apache.turbine.om.BaseObjectpublic 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 Monitor copy()
throws java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||