org.modelsphere.sms.oo.java.db
Class DbJVImport

java.lang.Object
  extended by PersistentObject
      extended by org.modelsphere.jack.baseDb.db.DbObject
          extended by org.modelsphere.sms.oo.java.db.DbJVImport

public final class DbJVImport
extends DbObject

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


Nested Class Summary
 
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject
DbObject.ComponentIterator
 
Field Summary
static MetaField fAll
           
static MetaChoice fImportedObject
           
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
DbJVImport()
          Parameter-less constructor.
DbJVImport(DbJVCompilationUnit composite, DbSMSSemanticalObject semObj, java.lang.Boolean all)
          Creates an instance of DbJVImport.
 
Method Summary
 java.lang.Boolean getAll()
          Deprecated. use isAll() method instead
protected  int getFeatureSet()
           
 DbSMSSemanticalObject getImportedObject()
          Gets the imported object object associated to a DbJVImport's instance.
 MetaClass getMetaClass()
           
 java.lang.String getName()
           
 java.lang.String getSemanticalName(int form)
           
static void initMeta()
          For internal use only.
 boolean isAll()
          Tells whether a DbJVImport's instance is all or not.
 void set(MetaField metaField, java.lang.Object value)
           
 void set(MetaRelationN relation, DbObject neighbor, int op)
           
 void setAll(java.lang.Boolean value)
           
 void setImportedObject(DbSMSSemanticalObject value)
          Sets the imported object object associated to a DbJVImport'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, getNbNeighbors, getNextTs, getOld, getProject, getSemanticalIcon, 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

fImportedObject

public static final MetaChoice fImportedObject

fAll

public static final MetaField fAll

metaClass

public static final MetaClass metaClass
Constructor Detail

DbJVImport

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


DbJVImport

public DbJVImport(DbJVCompilationUnit composite,
                  DbSMSSemanticalObject semObj,
                  java.lang.Boolean all)
           throws DbException
Creates an instance of DbJVImport.

Parameters:
composite - org.modelsphere.sms.oo.java.db.DbJVCompilationUnit
semobj - org.modelsphere.sms.db.DbSMSSemanticalObject
all - java.lang.Boolean
Throws:
DbException
Method Detail

initMeta

public static void initMeta()
For internal use only.


getName

public final java.lang.String getName()
                               throws DbException
Overrides:
getName in class DbObject
Returns:
string
Throws:
DbException

setAll

public final void setAll(java.lang.Boolean value)
                  throws DbException
Parameters:
value - java.lang.Boolean
Throws:
DbException

getSemanticalName

public final java.lang.String getSemanticalName(int form)
                                         throws DbException
Overrides:
getSemanticalName in class DbObject
Parameters:
form - int
Returns:
string
Throws:
DbException

getFeatureSet

protected final int getFeatureSet()
Returns:
int

setImportedObject

public final void setImportedObject(DbSMSSemanticalObject value)
                             throws DbException
Sets the imported object object associated to a DbJVImport's instance.

Parameters:
value - the imported object 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

getImportedObject

public final DbSMSSemanticalObject getImportedObject()
                                              throws DbException
Gets the imported object object associated to a DbJVImport's instance.

Returns:
the imported object object
Throws:
DbException

getAll

public final java.lang.Boolean getAll()
                               throws DbException
Deprecated. use isAll() method instead

Gets the "*" property's Boolean value of a DbJVImport's instance.

Returns:
the "*" property's Boolean value
Throws:
DbException

isAll

public final boolean isAll()
                    throws DbException
Tells whether a DbJVImport's instance is all or not.

Returns:
boolean
Throws:
DbException

getMetaClass

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


Open ModelSphere 2007. All Rights Reserved.