com.softwareag.centrasite.appl.framework.data
Class CSAppAssociationTypeRef

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.data.CSAppAssociationTypeRef

public class CSAppAssociationTypeRef
extends java.lang.Object

An instance of this class references an association type in the JAXR registry. Basically, it is a namespace/localName pair, which is used for looking up the actual object types in the registry.


Constructor Summary
CSAppAssociationTypeRef(javax.xml.namespace.QName pQName)
          Creates a new instance.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
          Returns the object types qualified name as a string.
 javax.xml.namespace.QName getQName()
          Returns the object types qualified name.
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSAppAssociationTypeRef

public CSAppAssociationTypeRef(javax.xml.namespace.QName pQName)
Creates a new instance.

Method Detail

getQName

public javax.xml.namespace.QName getQName()
Returns the object types qualified name.


getName

public java.lang.String getName()
Returns the object types qualified name as a string.


hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object