com.atlassian.jira.webtests.ztests.ao
Class TestActiveObjects.Blog

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.ao.TestActiveObjects.Blog
Enclosing class:
TestActiveObjects

public static class TestActiveObjects.Blog
extends Object


Constructor Summary
TestActiveObjects.Blog()
           
 
Method Summary
 String getAuthor()
           
 List<TestActiveObjects.Comment> getComments()
           
 Long getId()
           
 String getText()
           
 void setAuthor(String author)
           
 void setComments(List<TestActiveObjects.Comment> comments)
           
 void setId(Long id)
           
 void setText(String text)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestActiveObjects.Blog

public TestActiveObjects.Blog()
Method Detail

getAuthor

public String getAuthor()

setAuthor

public void setAuthor(String author)

getText

public String getText()

setText

public void setText(String text)

getComments

public List<TestActiveObjects.Comment> getComments()

setComments

public void setComments(List<TestActiveObjects.Comment> comments)

getId

public Long getId()

setId

public void setId(Long id)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.