org.modelsphere.sms.be.db
Class DbBESingleZoneDisplay

java.lang.Object
  extended by PersistentObject
      extended by org.modelsphere.jack.baseDb.db.DbObject
          extended by org.modelsphere.jack.baseDb.db.DbZoneDisplay
              extended by org.modelsphere.jack.baseDb.db.DbSingleZoneDisplay
                  extended by org.modelsphere.sms.be.db.DbBESingleZoneDisplay

public final class DbBESingleZoneDisplay
extends DbSingleZoneDisplay

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


Nested Class Summary
 
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject
DbObject.ComponentIterator
 
Field Summary
static MetaField fStereotype
           
static MetaClass metaClass
           
 
Fields inherited from class org.modelsphere.jack.baseDb.db.DbSingleZoneDisplay
fJustification, fMetaField, fSeparator, fUdf, fUseExtraSpace
 
Fields inherited from class org.modelsphere.jack.baseDb.db.DbZoneDisplay
fDisplayed
 
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
DbBESingleZoneDisplay()
          Parameter-less constructor.
DbBESingleZoneDisplay(DbObject composite, boolean displayed, ZoneJustification justification, boolean separator, BEZoneStereotype stereotype)
          Creates an instance of DbBESingleZoneDisplay.
DbBESingleZoneDisplay(DbObject composite, DbUDF udf, boolean displayed, ZoneJustification justification, boolean separator, BEZoneStereotype stereotype)
          Creates an instance of DbBESingleZoneDisplay.
DbBESingleZoneDisplay(DbObject composite, MetaField metaField, boolean displayed, ZoneJustification justification, boolean separator, BEZoneStereotype stereotype)
          Creates an instance of DbBESingleZoneDisplay.
 
Method Summary
 MetaClass getMetaClass()
           
 BEZoneStereotype getStereotype()
          Gets the "stereotype" of a DbBESingleZoneDisplay's instance.
static void initMeta()
          For internal use only.
 void set(MetaField metaField, java.lang.Object value)
           
 void set(MetaRelationN relation, DbObject neighbor, int op)
           
 void setStereotype(BEZoneStereotype value)
          Sets the "stereotype" property of a DbBESingleZoneDisplay's instance.
 
Methods inherited from class org.modelsphere.jack.baseDb.db.DbSingleZoneDisplay
getGUIName, getJustification, getMetaField, getSeparator, getSourceObject, getUdf, getUseExtraSpace, getValue, isEmpty, isSeparator, isUseExtraSpace, setJustification, setMetaField, setSeparator, setUdf, setUseExtraSpace
 
Methods inherited from class org.modelsphere.jack.baseDb.db.DbZoneDisplay
getDisplayed, isDisplayed, setDisplayed
 
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, getName, getNbNeighbors, getNextTs, getOld, getProject, getSemanticalIcon, getSemanticalName, getTransStatus, getTs, getUDF, getUdfValues, getValidationStatus, hasAdminAccess, hasChanged, hasField, hasWriteAccess, isAddedAndRemoved, isAlive, isDeletable, isDescendingFrom, isHugeRelN, load, load, matches, reinsert, remove, removeDbRefreshListener, save, set, setComposite, setMatchingObject, setModificationTime, setName, setRelationNN, setRelationNN, setValidationStatus, toString, valuesAreEqual
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fStereotype

public static final MetaField fStereotype

metaClass

public static final MetaClass metaClass
Constructor Detail

DbBESingleZoneDisplay

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


DbBESingleZoneDisplay

public DbBESingleZoneDisplay(DbObject composite,
                             MetaField metaField,
                             boolean displayed,
                             ZoneJustification justification,
                             boolean separator,
                             BEZoneStereotype stereotype)
                      throws DbException
Creates an instance of DbBESingleZoneDisplay.

Parameters:
composite - org.modelsphere.jack.baseDb.db.DbObject
metafield - org.modelsphere.jack.baseDb.meta.MetaField
displayed - boolean
justification - org.modelsphere.jack.baseDb.db.srtypes.ZoneJustification
separator - boolean
stereotype - org.modelsphere.sms.be.db.srtypes.BEZoneStereotype
Throws:
DbException

DbBESingleZoneDisplay

public DbBESingleZoneDisplay(DbObject composite,
                             DbUDF udf,
                             boolean displayed,
                             ZoneJustification justification,
                             boolean separator,
                             BEZoneStereotype stereotype)
                      throws DbException
Creates an instance of DbBESingleZoneDisplay.

Parameters:
composite - org.modelsphere.jack.baseDb.db.DbObject
udf - org.modelsphere.jack.baseDb.db.DbUDF
displayed - boolean
justification - org.modelsphere.jack.baseDb.db.srtypes.ZoneJustification
separator - boolean
stereotype - org.modelsphere.sms.be.db.srtypes.BEZoneStereotype
Throws:
DbException

DbBESingleZoneDisplay

public DbBESingleZoneDisplay(DbObject composite,
                             boolean displayed,
                             ZoneJustification justification,
                             boolean separator,
                             BEZoneStereotype stereotype)
                      throws DbException
Creates an instance of DbBESingleZoneDisplay.

Parameters:
composite - org.modelsphere.jack.baseDb.db.DbObject
displayed - boolean
justification - org.modelsphere.jack.baseDb.db.srtypes.ZoneJustification
separator - boolean
stereotype - org.modelsphere.sms.be.db.srtypes.BEZoneStereotype
Throws:
DbException
Method Detail

initMeta

public static void initMeta()
For internal use only.


setStereotype

public final void setStereotype(BEZoneStereotype value)
                         throws DbException
Sets the "stereotype" property of a DbBESingleZoneDisplay's instance.

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

set

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

set

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

getStereotype

public final BEZoneStereotype getStereotype()
                                     throws DbException
Gets the "stereotype" of a DbBESingleZoneDisplay's instance.

Returns:
the "stereotype"
Throws:
DbException

getMetaClass

public MetaClass getMetaClass()
Overrides:
getMetaClass in class DbSingleZoneDisplay


Open ModelSphere 2007. All Rights Reserved.