org.openprivacy.reptile.om
Class Weblog

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

public class Weblog
extends BaseWeblog
implements org.apache.turbine.om.Persistent

The skeleton for this class was autogenerated by Torque on: [Thu Feb 14 00:17:16 PST 2002] 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.apache.turbine.om.BaseObject
NEW_ID
 
Constructor Summary
Weblog()
          Constructor should set the time this was first noted.
 
Methods inherited from class org.openprivacy.reptile.om.BaseWeblog
copy, getByName, getByPeerName, getByPosition, getComments, getDateFound, getDcSubject, getDescription, getFieldNames, getId, getLastUpdated, getLocation, getPrimaryKey, getQueryKey, getTitle, save, save, save, setComments, setDateFound, setDcSubject, setDescription, setId, setId, setLastUpdated, setLocation, setPrimaryKey, setPrimaryKey, setQueryKey, 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

Weblog

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