net.sf.dexterim.core
Class DefaultStatus

java.lang.Object
  extended bynet.sf.dexterim.core.DefaultStatus
All Implemented Interfaces:
Status

public class DefaultStatus
extends java.lang.Object
implements Status

Author:
Christoph Walcher

Constructor Summary
DefaultStatus()
          Creates a new instance of Status
DefaultStatus(java.lang.String name, java.lang.String code)
          Constructor for the Status object
 
Method Summary
 boolean equals(java.lang.Object obj)
          Description of the Method
 java.lang.String getCode()
          Gets the code attribute of the Status object
 java.lang.String getName()
          Gets the name attribute of the Status object
 int hashCode()
          Description of the Method
 java.lang.String toString()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultStatus

public DefaultStatus()
Creates a new instance of Status


DefaultStatus

public DefaultStatus(java.lang.String name,
                     java.lang.String code)
Constructor for the Status object

Parameters:
name - Description of the Parameter
code - Description of the Parameter
Method Detail

getName

public java.lang.String getName()
Gets the name attribute of the Status object

Specified by:
getName in interface Status
Returns:
The name value

getCode

public java.lang.String getCode()
Gets the code attribute of the Status object

Specified by:
getCode in interface Status
Returns:
The code value

hashCode

public int hashCode()
Description of the Method

Returns:
Description of the Return Value

equals

public boolean equals(java.lang.Object obj)
Description of the Method

Parameters:
obj - Description of the Parameter
Returns:
Description of the Return Value

toString

public java.lang.String toString()
Description of the Method

Returns:
Description of the Return Value


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.