|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPersistentObject
org.modelsphere.jack.baseDb.db.DbObject
org.modelsphere.sms.db.DbSMSDiagram
public abstract class DbSMSDiagram
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MetaField fName
public static final MetaField fPageFormat
public static final MetaField fPrintScale
public static final MetaField fNbPages
public static final MetaField fPageNoPosition
public static final MetaField fPageNoFont
public static final MetaRelation1 fStyle
public static final MetaRelationN fChildDiagrams
public static final MetaRelation1 fParentDiagram
public static final MetaClass metaClass
Constructor Detail |
---|
public DbSMSDiagram()
public DbSMSDiagram(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public abstract DbSMSStyle findStyle() throws DbException
DbException
public final void setName(java.lang.String value) throws DbException
setName
in class DbObject
value
- the "name" property
DbException
public final void setPageFormat(java.awt.print.PageFormat value) throws DbException
value
- the "page format" property
DbException
public final void setPrintScale(java.lang.Integer value) throws DbException
value
- the "print scale" property
DbException
public final void setNbPages(java.awt.Dimension value) throws DbException
value
- the "page count" property
DbException
public final void setPageNoPosition(PageNoPosition value) throws DbException
value
- the "page number position" property
DbException
public final void setPageNoFont(java.awt.Font value) throws DbException
value
- the "page number font" property
DbException
public final void setStyle(DbSMSStyle value) throws DbException
value
- the style object to be associated
DbException
public final void setParentDiagram(DbSMSDiagram value) throws DbException
value
- the parent diagram object to be associated
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbObject
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbObject
DbException
public final java.lang.String getName() throws DbException
getName
in class DbObject
DbException
public final java.awt.print.PageFormat getPageFormat() throws DbException
DbException
public final java.lang.Integer getPrintScale() throws DbException
DbException
public final java.awt.Dimension getNbPages() throws DbException
DbException
public final PageNoPosition getPageNoPosition() throws DbException
DbException
public final java.awt.Font getPageNoFont() throws DbException
DbException
public final DbSMSStyle getStyle() throws DbException
DbException
public final DbRelationN getChildDiagrams() throws DbException
DbException
public final DbSMSDiagram getParentDiagram() throws DbException
DbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |