com.java4less.rreport
Class RAreaInstance

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

public class RAreaInstance
extends java.lang.Object

this class contains a the set of RObjectIntances of an area instance


Field Summary
 long repetitionId
          are repetition Id
 
Constructor Summary
RAreaInstance(long repId)
           
 
Method Summary
 void addObjectInstance(RObjectInstance obj)
          add object intance
 RObjectInstance getObjectInstance(java.lang.String name)
          get Object Instance by name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repetitionId

public long repetitionId
are repetition Id
Constructor Detail

RAreaInstance

public RAreaInstance(long repId)
Method Detail

addObjectInstance

public void addObjectInstance(RObjectInstance obj)
add object intance

getObjectInstance

public RObjectInstance getObjectInstance(java.lang.String name)
get Object Instance by name