public class OfficeAnnotation extends Object implements Cloneable
OfficeAnnotationBuilder
Constructor and Description |
---|
OfficeAnnotation() |
OfficeAnnotation(String msg,
LocalDateTime lastModified) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
LocalDateTime |
getLastModified()
Get the date of the comment (last modification date)
|
String |
getMsg()
Returns the msg contained in the comment
|
int |
hashCode() |
String |
toString() |
public OfficeAnnotation()
public OfficeAnnotation(String msg, LocalDateTime lastModified)
public String getMsg()
public LocalDateTime getLastModified()
Copyright © 2023. All rights reserved.