com.atlassian.jira.dev.functest.ao
Interface BlogAO

All Superinterfaces:
net.java.ao.RawEntity<Long>

public interface BlogAO
extends net.java.ao.RawEntity<Long>

Since:
v4.4

Method Summary
 String getAuthor()
           
 CommentAO[] getComments()
           
 long getID()
           
 String getText()
           
 void setAuthor(String author)
           
 void setText(String text)
           
 
Methods inherited from interface net.java.ao.RawEntity
addPropertyChangeListener, getEntityManager, getEntityType, init, removePropertyChangeListener, save
 

Method Detail

getID

@Nonnull
long getID()

getAuthor

@Nonnull
String getAuthor()

setAuthor

void setAuthor(String author)

getText

@Nonnull
String getText()

setText

void setText(String text)

getComments

CommentAO[] getComments()


Copyright © 2002-2013 Atlassian. All Rights Reserved.