asit.moa.client.status
Interface SuccessStatusResponse

All Superinterfaces:
StatusResponse
All Known Implementing Classes:
SuccessStatusResponseImpl

public interface SuccessStatusResponse
extends StatusResponse

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
 
Method Summary
 String getAppId()
           
 String getErrorCode()
           
 String getErrorMessage()
           
 String getMZSID()
           
 String getStatus()
           
 Date getTimeStamp()
           
 
Methods inherited from interface asit.moa.client.status.StatusResponse
getElement, getType
 

Method Detail

getMZSID

public String getMZSID()

getAppId

public String getAppId()

getTimeStamp

public Date getTimeStamp()

getStatus

public String getStatus()

getErrorCode

public String getErrorCode()

getErrorMessage

public String getErrorMessage()


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