Package org.cyclos.entities.banking
Class ArchivedEntityToRemoveFromIndex
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.banking.ArchivedEntityToRemoveFromIndex
-
- All Implemented Interfaces:
Cloneable,ProcessableForProxying,IEntity
@Entity public class ArchivedEntityToRemoveFromIndex extends SimpleEntity
An entity that was already archived and should be removed from the search index
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description ArchivedEntityToRemoveFromIndex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEntityId()EntityTypeToRemoveFromIndexgetEntityType()voidsetEntityId(Long entityId)voidsetEntityType(EntityTypeToRemoveFromIndex entityType)-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getEntityId
public Long getEntityId()
-
getEntityType
public EntityTypeToRemoveFromIndex getEntityType()
-
setEntityId
public void setEntityId(Long entityId)
-
setEntityType
public void setEntityType(EntityTypeToRemoveFromIndex entityType)
-
-