Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.view
Class CommentView  view CommentView download CommentView.java

java.lang.Object
  extended bynectar.view.RecordView
      extended bynectar.view.CommentView
All Implemented Interfaces:
java.io.Serializable

public class CommentView
extends RecordView


Field Summary
 
Fields inherited from class nectar.view.RecordView
locale, preferences, record
 
Constructor Summary
CommentView(nectar.record.CommentRecord record)
          Creates a new instance of CommentView
 
Method Summary
 java.lang.String getComment()
           
 java.lang.String getCommentHtml()
           
 java.lang.String getSubject()
           
 
Methods inherited from class nectar.view.RecordView
durationToString, getCreatedBy, getCreatedDate, getCreatedDateAgo, getCreatedDay, getCreatedDayShort, getCreatedTime, getId, getModifiedDate, getModifiedDateAgo, getModifiedDay, getModifiedTime, getOwner, getRecord, setLocale, setPreferences, setRecord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentView

public CommentView(nectar.record.CommentRecord record)
Creates a new instance of CommentView

Method Detail

getSubject

public java.lang.String getSubject()

getComment

public java.lang.String getComment()

getCommentHtml

public java.lang.String getCommentHtml()