public class BLDetailInfo
extends java.lang.Object
Detail information object of Logi Report BusinessLogic.
The BusinessLogic of Logi Report is also called Business cube or Report cube.
Detail information objects provide additional information. It can be bound to a database field, group object, aggregation object or category/subcategory. Detail objects are used for displaying detailed field values such as address and phone number for a customer in a table or banded object. Detail objects cannot be used in crosstabs and charts.
| Constructor and Description |
|---|
BLDetailInfo(java.lang.String refMappingName,
java.lang.String name)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the description of Detail
|
java.lang.String |
getDisplayName()
Gets the display name of Detail.
|
java.lang.String |
getName()
Gets the name of Detail.
|
java.lang.String |
getPrompt()
Gets the prompt text of Detail.
|
java.lang.String |
getRefMappingName()
Gets the referred resource name of Detail.
|
void |
setDescription(java.lang.String description)
Sets the description of Detail.
|
void |
setDisplayName(java.lang.String displayName)
Sets the display name of Detail.
|
void |
setName(java.lang.String name)
Sets the name of Detail.
|
void |
setPrompt(java.lang.String prompt)
Sets the prompt text of Detail.
|
void |
setRefMappingName(java.lang.String mappingName)
Sets the referred resource name of Detail.
|
public BLDetailInfo(java.lang.String refMappingName,
java.lang.String name)
name - Indicates Detail name.refMappingName - Indicates field resource(mapping) name referred by Detail.public void setDescription(java.lang.String description)
description - The description of Detail.public java.lang.String getDescription()
public void setPrompt(java.lang.String prompt)
prompt - The prompt text of Detail.public java.lang.String getPrompt()
public void setName(java.lang.String name)
name - The name of Detail.public java.lang.String getName()
public void setDisplayName(java.lang.String displayName)
displayName - The display name of Detail.public java.lang.String getDisplayName()
public void setRefMappingName(java.lang.String mappingName)
mappingName - The referred resource name of Detail.public java.lang.String getRefMappingName()