|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dexterim.core.DefaultStatus
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 |
public DefaultStatus()
public DefaultStatus(java.lang.String name, java.lang.String code)
name
- Description of the Parametercode
- Description of the ParameterMethod Detail |
public java.lang.String getName()
getName
in interface Status
public java.lang.String getCode()
getCode
in interface Status
public int hashCode()
public boolean equals(java.lang.Object obj)
obj
- Description of the Parameter
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |