XPUSP - Home

br.usp.ime.xpusp.om
Class ElectivePool

java.lang.Object
  |
  +--org.apache.turbine.om.BaseObject
        |
        +--br.usp.ime.xpusp.om.BaseElectivePool
              |
              +--br.usp.ime.xpusp.om.ElectivePool
All Implemented Interfaces:
org.apache.turbine.om.Persistent, org.apache.turbine.om.Retrievable, java.io.Serializable

public class ElectivePool
extends BaseElectivePool
implements org.apache.turbine.om.Persistent

SourceForge LogoSource Forge Info
CVS File :ElectivePool.java
User :krico
Version :1.2
Date :2002/03/05 08:29:38

See Also:
Serialized Form

Fields inherited from class br.usp.ime.xpusp.om.BaseElectivePool
aDiscipline, alreadyInSave, aPoolResults, choice, comboPK, discipline_id, pks, pool_id, votes
 
Fields inherited from class org.apache.turbine.om.BaseObject
errMsg, is_new, modified, NEW_ID, primaryKey
 
Constructor Summary
ElectivePool()
           
 
Methods inherited from class br.usp.ime.xpusp.om.BaseElectivePool
copy, getChoice, getDiscipline, getDisciplineId, getPoolId, getPoolResults, getPrimaryKey, getQueryKey, getVotes, save, save, save, setChoice, setChoice, setDiscipline, setDisciplineId, setDisciplineId, setDisciplineKey, setPoolId, setPoolId, setPoolResults, setPoolResultsKey, setPrimaryKey, setPrimaryKey, setPrimaryKey, setPrimaryKey, setQueryKey, setVotes
 
Methods inherited from class org.apache.turbine.om.BaseObject
, equals, equals, getByName, getByPeerName, getByPosition, 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, registerNatives, toString, wait, wait, wait
 
Methods inherited from interface org.apache.turbine.om.Persistent
getPrimaryKey, isModified, isNew, save, setModified, setNew, setPrimaryKey, setPrimaryKey
 

Constructor Detail

ElectivePool

public ElectivePool()

XPUSP - Home