com.java4less.rreport
Class RObjectInstance

java.lang.Object
  |
  +--com.java4less.rreport.RObjectInstance

public class RObjectInstance
extends java.lang.Object

Object printed in a page. It contains the object to be printed (RObject) and the runtime value. This class is instanciated at runtime by RReport only.


Field Summary
 boolean visible
           
 
Method Summary
 RArea getArea()
          get RArea where the object is located
 long getAreaRepetitionId()
          get repetition id of the area where this instance is printed
 RObject getRObject()
          get RObject
 java.lang.Object getValue()
          get value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

visible

public boolean visible
Method Detail

getValue

public java.lang.Object getValue()
get value

getRObject

public RObject getRObject()
get RObject

getAreaRepetitionId

public long getAreaRepetitionId()
get repetition id of the area where this instance is printed

getArea

public RArea getArea()
get RArea where the object is located