net.sourceforge.pain.data.role
Class Prototype

java.lang.Object
  extended bynet.sourceforge.pain.db.DbObject
      extended bynet.sourceforge.pain.data.Role
          extended bynet.sourceforge.pain.data.role.Prototype
Direct Known Subclasses:
PrototypeInfo

public abstract class Prototype
extends Role

Base class for all prototypes.


Field Summary
 
Fields inherited from class net.sourceforge.pain.data.Role
LAST_BASE_FIELD_INDEX
 
Constructor Summary
Prototype()
           
Prototype(PainDB db)
           
 
Method Summary
abstract  java.lang.Class getPrototypedRoleClass()
           
 java.lang.String getVnum()
           
 java.lang.String toString()
           
 
Methods inherited from class net.sourceforge.pain.data.Role
addRole, delete, fillSuperSchema, getAffectData, getAffects, getRole, getRoleClientProperty, getRoleTriggers, getSuperroles, getTriggersByEventType, hasSubroles, is, isAffected, removeRole, rolesIterator, sameObjectAs, setRoleClientProperty
 
Methods inherited from class net.sourceforge.pain.db.DbObject
getArrayList, getBoolean, getByte, getByteArray, getByteArrayForRead, getChar, getCharArray, getCharArrayForRead, getDB, getDbClass, getDouble, getFloat, getInt, getIntArray, getIntArrayForRead, getIntKeyMap, getLinkedList, getList, getLong, getOid, getReference, getRefSet, getShort, getString, getStringArray, getStringArrayForRead, getStringKeyMap, getStringMap, getStringSet, isClean, isDeleted, isDetached, isDirty, isNew, provideSchema, setBoolean, setByte, setByteArray, setChar, setCharArray, setDouble, setFloat, setInt, setIntArray, setLong, setReference, setShort, setString, setStringArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Prototype

public Prototype()

Prototype

public Prototype(PainDB db)
Method Detail

getPrototypedRoleClass

public abstract java.lang.Class getPrototypedRoleClass()

getVnum

public java.lang.String getVnum()

toString

public java.lang.String toString()