@Entity public class CrowdDeletedEntityImpl extends HibernateBambooEntityObject implements CrowdDeletedEntity
CrowdDeletedEntity.EntityType
Constructor and Description |
---|
CrowdDeletedEntityImpl() |
CrowdDeletedEntityImpl(@NotNull CrowdDeletedEntity.EntityType entityType,
@NotNull String entityName) |
CrowdDeletedEntityImpl(@NotNull CrowdDeletedEntity.EntityType entityType,
@NotNull String entityName,
@NotNull Date deletionDate) |
Modifier and Type | Method and Description |
---|---|
@NotNull Date |
getDeletionDate()
Date at which the deletion of the entity was registered.
|
@NotNull String |
getEntityName()
Name of the entity.
|
@NotNull CrowdDeletedEntity.EntityType |
getEntityType()
Type of the entity.
|
void |
setDeletionDate(@NotNull Date deletionDate) |
void |
setEntityName(@NotNull String entityName) |
void |
setEntityType(@NotNull CrowdDeletedEntity.EntityType entityType) |
getId, setId
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
setId
getId
public CrowdDeletedEntityImpl()
public CrowdDeletedEntityImpl(@NotNull @NotNull CrowdDeletedEntity.EntityType entityType, @NotNull @NotNull String entityName)
public CrowdDeletedEntityImpl(@NotNull @NotNull CrowdDeletedEntity.EntityType entityType, @NotNull @NotNull String entityName, @NotNull @NotNull Date deletionDate)
@NotNull public @NotNull CrowdDeletedEntity.EntityType getEntityType()
CrowdDeletedEntity
getEntityType
in interface CrowdDeletedEntity
public void setEntityType(@NotNull @NotNull CrowdDeletedEntity.EntityType entityType)
setEntityType
in interface CrowdDeletedEntity
@NotNull public @NotNull String getEntityName()
CrowdDeletedEntity
getEntityName
in interface CrowdDeletedEntity
Entity.getName()
,
Entity.getName()
public void setEntityName(@NotNull @NotNull String entityName)
setEntityName
in interface CrowdDeletedEntity
@NotNull public @NotNull Date getDeletionDate()
CrowdDeletedEntity
getDeletionDate
in interface CrowdDeletedEntity
public void setDeletionDate(@NotNull @NotNull Date deletionDate)
setDeletionDate
in interface CrowdDeletedEntity
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.