com.sun.mdm.index.codelookup
Class CodeDescription

java.lang.Object
  extended bycom.sun.mdm.index.codelookup.CodeDescription
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class CodeDescription
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

Code description

See Also:
Serialized Form

Constructor Summary
CodeDescription(java.lang.String module, java.lang.String code, java.lang.String description)
          Creates a new instance of CodeDescription
 
Method Summary
 java.lang.String getCode()
          Get code.
 java.lang.String getDescription()
          Get description.
 java.lang.String getModule()
          Get module.
 java.lang.String toString()
          String representation of the CodeDescription object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodeDescription

public CodeDescription(java.lang.String module,
                       java.lang.String code,
                       java.lang.String description)
Creates a new instance of CodeDescription

Parameters:
module - Module name.
code - Code.
description - Description.
Method Detail

getCode

public java.lang.String getCode()
Get code.

Returns:
code.

getDescription

public java.lang.String getDescription()
Get description.

Returns:
description.

getModule

public java.lang.String getModule()
Get module.

Returns:
module.

toString

public java.lang.String toString()
String representation of the CodeDescription object.

Returns:
string representation of the CodeDescription object.


Sun Microsystems, Inc.