org.isam.exehda.services
Class CellInformationBase.ResourceName

java.lang.Object
  |
  +--org.isam.exehda.services.CellInformationBase.ResourceName
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CellInformationBase

public static class CellInformationBase.ResourceName
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CellInformationBase.ResourceName(java.lang.String cn)
          Creates a new ResourceName instance.
CellInformationBase.ResourceName(java.lang.String cn, CellInformationBase.NameSpace ns)
          Creates a new ResourceName instance.
CellInformationBase.ResourceName(java.lang.String type, java.lang.String instance)
          Creates a new ResourceName instance.
CellInformationBase.ResourceName(java.lang.String type, java.lang.String instance, CellInformationBase.NameSpace ns)
          Creates a new ResourceName instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Describe equals method here.
 CellInformationBase.NameComponent getCanonicalName()
          Describe getCanonicalName method here.
 java.lang.String getDN()
          Describe getDN method here.
 CellInformationBase.NameSpace getNameSpace()
          Describe getNameSpace method here.
 java.lang.String getSimpleName()
          Describe getSimpleName method here.
 int hashCode()
          Describe hashCode method here.
 java.lang.String toString()
          Describe toString method here.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CellInformationBase.ResourceName

public CellInformationBase.ResourceName(java.lang.String cn)
Creates a new ResourceName instance.

Parameters:
cn - a String value

CellInformationBase.ResourceName

public CellInformationBase.ResourceName(java.lang.String type,
                                        java.lang.String instance)
Creates a new ResourceName instance.

Parameters:
type - a String value
instance - a String value

CellInformationBase.ResourceName

public CellInformationBase.ResourceName(java.lang.String type,
                                        java.lang.String instance,
                                        CellInformationBase.NameSpace ns)
Creates a new ResourceName instance.

Parameters:
type - a String value
instance - a String value
ns - a NameSpace value

CellInformationBase.ResourceName

public CellInformationBase.ResourceName(java.lang.String cn,
                                        CellInformationBase.NameSpace ns)
Creates a new ResourceName instance.

Parameters:
cn - a String value
ns - a NameSpace value
Method Detail

getSimpleName

public java.lang.String getSimpleName()
Describe getSimpleName method here.

Returns:
a String value

getCanonicalName

public CellInformationBase.NameComponent getCanonicalName()
Describe getCanonicalName method here.

Returns:
a NameComponent value

getNameSpace

public CellInformationBase.NameSpace getNameSpace()
Describe getNameSpace method here.

Returns:
a NameSpace value

getDN

public java.lang.String getDN()
Describe getDN method here.

Returns:
a String value

equals

public boolean equals(java.lang.Object o)
Describe equals method here.

Overrides:
equals in class java.lang.Object
Parameters:
o - an Object value
Returns:
a boolean value

toString

public java.lang.String toString()
Describe toString method here.

Overrides:
toString in class java.lang.Object
Returns:
a String value

hashCode

public int hashCode()
Describe hashCode method here.

Overrides:
hashCode in class java.lang.Object
Returns:
an int value