|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.BLCategoryInfo
public class BLCategoryInfo
Copyright (c) 1998, Jinfonet Software, Inc. All rights reserved.
| Constructor Summary | |
|---|---|
BLCategoryInfo(java.lang.String name)
Constructor.Creates a JReport BusinessLogic Category |
|
| Method Summary | |
|---|---|
void |
addCategory(BLCategoryInfo categoryInfo)
Adds a JReport BusinessLogic Category definition into category |
void |
addDetailInformation(BLDetailInfo detailInfo)
Adds a JReport BusinessLogic Detail definition into category |
void |
addDimension(BLDimensionInfo dimensionInfo)
Adds a JReport BusinessLogic Dimension into category |
void |
addMeasure(BLMeasureInfo measureInfo)
Adds a JReport BusinessLogic Measure definition into category |
BLCategoryInfo[] |
getCategories()
Gets Category definitions of Category |
java.lang.String |
getDescription()
Gets description of category |
BLDetailInfo[] |
getDetailInfos()
Gets Detail definitions of Category |
BLDimensionInfo[] |
getDimensions()
Gets Dimension definitions of Category |
java.lang.String |
getDisplayName()
Gets display name of category |
BLMeasureInfo[] |
getMeasures()
Gets Measure definitions of Category |
java.lang.String |
getName()
Gets name of category |
void |
setDescription(java.lang.String description)
Sets description of category |
void |
setDisplayName(java.lang.String displayName)
Sets display name of category |
void |
setName(java.lang.String name)
Sets name of category |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BLCategoryInfo(java.lang.String name)
name - Indicates category name.| Method Detail |
|---|
public void setDescription(java.lang.String description)
description - the description of category.public java.lang.String getDescription()
public void setName(java.lang.String name)
name - the name of category.public java.lang.String getName()
public void setDisplayName(java.lang.String displayName)
displayname - the display name of category.public java.lang.String getDisplayName()
public void addDimension(BLDimensionInfo dimensionInfo)
dimensionInfo - the dimension definition that will be created in category.public BLDimensionInfo[] getDimensions()
public void addMeasure(BLMeasureInfo measureInfo)
measureInfo - the Measure definition that will be created in category.public BLMeasureInfo[] getMeasures()
public void addDetailInformation(BLDetailInfo detailInfo)
detailInfo - the Detail definition that will be created in category.public BLDetailInfo[] getDetailInfos()
public void addCategory(BLCategoryInfo categoryInfo)
detailInfo - the Category definition that will be created in category.public BLCategoryInfo[] getCategories()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||