jet.api
Class BVDetailInfo

java.lang.Object
  extended by jet.api.BLDetailInfo
      extended by jet.api.BVDetailInfo

public class BVDetailInfo
extends BLDetailInfo

The BVDetailInfo defines the Detail object of JReport Business View. Detail 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. Detail objects can not be used in crosstabs and charts and can not be used for grouping in tables.


Constructor Summary
BVDetailInfo(java.lang.String refMappingName, java.lang.String name)
          Constructor.
 
Method Summary
 
Methods inherited from class jet.api.BLDetailInfo
getDescription, getDisplayName, getName, getPrompt, getRefMappingName, setDescription, setDisplayName, setName, setPrompt, setRefMappingName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BVDetailInfo

public BVDetailInfo(java.lang.String refMappingName,
                    java.lang.String name)
Constructor. Creates a JReport Business View Detail.

Parameters:
name - Indicates the Detail name.
refMappingName - Indicates the field resource name referred by the Detail.