| org.netbeans.lib.ddl.CommentOperationCommand
CommentOperationCommand | public interface CommentOperationCommand extends DDLCommand(Code) | | Interface for comment commands. Command CommentTable must implement it. If another
command comments something, it should do it too.
author: Slavek Psenicka |
getComment | public String getComment()(Code) | | Returns object comment
|
setComment | public void setComment(String comment)(Code) | | Sets object comment
Parameters: comment - New comment. |
|
|