org.modelsphere.sms.db
Class DbSMSDiagram

java.lang.Object
  extended by PersistentObject
      extended by org.modelsphere.jack.baseDb.db.DbObject
          extended by org.modelsphere.sms.db.DbSMSDiagram
Direct Known Subclasses:
DbBEDiagram, DbOODiagram, DbORDiagram

public abstract class DbSMSDiagram
extends DbObject

Direct subclass(es)/subinterface(s) : DbOODiagram, DbORDiagram, DbBEDiagram.
Composites : none.
Components : DbSMSUserTextGo, DbSMSStampGo, DbSMSImageGo, DbSMSPackageGo, DbSMSLineGo, DbSMSFreeGraphicGo, DbSMSNoticeGo.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject
DbObject.ComponentIterator
 
Field Summary
static MetaRelationN fChildDiagrams
           
static MetaField fName
           
static MetaField fNbPages
           
static MetaField fPageFormat
           
static MetaField fPageNoFont
           
static MetaField fPageNoPosition
           
static MetaRelation1 fParentDiagram
           
static MetaField fPrintScale
           
static MetaRelation1 fStyle
           
static MetaClass metaClass
           
 
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
DbSMSDiagram()
          Parameter-less constructor.
DbSMSDiagram(DbObject composite)
          Creates an instance of DbSMSDiagram.
 
Method Summary
abstract  DbSMSStyle findStyle()
           
 DbRelationN getChildDiagrams()
          Gets the list of child diagrams associated to a DbSMSDiagram's instance.
 java.lang.String getName()
          Gets the "name" property of a DbSMSDiagram's instance.
 java.awt.Dimension getNbPages()
          Gets the "page count" of a DbSMSDiagram's instance.
 java.awt.print.PageFormat getPageFormat()
          Gets the "page format" of a DbSMSDiagram's instance.
 java.awt.Font getPageNoFont()
          Gets the "page number font" of a DbSMSDiagram's instance.
 PageNoPosition getPageNoPosition()
          Gets the "page number position" of a DbSMSDiagram's instance.
 DbSMSDiagram getParentDiagram()
          Gets the parent diagram object associated to a DbSMSDiagram's instance.
 java.lang.Integer getPrintScale()
          Gets the "print scale" property of a DbSMSDiagram's instance.
 DbSMSStyle getStyle()
          Gets the style object associated to a DbSMSDiagram'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 setName(java.lang.String value)
          Sets the "name" property of a DbSMSDiagram's instance.
 void setNbPages(java.awt.Dimension value)
          Sets the "page count" property of a DbSMSDiagram's instance.
 void setPageFormat(java.awt.print.PageFormat value)
          Sets the "page format" property of a DbSMSDiagram's instance.
 void setPageNoFont(java.awt.Font value)
          Sets the "page number font" property of a DbSMSDiagram's instance.
 void setPageNoPosition(PageNoPosition value)
          Sets the "page number position" property of a DbSMSDiagram's instance.
 void setParentDiagram(DbSMSDiagram value)
          Sets the parent diagram object associated to a DbSMSDiagram's instance.
 void setPrintScale(java.lang.Integer value)
          Sets the "print scale" property of a DbSMSDiagram's instance.
 void setStyle(DbSMSStyle value)
          Sets the style object associated to a DbSMSDiagram's instance.
 
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, getMetaClass, getMinCard, getModificationTime, 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, setRelationNN, setRelationNN, setValidationStatus, toString, valuesAreEqual
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fName

public static final MetaField fName

fPageFormat

public static final MetaField fPageFormat

fPrintScale

public static final MetaField fPrintScale

fNbPages

public static final MetaField fNbPages

fPageNoPosition

public static final MetaField fPageNoPosition

fPageNoFont

public static final MetaField fPageNoFont

fStyle

public static final MetaRelation1 fStyle

fChildDiagrams

public static final MetaRelationN fChildDiagrams

fParentDiagram

public static final MetaRelation1 fParentDiagram

metaClass

public static final MetaClass metaClass
Constructor Detail

DbSMSDiagram

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


DbSMSDiagram

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

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

initMeta

public static void initMeta()
For internal use only.


findStyle

public abstract DbSMSStyle findStyle()
                              throws DbException
Returns:
style
Throws:
DbException

setName

public final void setName(java.lang.String value)
                   throws DbException
Sets the "name" property of a DbSMSDiagram's instance.

Overrides:
setName in class DbObject
Parameters:
value - the "name" property
Throws:
DbException

setPageFormat

public final void setPageFormat(java.awt.print.PageFormat value)
                         throws DbException
Sets the "page format" property of a DbSMSDiagram's instance.

Parameters:
value - the "page format" property
Throws:
DbException

setPrintScale

public final void setPrintScale(java.lang.Integer value)
                         throws DbException
Sets the "print scale" property of a DbSMSDiagram's instance.

Parameters:
value - the "print scale" property
Throws:
DbException

setNbPages

public final void setNbPages(java.awt.Dimension value)
                      throws DbException
Sets the "page count" property of a DbSMSDiagram's instance.

Parameters:
value - the "page count" property
Throws:
DbException

setPageNoPosition

public final void setPageNoPosition(PageNoPosition value)
                             throws DbException
Sets the "page number position" property of a DbSMSDiagram's instance.

Parameters:
value - the "page number position" property
Throws:
DbException

setPageNoFont

public final void setPageNoFont(java.awt.Font value)
                         throws DbException
Sets the "page number font" property of a DbSMSDiagram's instance.

Parameters:
value - the "page number font" property
Throws:
DbException

setStyle

public final void setStyle(DbSMSStyle value)
                    throws DbException
Sets the style object associated to a DbSMSDiagram's instance.

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

setParentDiagram

public final void setParentDiagram(DbSMSDiagram value)
                            throws DbException
Sets the parent diagram object associated to a DbSMSDiagram's instance.

Parameters:
value - the parent diagram object to be associated
Throws:
DbException

set

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

set

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

getName

public final java.lang.String getName()
                               throws DbException
Gets the "name" property of a DbSMSDiagram's instance.

Overrides:
getName in class DbObject
Returns:
the "name" property
Throws:
DbException

getPageFormat

public final java.awt.print.PageFormat getPageFormat()
                                              throws DbException
Gets the "page format" of a DbSMSDiagram's instance.

Returns:
the "page format"
Throws:
DbException

getPrintScale

public final java.lang.Integer getPrintScale()
                                      throws DbException
Gets the "print scale" property of a DbSMSDiagram's instance.

Returns:
the "print scale" property
Throws:
DbException

getNbPages

public final java.awt.Dimension getNbPages()
                                    throws DbException
Gets the "page count" of a DbSMSDiagram's instance.

Returns:
the "page count"
Throws:
DbException

getPageNoPosition

public final PageNoPosition getPageNoPosition()
                                       throws DbException
Gets the "page number position" of a DbSMSDiagram's instance.

Returns:
the "page number position"
Throws:
DbException

getPageNoFont

public final java.awt.Font getPageNoFont()
                                  throws DbException
Gets the "page number font" of a DbSMSDiagram's instance.

Returns:
the "page number font"
Throws:
DbException

getStyle

public final DbSMSStyle getStyle()
                          throws DbException
Gets the style object associated to a DbSMSDiagram's instance.

Returns:
the style object
Throws:
DbException

getChildDiagrams

public final DbRelationN getChildDiagrams()
                                   throws DbException
Gets the list of child diagrams associated to a DbSMSDiagram's instance.

Returns:
the list of child diagrams.
Throws:
DbException

getParentDiagram

public final DbSMSDiagram getParentDiagram()
                                    throws DbException
Gets the parent diagram object associated to a DbSMSDiagram's instance.

Returns:
the parent diagram object
Throws:
DbException


Open ModelSphere 2007. All Rights Reserved.