org.tigris.scarab.om
Class AttributeType

java.lang.Object
  extended byorg.apache.torque.om.BaseObject
      extended byorg.tigris.scarab.om.BaseAttributeType
          extended byorg.tigris.scarab.om.AttributeType
All Implemented Interfaces:
org.apache.torque.om.Persistent, org.apache.fulcrum.intake.Retrievable, java.io.Serializable

public class AttributeType
extends BaseAttributeType
implements org.apache.torque.om.Persistent

This class represents an AttributeType

Version:
$Id: AttributeType.java 9977 2005-12-09 00:40:59Z hair $
Author:
Jon S. Stevens
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.tigris.scarab.om.BaseAttributeType
collAttributes
 
Fields inherited from class org.apache.torque.om.BaseObject
NEW_ID
 
Constructor Summary
AttributeType()
           
 
Method Summary
 AttributeClass getAttributeClass()
          Override the base class to provide caching of AttributeClass objects and save a hit to the database.
static AttributeType getInstance(java.lang.String attributeTypeName)
           
 
Methods inherited from class org.tigris.scarab.om.BaseAttributeType
addAttribute, copy, copyInto, getAttributeClass, getAttributes, getAttributes, getAttributes, getAttributes, getAttributesJoinAttributeOption, getAttributesJoinAttributeType, getAttributesJoinScarabUserImpl, getAttributeTypeId, getByName, getByPeerName, getByPosition, getClassId, getFieldNames, getJavaClassName, getName, getPeer, getPrimaryKey, getQueryKey, getValidationKey, initAttributes, isCacheOnSave, save, save, save, setAttributeClass, setAttributeClassKey, setAttributeTypeId, setClassId, setJavaClassName, setName, setPrimaryKey, setPrimaryKey, setQueryKey, setValidationKey, toString
 
Methods inherited from class org.apache.torque.om.BaseObject
equals, equals, getLog, hashCode, isModified, isNew, 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

AttributeType

public AttributeType()
Method Detail

getAttributeClass

public AttributeClass getAttributeClass()
                                 throws org.apache.torque.TorqueException
Override the base class to provide caching of AttributeClass objects and save a hit to the database.

Overrides:
getAttributeClass in class BaseAttributeType
Returns:
the associated AttributeClass object
Throws:
org.apache.torque.TorqueException

getInstance

public static AttributeType getInstance(java.lang.String attributeTypeName)
                                 throws org.apache.torque.TorqueException,
                                        ScarabException
Throws:
org.apache.torque.TorqueException
ScarabException


Copyright © 2000-2004 Tigris.org. All Rights Reserved.