net.sf.crispy.impl.rest
Class ResponseFail

java.lang.Object
  extended bynet.sf.crispy.impl.rest.ResponseFail

public class ResponseFail
extends java.lang.Object

Author:
Linke

Constructor Summary
ResponseFail()
           
 
Method Summary
 java.lang.String getException()
           
 java.lang.String getMessage()
           
 java.lang.String getMethod()
           
 java.lang.String getService()
           
 void setException(java.lang.String pvException)
           
 void setMessage(java.lang.String pvMessage)
           
 void setMethod(java.lang.String pvMethod)
           
 void setService(java.lang.String pvService)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseFail

public ResponseFail()
Method Detail

getMessage

public java.lang.String getMessage()

setMessage

public void setMessage(java.lang.String pvMessage)

getException

public java.lang.String getException()

setException

public void setException(java.lang.String pvException)

getMethod

public java.lang.String getMethod()

setMethod

public void setMethod(java.lang.String pvMethod)

getService

public java.lang.String getService()

setService

public void setService(java.lang.String pvService)

toString

public java.lang.String toString()


Copyright © 2005-2006 Crispy. All Rights Reserved.