|
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
public abstract class AbstractOlapObject
AbstractOlapObject is the base abstract class for all modifiable metadata olap objects.
Field Summary | |
---|---|
protected String |
caption
the object's caption |
protected String |
description
the object's description |
protected String |
id
the object's id |
protected String |
name
the object's name |
Constructor Summary | |
---|---|
protected |
AbstractOlapObject(String name)
Constructs an AbstractOlapObject. |
protected |
AbstractOlapObject(String name,
String id)
Constructs an AbstractOlapObject. |
protected |
AbstractOlapObject(String name,
String id,
String caption)
Constructs an AbstractOlapObject. |
protected |
AbstractOlapObject(String name,
String id,
String caption,
String description)
Constructs an AbstractOlapObject. |
Method Summary | |
---|---|
String |
getCaption()
Retrieves the caption of the olap object. |
String |
getDescription()
Retrieves the description of the olap object. |
String |
getID()
Retrieves the id of the olap object. |
String |
getName()
Retrieves the name of the olap object. |
void |
setCaption(String caption)
Assigns the caption. |
void |
setDescription(String description)
Assigns the description. |
void |
setID(String id)
Assigns the object's id. |
void |
setName(String name)
Assigns the object's name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String name
protected String id
protected String description
protected String caption
Constructor Detail |
---|
protected AbstractOlapObject(String name)
protected AbstractOlapObject(String name, String id)
protected AbstractOlapObject(String name, String id, String caption)
protected AbstractOlapObject(String name, String id, String caption, String description)
Method Detail |
---|
public String getCaption()
getCaption
in interface OlapObject
public String getDescription()
getDescription
in interface OlapObject
public String getID()
getID
in interface OlapObject
public String getName()
getName
in interface OlapObject
public void setCaption(String caption)
caption
- the caption to assignpublic void setDescription(String description)
description
- the description to assignpublic void setID(String id)
id
- the id to assignpublic void setName(String name)
name
- the name 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 |