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
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.