|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.ecs.grimoires.server.impl.metadata.datamodel.FaultDetail
| Constructor Summary | |
FaultDetail()
|
|
FaultDetail(String errorCode,
String errorMessage,
int errorNumber)
|
|
| Method Summary | |
boolean |
equals(Object obj)
|
String |
getErrorCode()
Gets the errorCode value for this FaultDetail. |
String |
getErrorMessage()
Gets the errorMessage value for this FaultDetail. |
int |
getErrorNumber()
Gets the errorNumber value for this FaultDetail. |
int |
hashCode()
|
void |
setErrorCode(String errorCode)
Sets the errorCode value for this FaultDetail. |
void |
setErrorMessage(String errorMessage)
Sets the errorMessage value for this FaultDetail. |
void |
setErrorNumber(int errorNumber)
Sets the errorNumber value for this FaultDetail. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FaultDetail()
public FaultDetail(String errorCode,
String errorMessage,
int errorNumber)
| Method Detail |
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
errorMessage - public int getErrorNumber()
public void setErrorNumber(int errorNumber)
errorNumber - public String getErrorCode()
public void setErrorCode(String errorCode)
errorCode - public boolean equals(Object obj)
public int hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||