Package org.tailormap.api.persistence
Class AuditMetadata
java.lang.Object
org.tailormap.api.persistence.AuditMetadata
- Direct Known Subclasses:
Application,Catalog,Configuration,Form,GeoService,Group,OIDCConfiguration,Page,SearchIndex,TMFeatureSource,TMFeatureType,Upload,User
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreatedBy(String createdBy) voidsetCreatedDate(Instant createdDate) voidsetLastModifiedBy(String lastModifiedBy) voidsetLastModifiedDate(Instant lastModifiedDate)
-
Constructor Details
-
AuditMetadata
public AuditMetadata()
-
-
Method Details
-
getCreatedBy
-
setCreatedBy
-
getLastModifiedBy
-
setLastModifiedBy
-
getCreatedDate
-
setCreatedDate
-
getLastModifiedDate
-
setLastModifiedDate
-