de.oio.bugkilla.protocol
Class HttpResponse

java.lang.Object
  |
  +--de.oio.bugkilla.protocol.HttpResponse
All Implemented Interfaces:
java.io.Serializable

public class HttpResponse
extends java.lang.Object
implements java.io.Serializable

Represent one HttpResponse-Object

Author:
swinkler
See Also:
TestStep, Serialized Form

Constructor Summary
HttpResponse()
          Construct a new HttpResponse
HttpResponse(java.lang.String name)
          Construct a new HttpResponse with a specified title
 
Method Summary
 java.lang.String getContent()
          Returns the content of the HttpResponse
 java.lang.String getTitle()
          Returns the title of the HttpResponse
 void setContent(java.lang.String content)
          Sets the content of the HttpResponse
 void setTitle(java.lang.String name)
          Sets the title of the HttpResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpResponse

public HttpResponse(java.lang.String name)
Construct a new HttpResponse with a specified title


HttpResponse

public HttpResponse()
Construct a new HttpResponse

Method Detail

getTitle

public java.lang.String getTitle()
Returns the title of the HttpResponse

Returns:
the title of the HttpResponse

setTitle

public void setTitle(java.lang.String name)
Sets the title of the HttpResponse


getContent

public java.lang.String getContent()
Returns the content of the HttpResponse

Returns:
the content of the HttpResponse

setContent

public void setContent(java.lang.String content)
Sets the content of the HttpResponse

Parameters:
content - the content of the HttpResponse


Copyright © Orientation in Objects GmbH. All Rights Reserved.