|
||||||||||
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.DbSMSNotation
public abstract class DbSMSNotation
Direct subclass(es)/subinterface(s) : DbORNotation, DbBENotation.
Composites : DbSMSProject.
Components : none.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static int |
BE_MODE
|
static int |
ER_MODE
|
static MetaRelation1 |
fDefaultStyle
|
static MetaField |
fMasterNotationID
|
static MetaField |
fName
|
static MetaField |
fNotationID
|
static MetaField |
fNotationMode
|
static MetaClass |
metaClass
|
static int |
OR_MODE
|
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 | |
---|---|
DbSMSNotation()
Parameter-less constructor. |
|
DbSMSNotation(DbObject composite)
Creates an instance of DbSMSNotation. |
Method Summary | |
---|---|
DbSMSStyle |
getDefaultStyle()
Gets the default style object associated to a DbSMSNotation's instance. |
java.lang.Integer |
getMasterNotationID()
Gets the "master notation id" property of a DbSMSNotation's instance. |
java.lang.String |
getName()
Gets the "name" property of a DbSMSNotation's instance. |
java.lang.Integer |
getNotationID()
Gets the "notation id" property of a DbSMSNotation's instance. |
java.lang.Integer |
getNotationMode()
Gets the "notation mode" property of a DbSMSNotation's instance. |
static void |
initMeta()
For internal use only. |
boolean |
matches(DbObject dbo)
|
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setDefaultStyle(DbSMSStyle value)
Sets the default style object associated to a DbSMSNotation's instance. |
void |
setMasterNotationID(java.lang.Integer value)
Sets the "master notation id" property of a DbSMSNotation's instance. |
void |
setName(java.lang.String value)
Sets the "name" property of a DbSMSNotation's instance. |
void |
setNotationID(java.lang.Integer value)
Sets the "notation id" property of a DbSMSNotation's instance. |
void |
setNotationMode(java.lang.Integer value)
Sets the "notation mode" property of a DbSMSNotation'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 MetaRelation1 fDefaultStyle
public static final MetaField fNotationID
public static final MetaField fNotationMode
public static final MetaField fMasterNotationID
public static final MetaClass metaClass
public static final int ER_MODE
public static final int OR_MODE
public static final int BE_MODE
Constructor Detail |
---|
public DbSMSNotation()
public DbSMSNotation(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public boolean matches(DbObject dbo) throws DbException
matches
in class DbObject
dbo
- org.modelsphere.jack.baseDb.db.DbObject
DbException
public final void setName(java.lang.String value) throws DbException
setName
in class DbObject
value
- the "name" property
DbException
public final void setDefaultStyle(DbSMSStyle value) throws DbException
value
- the default style object to be associated
DbException
public final void setNotationID(java.lang.Integer value) throws DbException
value
- the "notation id" property
DbException
public final void setNotationMode(java.lang.Integer value) throws DbException
value
- the "notation mode" property
DbException
public final void setMasterNotationID(java.lang.Integer value) throws DbException
value
- the "master notation id" property
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 DbSMSStyle getDefaultStyle() throws DbException
DbException
public final java.lang.Integer getNotationID() throws DbException
DbException
public final java.lang.Integer getNotationMode() throws DbException
DbException
public final java.lang.Integer getMasterNotationID() throws DbException
DbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |