public interface AnnotatedEntity extends Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
Modifier and Type | Method and Description |
---|---|
Date |
getCreationDate() |
String |
getCreator() |
Date |
getLastChangeDate() |
String |
getLastModifier() |
void |
setCreationDate(Date creationDate) |
void |
setCreator(String creator) |
void |
setLastChangeDate(Date lastChangeDate) |
void |
setLastModifier(String lastModifier) |
Date getCreationDate()
String getCreator()
Date getLastChangeDate()
String getLastModifier()
void setCreationDate(Date creationDate)
void setCreator(String creator)
void setLastChangeDate(Date lastChangeDate)
void setLastModifier(String lastModifier)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.