|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.carlosbcruz.account.dynamicmodel.AccountComment
public class AccountComment
Represents an Account Comment that can be any continuous text with as many lines as necessary.
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 |
---|
public AccountComment()
Method Detail |
---|
public java.lang.String getCommentId()
public void setCommentId(java.lang.String commentId)
commentId
- Comment Identificationpublic java.lang.StringBuffer getComments()
public void setComments(java.lang.StringBuffer comments)
comments
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |