org.openprivacy.reptile.om
Class Channel

java.lang.Object
  |
  +--org.apache.turbine.om.BaseObject
        |
        +--org.openprivacy.reptile.om.BaseChannel
              |
              +--org.openprivacy.reptile.om.Channel
All Implemented Interfaces:
org.apache.turbine.om.Persistent, org.apache.turbine.om.Retrievable, java.io.Serializable

public class Channel
extends BaseChannel
implements org.apache.turbine.om.Persistent

The skeleton for this class was autogenerated by Torque on: [Mon Nov 26 01:04:40 PST 2001] You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openprivacy.reptile.om.BaseChannel
collMonitors
 
Fields inherited from class org.apache.turbine.om.BaseObject
NEW_ID
 
Constructor Summary
Channel()
          Constructor should set the time this was first noted.
 
Method Summary
 boolean isSubscription()
          Return true if this channel is a subscription.
 
Methods inherited from class org.openprivacy.reptile.om.BaseChannel
addMonitor, copy, getByName, getByPeerName, getByPosition, getCategory, getCategoryFk, getContentType, getCopyright, getCreator, getDateFound, getDescription, getFieldNames, getId, getImage, getImageFk, getIndexed, getInitialized, getLastUpdated, getLocation, getMonitors, getMonitors, getPrimaryKey, getPublisher, getQueryKey, getSite, getSource, getSubscribed, getTitle, initMonitors, save, save, save, setCategory, setCategoryFk, setCategoryFk, setCategoryKey, setContentType, setCopyright, setCreator, setDateFound, setDescription, setId, setId, setImage, setImageFk, setImageFk, setImageKey, setIndexed, setInitialized, setLastUpdated, setLocation, setPrimaryKey, setPrimaryKey, setPublisher, setQueryKey, setSite, setSource, setSubscribed, setTitle
 
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
 
Methods inherited from interface org.apache.turbine.om.Persistent
getPrimaryKey, isModified, isNew, save, setModified, setNew, setPrimaryKey, setPrimaryKey
 

Constructor Detail

Channel

public Channel()
Constructor should set the time this was first noted.

Method Detail

isSubscription

public boolean isSubscription()
Return true if this channel is a subscription.