Public Member Functions | |
CommentStub (Comment comment) | |
Date | getModification () |
void | setModification (Date modification) |
String | getComment () |
void | setComment (String comment) |
Definition at line 29 of file CommentStub.java.
org.turro.contacts.stub.CommentStub.CommentStub | ( | Comment | comment | ) |
Definition at line 34 of file CommentStub.java.
String org.turro.contacts.stub.CommentStub.getComment | ( | ) |
Definition at line 46 of file CommentStub.java.
Date org.turro.contacts.stub.CommentStub.getModification | ( | ) |
Definition at line 38 of file CommentStub.java.
void org.turro.contacts.stub.CommentStub.setComment | ( | String | comment | ) |
Definition at line 50 of file CommentStub.java.
void org.turro.contacts.stub.CommentStub.setModification | ( | Date | modification | ) |
Definition at line 42 of file CommentStub.java.