asit.moa.client.status
Class ErrorStatusResponseImpl

java.lang.Object
  extended byasit.moa.client.status.ErrorStatusResponseImpl
All Implemented Interfaces:
ErrorStatusResponse, StatusResponse

public class ErrorStatusResponseImpl
extends Object
implements ErrorStatusResponse

Author:
atauber TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 
Fields inherited from interface asit.moa.client.status.StatusResponse
ERROR, SUCCESS
 
Constructor Summary
ErrorStatusResponseImpl()
           
 
Method Summary
 String getCode()
           
 Element getElement()
           
 String getMessage()
           
 String getType()
           
 void setCode(String code)
           
 void setMessage(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorStatusResponseImpl

public ErrorStatusResponseImpl()
Method Detail

getCode

public String getCode()
Specified by:
getCode in interface ErrorStatusResponse

setCode

public void setCode(String code)

getMessage

public String getMessage()
Specified by:
getMessage in interface ErrorStatusResponse

setMessage

public void setMessage(String message)

getType

public String getType()
Specified by:
getType in interface StatusResponse

getElement

public Element getElement()
Specified by:
getElement in interface StatusResponse


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.