|
||||||||||
| 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.BaseChannel
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 Channel
| Field Summary | |
protected java.util.Vector |
collMonitors
Collection to store aggregation of collMonitors |
protected java.util.Vector |
collSubscriptions
Collection to store aggregation of collSubscriptions |
| Fields inherited from class org.apache.turbine.om.BaseObject |
NEW_ID |
| Constructor Summary | |
BaseChannel()
|
|
| Method Summary | |
void |
addMonitor(Monitor l)
Method called to associate a Monitor object to this object through the Monitor foreign key attribute |
void |
addSubscription(Subscription l)
Method called to associate a Subscription object to this object through the Subscription foreign key attribute |
Channel |
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. |
java.lang.String |
getContentType()
Get the ContentType |
java.lang.String |
getCopyright()
Get the Copyright |
long |
getDateFound()
Get the DateFound |
java.lang.String |
getDescription()
Get the Description |
static java.util.List |
getFieldNames()
Generate a list of field names. |
org.apache.turbine.om.NumberKey |
getId()
Get the Id |
Image |
getImage()
|
org.apache.turbine.om.NumberKey |
getImageFk()
Get the ImageFk |
long |
getLastUpdated()
Get the LastUpdated |
java.lang.String |
getLocation()
Get the Location |
java.util.Vector |
getMonitors()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getMonitors(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.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. |
java.lang.String |
getSite()
Get the Site |
java.lang.String |
getSource()
Get the Source |
java.util.Vector |
getSubscriptions()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getSubscriptions(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 |
getTitle()
Get the Title |
protected void |
initMonitors()
Temporary storage of collMonitors to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initSubscriptions()
Temporary storage of collSubscriptions 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 |
setContentType(java.lang.String v)
Set the value of ContentType |
void |
setCopyright(java.lang.String v)
Set the value of Copyright |
void |
setDateFound(long v)
Set the value of DateFound |
void |
setDescription(java.lang.String v)
Set the value of Description |
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 |
setImage(Image v)
Declares an association between this object and a Image object |
void |
setImageFk(org.apache.turbine.om.NumberKey v)
Set the value of ImageFk |
void |
setImageFk(java.lang.String v)
Set the value of ImageFk as a string. |
void |
setImageKey(org.apache.turbine.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey. |
void |
setLastUpdated(long v)
Set the value of LastUpdated |
void |
setLocation(java.lang.String v)
Set the value of Location |
void |
setPrimaryKey(org.apache.turbine.om.NumberKey id,
org.apache.turbine.om.NumberKey image_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 image_fk)
Set the PrimaryKey with Strings. |
void |
setQueryKey(java.lang.String key)
set an id that differentiates this object from others of its class. |
void |
setSite(java.lang.String v)
Set the value of Site |
void |
setSource(java.lang.String v)
Set the value of Source |
void |
setTitle(java.lang.String v)
Set the value of Title |
| 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 |
| Field Detail |
protected java.util.Vector collMonitors
protected java.util.Vector collSubscriptions
| Constructor Detail |
public BaseChannel()
| Method Detail |
public org.apache.turbine.om.NumberKey getId()
public void setId(org.apache.turbine.om.NumberKey v)
throws java.lang.Exception
public void setId(java.lang.String v)
throws java.lang.Exception
public java.lang.String getLocation()
public void setLocation(java.lang.String v)
public java.lang.String getSite()
public void setSite(java.lang.String v)
public java.lang.String getContentType()
public void setContentType(java.lang.String v)
public java.lang.String getTitle()
public void setTitle(java.lang.String v)
public java.lang.String getDescription()
public void setDescription(java.lang.String v)
public org.apache.turbine.om.NumberKey getImageFk()
public void setImageFk(org.apache.turbine.om.NumberKey v)
throws java.lang.Exception
public void setImageFk(java.lang.String v)
throws java.lang.Exception
public java.lang.String getSource()
public void setSource(java.lang.String v)
public long getDateFound()
public void setDateFound(long v)
public long getLastUpdated()
public void setLastUpdated(long v)
public java.lang.String getCopyright()
public void setCopyright(java.lang.String v)
public void setImage(Image v)
throws java.lang.Exception
Image - v
public Image getImage()
throws java.lang.Exception
public void setImageKey(org.apache.turbine.om.ObjectKey key)
throws java.lang.Exception
bar.setFooKey(foo.getPrimaryKey())protected void initMonitors()
public void addMonitor(Monitor l)
throws java.lang.Exception
Monitor - l
public java.util.Vector getMonitors()
throws java.lang.Exception
public java.util.Vector getMonitors(org.apache.turbine.util.db.Criteria criteria)
throws java.lang.Exception
protected void initSubscriptions()
public void addSubscription(Subscription l)
throws java.lang.Exception
Subscription - l
public java.util.Vector getSubscriptions()
throws java.lang.Exception
public java.util.Vector getSubscriptions(org.apache.turbine.util.db.Criteria criteria)
throws java.lang.Exception
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 image_fk)
throws java.lang.Exception
NumberKey - idNumberKey - image_fk
public void setPrimaryKey(java.lang.String id,
java.lang.String image_fk)
throws java.lang.Exception
String - idString - image_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 Channel copy()
throws java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||