org.isam.exehda.services
Class CellInformationBase.NameComponent

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

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

See Also:
Serialized Form

Constructor Summary
CellInformationBase.NameComponent(java.lang.String nc)
          Constructor
CellInformationBase.NameComponent(java.lang.String t, java.lang.String v)
          Constructor
 
Method Summary
 boolean equals(java.lang.Object o)
          Describe equals method here.
 java.lang.String getType()
          Describe getType method here.
 java.lang.String getValue()
          Describe getValue 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.NameComponent

public CellInformationBase.NameComponent(java.lang.String nc)
Constructor

Parameters:
nc -
To do:
change type-instance separator from ':' to '='

CellInformationBase.NameComponent

public CellInformationBase.NameComponent(java.lang.String t,
                                         java.lang.String v)
Constructor

Parameters:
t -
v -
Method Detail

getType

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

Returns:
a String value

getValue

public java.lang.String getValue()
Describe getValue 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

hashCode

public int hashCode()
Describe hashCode method here.

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

toString

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

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