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

All Superinterfaces:
net.java.ao.Entity, net.java.ao.RawEntity<Integer>

public interface CommentAO
extends net.java.ao.Entity

Since:
v4.4

Method Summary
 String getAuthor()
           
 BlogAO getBlog()
           
 String getComment()
           
 Date getDate()
           
 void setAuthor(String author)
           
 void setBlog(BlogAO blog)
           
 void setComment(String comment)
           
 void setDate(Date postedDate)
           
 
Methods inherited from interface net.java.ao.Entity
getID
 
Methods inherited from interface net.java.ao.RawEntity
addPropertyChangeListener, getEntityManager, getEntityType, init, removePropertyChangeListener, save
 

Method Detail

getComment

@Nonnull
String getComment()

setComment

void setComment(String comment)

getAuthor

@Nonnull
String getAuthor()

setAuthor

void setAuthor(String author)

getDate

@Nonnull
Date getDate()

setDate

void setDate(Date postedDate)

getBlog

BlogAO getBlog()

setBlog

void setBlog(BlogAO blog)


Copyright © 2002-2014 Atlassian. All Rights Reserved.