|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.BLMeasureInfo
public class BLMeasureInfo
Copyright (c) 1998, Jinfonet Software, Inc. All rights reserved.
| Constructor Summary | |
|---|---|
BLMeasureInfo(java.lang.String refMappingName,
java.lang.String name)
Constructor.Creates a JReport BusinessLogic Measure |
|
| Method Summary | |
|---|---|
void |
addDetailInfo(BLDetailInfo info)
Adds a JReport BusinessLogic Detail definition into Measure |
java.lang.String |
getDescription()
Gets description of Measure |
BLDetailInfo[] |
getDetailInfos()
Gets Detail definitions of Measure |
java.lang.String |
getDisplayName()
Gets display name of Measure |
java.lang.String |
getName()
Gets name of Measure |
java.lang.String |
getPrompt()
Gets prompt text of Measure |
java.lang.String |
getRefMappingName()
Gets refered resource name of Measure |
void |
setDescription(java.lang.String description)
Sets description of Measure |
void |
setDisplayName(java.lang.String displayName)
Sets display name of Measure |
void |
setName(java.lang.String name)
Sets name of Measure |
void |
setPrompt(java.lang.String prompt)
Sets prompt text of Measure |
void |
setRefMappingName(java.lang.String mappingName)
Sets refered resource name of Measure |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BLMeasureInfo(java.lang.String refMappingName,
java.lang.String name)
name - Indicates Measure name.refMappingName - Indicates field resouece name refered by Measure| Method Detail |
|---|
public void setDisplayName(java.lang.String displayName)
displayname - the display name of Measure.public java.lang.String getDisplayName()
public void setDescription(java.lang.String description)
description - the description of Measure.public java.lang.String getDescription()
public void setPrompt(java.lang.String prompt)
prompt - the prompt text of Measure.public java.lang.String getPrompt()
public void setName(java.lang.String name)
name - the name of Measure.public java.lang.String getName()
public void setRefMappingName(java.lang.String mappingName)
mappingName - the refered resource name of Measure.public java.lang.String getRefMappingName()
public BLDetailInfo[] getDetailInfos()
public void addDetailInfo(BLDetailInfo info)
detailInfo - the Detail definition that will be created in Measure.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||