Class CrowdDeletedEntityImpl
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.hibernate.HibernateBambooEntityObject
com.atlassian.bamboo.user.cleanup.CrowdDeletedEntityImpl
- All Implemented Interfaces:
BambooIdProvider,BambooObject,CrowdDeletedEntity,Cloneable
@Entity
public class CrowdDeletedEntityImpl
extends HibernateBambooEntityObject
implements CrowdDeletedEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.bamboo.user.cleanup.CrowdDeletedEntity
CrowdDeletedEntity.EntityType -
Constructor Summary
ConstructorsConstructorDescriptionCrowdDeletedEntityImpl(@NotNull CrowdDeletedEntity.EntityType entityType, @NotNull String entityName) CrowdDeletedEntityImpl(@NotNull CrowdDeletedEntity.EntityType entityType, @NotNull String entityName, @NotNull Date deletionDate) -
Method Summary
Modifier and TypeMethodDescription@NotNull DateDate at which the deletion of the entity was registered.@NotNull StringName of the entity.@NotNull CrowdDeletedEntity.EntityTypeType of the entity.voidsetDeletionDate(@NotNull Date deletionDate) voidsetEntityName(@NotNull String entityName) voidsetEntityType(@NotNull CrowdDeletedEntity.EntityType entityType) Methods inherited from class com.atlassian.bamboo.hibernate.HibernateBambooEntityObject
getId, setIdMethods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDateMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Constructor Details
-
CrowdDeletedEntityImpl
public CrowdDeletedEntityImpl() -
CrowdDeletedEntityImpl
public CrowdDeletedEntityImpl(@NotNull @NotNull CrowdDeletedEntity.EntityType entityType, @NotNull @NotNull String entityName) -
CrowdDeletedEntityImpl
public CrowdDeletedEntityImpl(@NotNull @NotNull CrowdDeletedEntity.EntityType entityType, @NotNull @NotNull String entityName, @NotNull @NotNull Date deletionDate)
-
-
Method Details
-
getEntityType
Description copied from interface:CrowdDeletedEntityType of the entity.- Specified by:
getEntityTypein interfaceCrowdDeletedEntity
-
setEntityType
- Specified by:
setEntityTypein interfaceCrowdDeletedEntity
-
getEntityName
Description copied from interface:CrowdDeletedEntityName of the entity.- Specified by:
getEntityNamein interfaceCrowdDeletedEntity- See Also:
-
setEntityName
- Specified by:
setEntityNamein interfaceCrowdDeletedEntity
-
getDeletionDate
Description copied from interface:CrowdDeletedEntityDate at which the deletion of the entity was registered.- Specified by:
getDeletionDatein interfaceCrowdDeletedEntity
-
setDeletionDate
- Specified by:
setDeletionDatein interfaceCrowdDeletedEntity
-