com.carlosbcruz.account.dynamicmodel
Class AccountComment

java.lang.Object
  extended by com.carlosbcruz.account.dynamicmodel.AccountComment

public class AccountComment
extends java.lang.Object

Represents an Account Comment that can be any continuous text with as many lines as necessary.

Author:
Carlos Fernando Bella Cruz - pessoal@carlosbcruz.com

Constructor Summary
AccountComment()
           
 
Method Summary
 java.lang.String getCommentId()
          Inform the Comment Identification
 java.lang.StringBuffer getComments()
          Retreives the comments
 void setCommentId(java.lang.String commentId)
          Stores the Comment Identification
 void setComments(java.lang.StringBuffer comments)
          Stores the Comment
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountComment

public AccountComment()
Method Detail

getCommentId

public java.lang.String getCommentId()
Inform the Comment Identification

Returns:
The Comment Identification

setCommentId

public void setCommentId(java.lang.String commentId)
Stores the Comment Identification

Parameters:
commentId - Comment Identification

getComments

public java.lang.StringBuffer getComments()
Retreives the comments

Returns:
The specific comment

setComments

public void setComments(java.lang.StringBuffer comments)
Stores the Comment

Parameters:
comments -