public interface NetworkEntity extends Serializable
Modifier and Type | Method and Description |
---|---|
@Null(groups=PrePersist.class) Date |
getCreated() |
@Size(min=3) String |
getCreatedBy() |
Date |
getDeleted() |
String |
getDescription() |
@Null(groups=PrePersist.class) @NotNull(groups=PostPersist.class) UUID |
getKey() |
@Null(groups=PrePersist.class) Date |
getModified() |
@Size(min=3) String |
getModifiedBy() |
@NotNull @Size(min=2) String |
getTitle() |
void |
setCreated(Date created) |
void |
setCreatedBy(String createdBy) |
void |
setDeleted(Date deleted) |
void |
setDescription(String description) |
void |
setKey(UUID key) |
void |
setModified(Date modified) |
void |
setModifiedBy(String createdBy) |
void |
setTitle(String title) |
@Nullable @Null(groups=PrePersist.class) @NotNull(groups=PostPersist.class) @Null(groups=PrePersist.class) @NotNull(groups=PostPersist.class) UUID getKey()
@Nullable String getDescription()
void setDescription(String description)
@Null(groups=PrePersist.class) @Nullable @Null(groups=PrePersist.class) Date getCreated()
void setCreated(Date created)
@Null(groups=PrePersist.class) @Nullable @Null(groups=PrePersist.class) Date getModified()
void setModified(Date modified)
@Nullable Date getDeleted()
void setDeleted(Date deleted)
@Nullable @Size(min=3) @Size(min=3) String getCreatedBy()
void setCreatedBy(String createdBy)
@Nullable @Size(min=3) @Size(min=3) String getModifiedBy()
void setModifiedBy(String createdBy)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.