Interface Auditable
-
- All Known Implementing Classes:
Order
public interface Auditable
Auditable object contract. Example 3.7. Example of interface / group hosting constraints
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull String
getCreationDate()
@NotNull String
getLastModifier()
@NotNull String
getLastReader()
@NotNull String
getLastUpdate()
-