org.modelsphere.sms.be.db
Class DbBEContextCell

java.lang.Object
  extended by PersistentObject
      extended by org.modelsphere.jack.baseDb.db.DbObject
          extended by org.modelsphere.sms.be.db.DbBEContextCell

public final class DbBEContextCell
extends DbObject

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


Nested Class Summary
 
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject
DbObject.ComponentIterator
 
Field Summary
static MetaRelationN fActorGos
           
static MetaField fBottomBorder
           
static MetaField fDescription
           
static MetaField fFont
           
static MetaField fHorizontalJustification
           
static MetaField fHorizontalJustification2
           
static MetaField fRightBorder
           
static MetaRelationN fStoreGos
           
static MetaRelationN fUsecaseGos
           
static MetaField fVerticalJustification
           
static MetaField fVerticalJustification2
           
static MetaField fX
           
static MetaField fXweight
           
static MetaField fY
           
static MetaField fYweight
           
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
DbBEContextCell()
          Parameter-less constructor.
DbBEContextCell(DbObject composite, int x, int y)
          Creates an instance of DbBEContextCell.
 
Method Summary
 DbRelationN getActorGos()
          Gets the list of actor graphical objects associated to a DbBEContextCell's instance.
 java.lang.Boolean getBottomBorder()
          Deprecated. use isBottomBorder() method instead
 java.lang.String getDescription()
          Gets the "description" property of a DbBEContextCell's instance.
 java.awt.Font getFont()
          Gets the "font" of a DbBEContextCell's instance.
 java.lang.Integer getHorizontalJustification()
          Gets the "horizontal alignment" property of a DbBEContextCell's instance.
 SMSHorizontalAlignment getHorizontalJustification2()
          Gets the "horizontal alignment" of a DbBEContextCell's instance.
 MetaClass getMetaClass()
           
 java.lang.Boolean getRightBorder()
          Deprecated. use isRightBorder() method instead
 DbRelationN getStoreGos()
          Gets the list of store graphical objects associated to a DbBEContextCell's instance.
 DbRelationN getUsecaseGos()
          Gets the list of process graphical objects associated to a DbBEContextCell's instance.
 java.lang.Integer getVerticalJustification()
          Gets the "vertical alignment" property of a DbBEContextCell's instance.
 SMSVerticalAlignment getVerticalJustification2()
          Gets the "vertical alignment" of a DbBEContextCell's instance.
 java.lang.Integer getX()
          Gets the "column" property of a DbBEContextCell's instance.
 java.lang.Double getXweight()
          Gets the "x weight" property of a DbBEContextCell's instance.
 java.lang.Integer getY()
          Gets the "row" property of a DbBEContextCell's instance.
 java.lang.Double getYweight()
          Gets the "y weight" property of a DbBEContextCell's instance.
static void initMeta()
          For internal use only.
 boolean isBottomBorder()
          Tells whether a DbBEContextCell's instance is bottomBorder or not.
 boolean isRightBorder()
          Tells whether a DbBEContextCell's instance is rightBorder or not.
 void set(MetaField metaField, java.lang.Object value)
           
 void set(MetaRelationN relation, DbObject neighbor, int op)
           
 void setBottomBorder(java.lang.Boolean value)
          Sets the "bottom border" property of a DbBEContextCell's instance.
 void setDescription(java.lang.String value)
          Sets the "description" property of a DbBEContextCell's instance.
 void setFont(java.awt.Font value)
          Sets the "font" property of a DbBEContextCell's instance.
 void setHorizontalJustification(java.lang.Integer value)
          Sets the "horizontal alignment" property of a DbBEContextCell's instance.
 void setHorizontalJustification2(SMSHorizontalAlignment value)
          Sets the "horizontal alignment" property of a DbBEContextCell's instance.
 void setRightBorder(java.lang.Boolean value)
          Sets the "right border" property of a DbBEContextCell's instance.
 void setVerticalJustification(java.lang.Integer value)
          Sets the "vertical alignment" property of a DbBEContextCell's instance.
 void setVerticalJustification2(SMSVerticalAlignment value)
          Sets the "vertical alignment" property of a DbBEContextCell's instance.
 void setX(java.lang.Integer value)
          Sets the "column" property of a DbBEContextCell's instance.
 void setXweight(java.lang.Double value)
          Sets the "x weight" property of a DbBEContextCell's instance.
 void setY(java.lang.Integer value)
          Sets the "row" property of a DbBEContextCell's instance.
 void setYweight(java.lang.Double value)
          Sets the "y weight" property of a DbBEContextCell'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, 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

fX

public static final MetaField fX

fY

public static final MetaField fY

fDescription

public static final MetaField fDescription

fFont

public static final MetaField fFont

fRightBorder

public static final MetaField fRightBorder

fBottomBorder

public static final MetaField fBottomBorder

fVerticalJustification2

public static final MetaField fVerticalJustification2

fHorizontalJustification2

public static final MetaField fHorizontalJustification2

fXweight

public static final MetaField fXweight

fYweight

public static final MetaField fYweight

fUsecaseGos

public static final MetaRelationN fUsecaseGos

fStoreGos

public static final MetaRelationN fStoreGos

fActorGos

public static final MetaRelationN fActorGos

fVerticalJustification

public static final MetaField fVerticalJustification

fHorizontalJustification

public static final MetaField fHorizontalJustification

metaClass

public static final MetaClass metaClass
Constructor Detail

DbBEContextCell

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


DbBEContextCell

public DbBEContextCell(DbObject composite,
                       int x,
                       int y)
                throws DbException
Creates an instance of DbBEContextCell.

Parameters:
composite - org.modelsphere.jack.baseDb.db.DbObject
x - int
y - int
Throws:
DbException
Method Detail

initMeta

public static void initMeta()
For internal use only.


setX

public final void setX(java.lang.Integer value)
                throws DbException
Sets the "column" property of a DbBEContextCell's instance.

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

setY

public final void setY(java.lang.Integer value)
                throws DbException
Sets the "row" property of a DbBEContextCell's instance.

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

setDescription

public final void setDescription(java.lang.String value)
                          throws DbException
Sets the "description" property of a DbBEContextCell's instance.

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

setFont

public final void setFont(java.awt.Font value)
                   throws DbException
Sets the "font" property of a DbBEContextCell's instance.

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

setRightBorder

public final void setRightBorder(java.lang.Boolean value)
                          throws DbException
Sets the "right border" property of a DbBEContextCell's instance.

Parameters:
value - the "right border" property
Throws:
DbException

setBottomBorder

public final void setBottomBorder(java.lang.Boolean value)
                           throws DbException
Sets the "bottom border" property of a DbBEContextCell's instance.

Parameters:
value - the "bottom border" property
Throws:
DbException

setVerticalJustification2

public final void setVerticalJustification2(SMSVerticalAlignment value)
                                     throws DbException
Sets the "vertical alignment" property of a DbBEContextCell's instance.

Parameters:
value - the "vertical alignment" property
Throws:
DbException

setHorizontalJustification2

public final void setHorizontalJustification2(SMSHorizontalAlignment value)
                                       throws DbException
Sets the "horizontal alignment" property of a DbBEContextCell's instance.

Parameters:
value - the "horizontal alignment" property
Throws:
DbException

setXweight

public final void setXweight(java.lang.Double value)
                      throws DbException
Sets the "x weight" property of a DbBEContextCell's instance.

Parameters:
value - the "x weight" property
Throws:
DbException

setYweight

public final void setYweight(java.lang.Double value)
                      throws DbException
Sets the "y weight" property of a DbBEContextCell's instance.

Parameters:
value - the "y weight" property
Throws:
DbException

setVerticalJustification

public final void setVerticalJustification(java.lang.Integer value)
                                    throws DbException
Sets the "vertical alignment" property of a DbBEContextCell's instance.

Parameters:
value - the "vertical alignment" property
Throws:
DbException

setHorizontalJustification

public final void setHorizontalJustification(java.lang.Integer value)
                                      throws DbException
Sets the "horizontal alignment" property of a DbBEContextCell's instance.

Parameters:
value - the "horizontal alignment" property
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

getX

public final java.lang.Integer getX()
                             throws DbException
Gets the "column" property of a DbBEContextCell's instance.

Returns:
the "column" property
Throws:
DbException

getY

public final java.lang.Integer getY()
                             throws DbException
Gets the "row" property of a DbBEContextCell's instance.

Returns:
the "row" property
Throws:
DbException

getDescription

public final java.lang.String getDescription()
                                      throws DbException
Gets the "description" property of a DbBEContextCell's instance.

Returns:
the "description" property
Throws:
DbException

getFont

public final java.awt.Font getFont()
                            throws DbException
Gets the "font" of a DbBEContextCell's instance.

Returns:
the "font"
Throws:
DbException

getRightBorder

public final java.lang.Boolean getRightBorder()
                                       throws DbException
Deprecated. use isRightBorder() method instead

Gets the "right border" property's Boolean value of a DbBEContextCell's instance.

Returns:
the "right border" property's Boolean value
Throws:
DbException

isRightBorder

public final boolean isRightBorder()
                            throws DbException
Tells whether a DbBEContextCell's instance is rightBorder or not.

Returns:
boolean
Throws:
DbException

getBottomBorder

public final java.lang.Boolean getBottomBorder()
                                        throws DbException
Deprecated. use isBottomBorder() method instead

Gets the "bottom border" property's Boolean value of a DbBEContextCell's instance.

Returns:
the "bottom border" property's Boolean value
Throws:
DbException

isBottomBorder

public final boolean isBottomBorder()
                             throws DbException
Tells whether a DbBEContextCell's instance is bottomBorder or not.

Returns:
boolean
Throws:
DbException

getVerticalJustification2

public final SMSVerticalAlignment getVerticalJustification2()
                                                     throws DbException
Gets the "vertical alignment" of a DbBEContextCell's instance.

Returns:
the "vertical alignment"
Throws:
DbException

getHorizontalJustification2

public final SMSHorizontalAlignment getHorizontalJustification2()
                                                         throws DbException
Gets the "horizontal alignment" of a DbBEContextCell's instance.

Returns:
the "horizontal alignment"
Throws:
DbException

getXweight

public final java.lang.Double getXweight()
                                  throws DbException
Gets the "x weight" property of a DbBEContextCell's instance.

Returns:
the "x weight" property
Throws:
DbException

getYweight

public final java.lang.Double getYweight()
                                  throws DbException
Gets the "y weight" property of a DbBEContextCell's instance.

Returns:
the "y weight" property
Throws:
DbException

getUsecaseGos

public final DbRelationN getUsecaseGos()
                                throws DbException
Gets the list of process graphical objects associated to a DbBEContextCell's instance.

Returns:
the list of process graphical objects.
Throws:
DbException

getStoreGos

public final DbRelationN getStoreGos()
                              throws DbException
Gets the list of store graphical objects associated to a DbBEContextCell's instance.

Returns:
the list of store graphical objects.
Throws:
DbException

getActorGos

public final DbRelationN getActorGos()
                              throws DbException
Gets the list of actor graphical objects associated to a DbBEContextCell's instance.

Returns:
the list of actor graphical objects.
Throws:
DbException

getVerticalJustification

public final java.lang.Integer getVerticalJustification()
                                                 throws DbException
Gets the "vertical alignment" property of a DbBEContextCell's instance.

Returns:
the "vertical alignment" property
Throws:
DbException

getHorizontalJustification

public final java.lang.Integer getHorizontalJustification()
                                                   throws DbException
Gets the "horizontal alignment" property of a DbBEContextCell's instance.

Returns:
the "horizontal alignment" property
Throws:
DbException

getMetaClass

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


Open ModelSphere 2007. All Rights Reserved.