org.modelsphere.sms.or.oracle.db
Class DbORARollbackSegment

java.lang.Object
  extended by PersistentObject
      extended by org.modelsphere.jack.baseDb.db.DbObject
          extended by org.modelsphere.jack.baseDb.db.DbSemanticalObject
              extended by org.modelsphere.sms.db.DbSMSSemanticalObject
                  extended by org.modelsphere.sms.or.oracle.db.DbORARollbackSegment

public final class DbORARollbackSegment
extends DbSMSSemanticalObject

Direct subclass(es)/subinterface(s) : none.
Composites : DbORADatabase.
Components : DbSMSObjectImport.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject
DbObject.ComponentIterator
 
Field Summary
static MetaField fInitialExtent
           
static MetaField fInitialExtentSizeUnit
           
static MetaField fMaxExtents
           
static MetaField fMinExtents
           
static MetaField fNextExtent
           
static MetaField fNextExtentSizeUnit
           
static MetaField fOptimalSize
           
static MetaField fOptimalSizeUnit
           
static MetaField fPublic
           
static MetaRelation1 fTablespace
           
static MetaClass metaClass
           
 
Fields inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject
fObjectImports, fSourceLinks, fSubCopies, fSuperCopy, fTargetLinks, fUmlConstraints, fUmlStereotype
 
Fields inherited from class org.modelsphere.jack.baseDb.db.DbSemanticalObject
fAdminAccessList, fAlias, fDescription, fName, fPhysicalName, fWriteAccessList
 
Fields inherited from class org.modelsphere.jack.baseDb.db.DbObject
ACCESS_GRANTED, ACCESS_NOT_GRANTED, fComponents, fComposite, fCreationTime, fModificationTime, fUdfValues, fValidationStatus, LONG_FORM, SHORT_FORM, VALIDATION_ERROR, VALIDATION_OK, VALIDATION_WARNING, writeAccess
 
Constructor Summary
DbORARollbackSegment()
          Parameter-less constructor.
DbORARollbackSegment(DbObject composite)
          Creates an instance of DbORARollbackSegment.
 
Method Summary
 java.lang.Integer getInitialExtent()
          Gets the "initial extent" of a DbORARollbackSegment's instance.
 ORASizeUnit getInitialExtentSizeUnit()
          Gets the "initial extent size unit" of a DbORARollbackSegment's instance.
 java.lang.Integer getMaxExtents()
          Gets the "maxextents" of a DbORARollbackSegment's instance.
 MetaClass getMetaClass()
           
 java.lang.Integer getMinExtents()
          Gets the "minextents" of a DbORARollbackSegment's instance.
 java.lang.Integer getNextExtent()
          Gets the "next extent" of a DbORARollbackSegment's instance.
 ORASizeUnit getNextExtentSizeUnit()
          Gets the "next extent size unit" of a DbORARollbackSegment's instance.
 java.lang.Integer getOptimalSize()
          Gets the "optimal size" of a DbORARollbackSegment's instance.
 ORASizeUnit getOptimalSizeUnit()
          Gets the "optimal size unit" of a DbORARollbackSegment's instance.
 java.lang.Boolean getPublic()
          Deprecated. use isPublic() method instead
 DbORATablespace getTablespace()
          Gets the tablespace object associated to a DbORARollbackSegment's instance.
static void initMeta()
          For internal use only.
 boolean isPublic()
          Tells whether a DbORARollbackSegment's instance is public or not.
 void set(MetaField metaField, java.lang.Object value)
           
 void set(MetaRelationN relation, DbObject neighbor, int op)
           
 void setInitialExtent(java.lang.Integer value)
          Sets the "initial extent" property of a DbORARollbackSegment's instance.
 void setInitialExtentSizeUnit(ORASizeUnit value)
          Sets the "initial extent size unit" property of a DbORARollbackSegment's instance.
 void setMaxExtents(java.lang.Integer value)
          Sets the "maxextents" property of a DbORARollbackSegment's instance.
 void setMinExtents(java.lang.Integer value)
          Sets the "minextents" property of a DbORARollbackSegment's instance.
 void setNextExtent(java.lang.Integer value)
          Sets the "next extent" property of a DbORARollbackSegment's instance.
 void setNextExtentSizeUnit(ORASizeUnit value)
          Sets the "next extent size unit" property of a DbORARollbackSegment's instance.
 void setOptimalSize(java.lang.Integer value)
          Sets the "optimal size" property of a DbORARollbackSegment's instance.
 void setOptimalSizeUnit(ORASizeUnit value)
          Sets the "optimal size unit" property of a DbORARollbackSegment's instance.
 void setPublic(java.lang.Boolean value)
          Sets the "public" property of a DbORARollbackSegment's instance.
 void setTablespace(DbORATablespace value)
          Sets the tablespace object associated to a DbORARollbackSegment's instance.
 
Methods inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject
addToSourceLinks, addToTargetLinks, addToUmlConstraints, getObjectImports, getSourceLinks, getSubCopies, getSuperCopy, getTargetLinks, getUmlConstraints, getUmlStereotype, removeFromSourceLinks, removeFromTargetLinks, removeFromUmlConstraints, setSourceLinks, setSuperCopy, setTargetLinks, setUmlConstraints, setUmlStereotype
 
Methods inherited from class org.modelsphere.jack.baseDb.db.DbSemanticalObject
findComponentByPhysicalName, getAdminAccessList, getAlias, getDescription, getName, getPhysicalName, getWriteAccessList, matches, setAlias, setDescription, setName, setPhysicalName
 
Methods inherited from class org.modelsphere.jack.baseDb.db.DbObject
addDbRefreshListener, addDbRefreshListener, basicReinsert, basicSet, basicSet, buildFullNameString, buildFullNameString, componentTree, componentTree, componentTree, copyComponent, createComponent, createComponent, createRAMRelN, deepCopy, deepCopy, doDeleteAction, findComponentByName, findComponentByName, findMatchingObject, generateEDCTimestamp, get, get, get, getAccordingToStatus, getComponents, getComposite, getCompositeOfType, getCreationTime, getDb, getDependencyRelations, getEDCTimestamp, getFullDisplayName, getId, getMatchingObject, getMinCard, getModificationTime, getNbNeighbors, getNextTs, getOld, getProject, getSemanticalIcon, getSemanticalName, getTransStatus, getTs, getUDF, getUdfValues, getValidationStatus, hasAdminAccess, hasChanged, hasField, hasWriteAccess, isAddedAndRemoved, isAlive, isDeletable, isDescendingFrom, isHugeRelN, load, load, reinsert, remove, removeDbRefreshListener, save, set, setComposite, setMatchingObject, setModificationTime, setRelationNN, setRelationNN, setValidationStatus, toString, valuesAreEqual
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fPublic

public static final MetaField fPublic

fInitialExtent

public static final MetaField fInitialExtent

fInitialExtentSizeUnit

public static final MetaField fInitialExtentSizeUnit

fNextExtent

public static final MetaField fNextExtent

fNextExtentSizeUnit

public static final MetaField fNextExtentSizeUnit

fMinExtents

public static final MetaField fMinExtents

fMaxExtents

public static final MetaField fMaxExtents

fOptimalSize

public static final MetaField fOptimalSize

fOptimalSizeUnit

public static final MetaField fOptimalSizeUnit

fTablespace

public static final MetaRelation1 fTablespace

metaClass

public static final MetaClass metaClass
Constructor Detail

DbORARollbackSegment

public DbORARollbackSegment()
Parameter-less constructor. Required by Java Beans Conventions.


DbORARollbackSegment

public DbORARollbackSegment(DbObject composite)
                     throws DbException
Creates an instance of DbORARollbackSegment.

Parameters:
composite - the object which will contain the newly-created instance
Throws:
DbException
Method Detail

initMeta

public static void initMeta()
For internal use only.


setPublic

public final void setPublic(java.lang.Boolean value)
                     throws DbException
Sets the "public" property of a DbORARollbackSegment's instance.

Parameters:
value - the "public" property
Throws:
DbException

setInitialExtent

public final void setInitialExtent(java.lang.Integer value)
                            throws DbException
Sets the "initial extent" property of a DbORARollbackSegment's instance.

Parameters:
value - the "initial extent" property
Throws:
DbException

setInitialExtentSizeUnit

public final void setInitialExtentSizeUnit(ORASizeUnit value)
                                    throws DbException
Sets the "initial extent size unit" property of a DbORARollbackSegment's instance.

Parameters:
value - the "initial extent size unit" property
Throws:
DbException

setNextExtent

public final void setNextExtent(java.lang.Integer value)
                         throws DbException
Sets the "next extent" property of a DbORARollbackSegment's instance.

Parameters:
value - the "next extent" property
Throws:
DbException

setNextExtentSizeUnit

public final void setNextExtentSizeUnit(ORASizeUnit value)
                                 throws DbException
Sets the "next extent size unit" property of a DbORARollbackSegment's instance.

Parameters:
value - the "next extent size unit" property
Throws:
DbException

setMinExtents

public final void setMinExtents(java.lang.Integer value)
                         throws DbException
Sets the "minextents" property of a DbORARollbackSegment's instance.

Parameters:
value - the "minextents" property
Throws:
DbException

setMaxExtents

public final void setMaxExtents(java.lang.Integer value)
                         throws DbException
Sets the "maxextents" property of a DbORARollbackSegment's instance.

Parameters:
value - the "maxextents" property
Throws:
DbException

setOptimalSize

public final void setOptimalSize(java.lang.Integer value)
                          throws DbException
Sets the "optimal size" property of a DbORARollbackSegment's instance.

Parameters:
value - the "optimal size" property
Throws:
DbException

setOptimalSizeUnit

public final void setOptimalSizeUnit(ORASizeUnit value)
                              throws DbException
Sets the "optimal size unit" property of a DbORARollbackSegment's instance.

Parameters:
value - the "optimal size unit" property
Throws:
DbException

setTablespace

public final void setTablespace(DbORATablespace value)
                         throws DbException
Sets the tablespace object associated to a DbORARollbackSegment's instance.

Parameters:
value - the tablespace object to be associated
Throws:
DbException

set

public void set(MetaField metaField,
                java.lang.Object value)
         throws DbException
Overrides:
set in class DbSMSSemanticalObject
Throws:
DbException

set

public void set(MetaRelationN relation,
                DbObject neighbor,
                int op)
         throws DbException
Overrides:
set in class DbSMSSemanticalObject
Throws:
DbException

getPublic

public final java.lang.Boolean getPublic()
                                  throws DbException
Deprecated. use isPublic() method instead

Gets the "public" property's Boolean value of a DbORARollbackSegment's instance.

Returns:
the "public" property's Boolean value
Throws:
DbException

isPublic

public final boolean isPublic()
                       throws DbException
Tells whether a DbORARollbackSegment's instance is public or not.

Returns:
boolean
Throws:
DbException

getInitialExtent

public final java.lang.Integer getInitialExtent()
                                         throws DbException
Gets the "initial extent" of a DbORARollbackSegment's instance.

Returns:
the "initial extent"
Throws:
DbException

getInitialExtentSizeUnit

public final ORASizeUnit getInitialExtentSizeUnit()
                                           throws DbException
Gets the "initial extent size unit" of a DbORARollbackSegment's instance.

Returns:
the "initial extent size unit"
Throws:
DbException

getNextExtent

public final java.lang.Integer getNextExtent()
                                      throws DbException
Gets the "next extent" of a DbORARollbackSegment's instance.

Returns:
the "next extent"
Throws:
DbException

getNextExtentSizeUnit

public final ORASizeUnit getNextExtentSizeUnit()
                                        throws DbException
Gets the "next extent size unit" of a DbORARollbackSegment's instance.

Returns:
the "next extent size unit"
Throws:
DbException

getMinExtents

public final java.lang.Integer getMinExtents()
                                      throws DbException
Gets the "minextents" of a DbORARollbackSegment's instance.

Returns:
the "minextents"
Throws:
DbException

getMaxExtents

public final java.lang.Integer getMaxExtents()
                                      throws DbException
Gets the "maxextents" of a DbORARollbackSegment's instance.

Returns:
the "maxextents"
Throws:
DbException

getOptimalSize

public final java.lang.Integer getOptimalSize()
                                       throws DbException
Gets the "optimal size" of a DbORARollbackSegment's instance.

Returns:
the "optimal size"
Throws:
DbException

getOptimalSizeUnit

public final ORASizeUnit getOptimalSizeUnit()
                                     throws DbException
Gets the "optimal size unit" of a DbORARollbackSegment's instance.

Returns:
the "optimal size unit"
Throws:
DbException

getTablespace

public final DbORATablespace getTablespace()
                                    throws DbException
Gets the tablespace object associated to a DbORARollbackSegment's instance.

Returns:
the tablespace object
Throws:
DbException

getMetaClass

public MetaClass getMetaClass()
Specified by:
getMetaClass in class DbObject


Open ModelSphere 2007. All Rights Reserved.