|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.qbe.model.structure.DataMartModelStructure
public class DataMartModelStructure
The Class DataMartModelStructure.
Constructor Summary | |
---|---|
DataMartModelStructure()
Instantiates a new data mart model structure. |
Method Summary | |
---|---|
void |
addEntity(DataMartEntity entity)
Adds the entity. |
void |
addField(DataMartField field)
Adds the field. |
DataMartEntity |
addRootEntity(java.lang.String name,
java.lang.String path,
java.lang.String role,
java.lang.String type)
Adds the root entity. |
DataMartEntity |
getEntity(java.lang.String entityUniqueName)
Gets the entity. |
DataMartField |
getField(java.lang.String fieldUniqueName)
Gets the field. |
long |
getNextId()
Gets the next id. |
java.util.List |
getRootEntities(java.lang.String datamartName)
Gets the root entities. |
DataMartEntity |
getRootEntity(java.lang.String entityName)
Gets the root entity. |
java.util.Iterator |
getRootEntityIterator(java.lang.String datamartName)
Gets the root entity iterator. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DataMartModelStructure()
Method Detail |
---|
public DataMartEntity addRootEntity(java.lang.String name, java.lang.String path, java.lang.String role, java.lang.String type)
name
- the namepath
- the pathrole
- the roletype
- the type
public DataMartEntity getRootEntity(java.lang.String entityName)
entityName
- the entity name
public java.util.Iterator getRootEntityIterator(java.lang.String datamartName)
datamartName
- the datamart name
public java.util.List getRootEntities(java.lang.String datamartName)
datamartName
- the datamart name
public void addEntity(DataMartEntity entity)
entity
- the entitypublic DataMartEntity getEntity(java.lang.String entityUniqueName)
entityUniqueName
- the entity unique name
public void addField(DataMartField field)
field
- the fieldpublic DataMartField getField(java.lang.String fieldUniqueName)
fieldUniqueName
- the field unique name
public long getNextId()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |