|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.citra.pivot.olap.metadata.impl.AbstractOlapObject
com.citra.pivot.olap.metadata.impl.OlapSchemaImpl
public class OlapSchemaImpl
OlapSchemaImpl is a modifiable OlapSchema implementation.
Field Summary | |
---|---|
protected CubeList |
cubes
the list of cubes |
protected DimensionList |
dimensions
the list of dimensions |
Fields inherited from class com.citra.pivot.olap.metadata.impl.AbstractOlapObject |
---|
caption, description, id, name |
Constructor Summary | |
---|---|
OlapSchemaImpl(String name,
String id,
String caption)
Constructs an OlapSchemaImpl. |
Method Summary | |
---|---|
CubeList |
getCubes()
Retrieves the olap cubes the schema contains. |
DimensionList |
getDimensions()
Retrieves the shared olap dimensions that the schema contains. |
void |
setCubes(List cubes)
Assigns a list of cubes to the schema. |
void |
setDimensions(List dimensions)
Assigns a list of dimensions to the schema. |
Methods inherited from class com.citra.pivot.olap.metadata.impl.AbstractOlapObject |
---|
getCaption, getDescription, getID, getName, setCaption, setDescription, setID, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.citra.pivot.olap.metadata.OlapObject |
---|
getCaption, getDescription, getID, getName |
Field Detail |
---|
protected DimensionList dimensions
protected CubeList cubes
Constructor Detail |
---|
public OlapSchemaImpl(String name, String id, String caption)
Method Detail |
---|
public CubeList getCubes()
getCubes
in interface OlapSchema
public DimensionList getDimensions()
getDimensions
in interface OlapSchema
public void setCubes(List cubes)
cubes
- the cubes to assignpublic void setDimensions(List dimensions)
dimensions
- the dimensions to assign
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |