org.telscenter.sail.webapp.domain.premadecomment
Interface PremadeComment

All Known Implementing Classes:
PremadeCommentImpl

public interface PremadeComment

An Owned object with the added information of 'comment'

Author:
patrick lawler

Method Summary
 String getComment()
           
 Long getId()
           
 Long getListPosition()
           
 User getOwner()
           
 void setComment(String comment)
           
 void setListPosition(Long listPosition)
           
 void setOwner(User owner)
           
 

Method Detail

getOwner

User getOwner()

setOwner

void setOwner(User owner)

getId

Long getId()

getComment

String getComment()
Returns:
the comment

setComment

void setComment(String comment)
Parameters:
comment - the comment to set

getListPosition

Long getListPosition()

setListPosition

void setListPosition(Long listPosition)


Copyright © 2012. All Rights Reserved.