|
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.table.AbstractTableObject
public abstract class AbstractTableObject
AbstractTableObject is the base abstract class for all table metadata olap objects.
Field Summary | |
---|---|
protected String |
caption
the object's default caption |
protected String |
description
the object's default description |
protected String |
id
the object's id |
protected String |
name
the object's name |
Constructor Summary | |
---|---|
protected |
AbstractTableObject(String name)
Constructs a AbstractTableObject. |
protected |
AbstractTableObject(String name,
String id)
Constructs a AbstractTableObject. |
protected |
AbstractTableObject(String name,
String id,
String caption)
Constructs a AbstractTableObject. |
protected |
AbstractTableObject(String name,
String id,
String caption,
String description)
Constructs a AbstractTableObject. |
Method Summary | |
---|---|
String |
getCaption()
Retrieves the caption of the olap object. |
String |
getCaption(Locale locale)
Returns a caption with a given locale. |
String |
getDescription()
Retrieves the description of the olap object. |
String |
getDescription(Locale locale)
Returns a description with a given locale. |
String |
getID()
Retrieves the id of the olap object. |
String |
getName()
Retrieves the name of the olap object. |
void |
setCaption(Locale locale,
String caption)
Assigns the caption for the given locale. |
void |
setCaption(String caption)
Assigns the default caption. |
void |
setDescription(Locale locale,
String description)
Assigns the description for the given locale. |
void |
setDescription(String description)
Assigns the default description. |
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 AbstractTableObject(String name)
protected AbstractTableObject(String name, String id)
protected AbstractTableObject(String name, String id, String caption)
protected AbstractTableObject(String name, String id, String caption, String description)
Method Detail |
---|
public String getCaption()
getCaption
in interface OlapObject
public String getCaption(Locale locale)
locale
- the locale for which a caption is returned
public String getDescription()
getDescription
in interface OlapObject
public String getDescription(Locale locale)
locale
- the locale for which a description is returned
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 setCaption(Locale locale, String caption)
locale
- the locale for which a caption is assignedcaption
- the caption to assignpublic void setDescription(String description)
description
- the description to assignpublic void setDescription(Locale locale, String description)
locale
- the locale for which a description is assigneddescription
- the description 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 |