|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjet.webreport.beans.FlyMeasure
public class FlyMeasure
FlyMeasure describes a dynamic measure used in Page Reports.
This class does not support Web Reports (.wls) and Library Components (.lc).
FlyMeasure are user defined measures created by the end user on the Server.
A FlyMeasure can use any of the Detail Items in the Report Cube or Business Cube.
Constructor Summary | |
---|---|
FlyMeasure(java.lang.String basedResource,
java.lang.String displayName,
java.lang.String function)
Creates a new FlyMeasure instance
by the specified resource name, display name and function. |
Method Summary | |
---|---|
java.lang.String |
getBasedResource()
Returns the base resource of the dynamic measure. |
java.lang.String |
getDataType()
Returns the data type of the dynamic measure. |
java.lang.String |
getDisplayName()
Returns the display name of the dynamic measure. |
java.lang.String |
getFunction()
Returns the function of the dynamic measure. |
NameInfo |
getNameInfo()
Returns the name information of the dynamic measure. |
void |
setBasedResource(java.lang.String basedResource)
|
void |
setDataType(java.lang.String dataType)
|
void |
setDisplayName(java.lang.String displayName)
|
void |
setFunction(java.lang.String function)
|
void |
setNameInfo(NameInfo nameInfo)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlyMeasure(java.lang.String basedResource, java.lang.String displayName, java.lang.String function)
FlyMeasure
instance
by the specified resource name, display name and function.
basedResource
- the resource name.displayName
- the display name.function
- the function.Method Detail |
---|
public java.lang.String getDataType()
public void setDataType(java.lang.String dataType)
public NameInfo getNameInfo()
NameInfo
.public void setNameInfo(NameInfo nameInfo)
public java.lang.String getBasedResource()
public void setBasedResource(java.lang.String basedResource)
public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
public java.lang.String getFunction()
public void setFunction(java.lang.String function)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |