olr.om
Class Model

java.lang.Object
  extended byorg.apache.torque.om.BaseObject
      extended byolr.om.BaseModel
          extended byolr.om.Model
All Implemented Interfaces:
org.apache.torque.om.Persistent, java.io.Serializable

public class Model
extends BaseModel
implements org.apache.torque.om.Persistent

The skeleton for this class was autogenerated by Torque on: [Fri Jun 18 10:10:23 CEST 2004] 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 olr.om.BaseModel
collModelStatements
 
Fields inherited from class org.apache.torque.om.BaseObject
NEW_ID
 
Constructor Summary
Model()
           
Model(java.lang.String name, boolean isCourse)
           
 
Method Summary
 int[] getModelStatementIds()
           
 
Methods inherited from class olr.om.BaseModel
addModelStatement, copy, copyInto, getByName, getByPeerName, getByPosition, getFieldNames, getId, getIsCourse, getLocked, getLockedBy, getModelStatements, getModelStatements, getModelStatements, getModelStatements, getModelStatementsJoinModel, getModelStatementsJoinRdfStatement, getModelStatementsJoinRdfUser, getName, getPeer, getPrimaryKey, getRdfUser, initModelStatements, save, save, save, setId, setIsCourse, setLocked, setLockedBy, setName, setPrimaryKey, setPrimaryKey, setRdfUser, setRdfUserKey, toString
 
Methods inherited from class org.apache.torque.om.BaseObject
equals, equals, getLog, hashCode, isModified, isNew, log, resetModified, setModified, setNew, setPrimaryKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.torque.om.Persistent
getPrimaryKey, isModified, isNew, save, save, save, setModified, setNew, setPrimaryKey, setPrimaryKey
 

Constructor Detail

Model

public Model()

Model

public Model(java.lang.String name,
             boolean isCourse)
      throws org.apache.torque.TorqueException
Method Detail

getModelStatementIds

public int[] getModelStatementIds()
                           throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2001-2004 University of Hannover. All Rights Reserved.