|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.BLNodeInformation
public class BLNodeInformation
The BLNodeInformation is the class which shows the basic information of JReport BusinessLogic objects including categories, dimensions, measures and detailinformations. BusinessLogic objects are also called Report Cube and Business Cube objects.
| Constructor Summary | |
|---|---|
BLNodeInformation(java.lang.String name,
java.lang.String displayName,
java.lang.String description,
int sqlType)
Constructor. |
|
BLNodeInformation(java.lang.String name,
java.lang.String displayName,
java.lang.String description,
int sqlType,
java.lang.String qualifiedDisplayName)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the description of the data element. |
java.lang.String |
getDisplayName()
Gets the display name of the data element. |
int |
getElementType()
Gets the element type of the data element. |
java.lang.String |
getHandle()
Gets the handle of the data element. |
java.lang.String |
getName()
Gets the name of the data element. |
java.lang.String |
getQualifiedDisplayName()
Gets the qualify display name of the data element. |
int |
getSqlType()
Gets the SQL type of the data element. |
boolean |
isFormula()
Gets whether the data element refers to a formula. |
void |
setDescription(java.lang.String description)
Sets the description of the data element. |
void |
setDisplayName(java.lang.String displayName)
Sets the display name of the data element. |
void |
setName(java.lang.String name)
Sets the name of the data element. |
void |
setSqlType(int sqlType)
Sets the SQL type of the data element. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BLNodeInformation(java.lang.String name,
java.lang.String displayName,
java.lang.String description,
int sqlType)
name - Name of BusinessLogic node.displayName - Display name of BusinessLogic node.description - Description of BusinessLogic node.sqlType - Java SQL type of BusinessLogic node.
public BLNodeInformation(java.lang.String name,
java.lang.String displayName,
java.lang.String description,
int sqlType,
java.lang.String qualifiedDisplayName)
| Method Detail |
|---|
public void setDisplayName(java.lang.String displayName)
displayName - Display name of BusinessLogic node.public java.lang.String getDisplayName()
public java.lang.String getQualifiedDisplayName()
public void setDescription(java.lang.String description)
description - Description of BusinessLogic node.public java.lang.String getDescription()
public void setName(java.lang.String name)
name - Name of the data element.public java.lang.String getName()
public int getSqlType()
public void setSqlType(int sqlType)
sqlType - SQL type of the data element.public int getElementType()
CatalogAPI.BUSINESSLOGIC_CATEGORY
CatalogAPI.BUSINESSLOGIC_DIMENSION
CatalogAPI.BUSINESSLOGIC_MEASURE
CatalogAPI.BUSINESSLOGIC_FILTER
CatalogAPI.BUSINESSLOGIC_DETAILINFO
CatalogAPI.BUSINESSVIEW_GROUP
CatalogAPI.BUSINESSVIEW_AGGREGATION
CatalogAPI.BUSINESSVIEW_DETAIL
public boolean isFormula()
true if the data element refers to a formula; otherwise returns false.public java.lang.String getHandle()
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 | ||||||||