Operation |
Details |
public getComment():String |
Sequential Notes: | Delivers the comment on this task param. | |
public getLastModificationDate():Date |
Sequential Notes: | Delivers the last modification date. @return the lastModificationDate | |
public getPassword():String |
Sequential |
public setComment( String comment):void |
Sequential Notes: | Sets the comment on this task param. | |
public setLastModificationDate( Date lastModificationDate):void |
Sequential Notes: | Sets the last modification date. | |
public setPassword( String password):void |
Sequential |
public TaskParamVO( Date lastModificationDate): |
Sequential Notes: | Creates a new instance with the given modification date. | |
public TaskParamVO( Date lastModificationDate, String comment): |
Sequential Notes: | Creates a new instance with the given modification date and comment. | |