FreeHEP API
Version current

hep.graphics.heprep.corbavalue
Class HepRepTreeIDAdapter

java.lang.Object
  extended byhep.graphics.heprep.corbavalue.HepRepTreeIDAdapter
All Implemented Interfaces:
HepRepTreeID
Direct Known Subclasses:
HepRepInstanceTreeAdapter, HepRepTypeTreeAdapter

public class HepRepTreeIDAdapter
extends Object
implements HepRepTreeID

Version:
$Id: HepRepTreeIDAdapter.java,v 1.8 2003/12/04 23:25:42 duns Exp $
Author:
Mark Donszelmann
Source Code:
HepRepTreeIDAdapter.java

Field Summary
static String cvsId
           
 
Constructor Summary
HepRepTreeIDAdapter(HepRepTreeID hepRepTreeID)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
          Returns the name of this treeID.
 String getQualifier()
          Returns the qualifier that qualifies the relation that this treeID has with what it refers to.
 String getVersion()
          Returns the version of this treeID.
 int hashCode()
           
 void setQualifier(String qualifier)
          Sets the qualifier that qualifies the relation that this treeID has with what it refers to.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cvsId

public static final String cvsId
See Also:
Constant Field Values
Constructor Detail

HepRepTreeIDAdapter

public HepRepTreeIDAdapter(HepRepTreeID hepRepTreeID)
Method Detail

getQualifier

public String getQualifier()
Description copied from interface: HepRepTreeID
Returns the qualifier that qualifies the relation that this treeID has with what it refers to.

Specified by:
getQualifier in interface HepRepTreeID
Returns:
qualifier.

setQualifier

public void setQualifier(String qualifier)
Description copied from interface: HepRepTreeID
Sets the qualifier that qualifies the relation that this treeID has with what it refers to.

Specified by:
setQualifier in interface HepRepTreeID
Parameters:
qualifier - to be set.

getName

public String getName()
Description copied from interface: HepRepTreeID
Returns the name of this treeID.

Specified by:
getName in interface HepRepTreeID
Returns:
name of treeID.

getVersion

public String getVersion()
Description copied from interface: HepRepTreeID
Returns the version of this treeID.

Specified by:
getVersion in interface HepRepTreeID
Returns:
version of treeID.

equals

public boolean equals(Object o)

hashCode

public int hashCode()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.