org.eclipse.birt.report.engine.api
Class ComponentID

java.lang.Object
  extended by org.eclipse.birt.report.engine.api.ComponentID

public class ComponentID
extends java.lang.Object

a class that wraps around an identifier for a report component


Field Summary
protected  long componentID
           
 
Constructor Summary
ComponentID()
           
 
Method Summary
 long getID()
          Get an identifier for a report component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

componentID

protected long componentID
Constructor Detail

ComponentID

public ComponentID()
Method Detail

getID

public long getID()
Get an identifier for a report component.

Returns:
componentID


Copyright © 2008 Actuate Corp. All rights reserved.