java.lang.Object
org.exoplatform.services.organization.idm.externalstore.jpa.IDMQueueEntity
All Implemented Interfaces:
Serializable

@Entity(name="IDMQueueEntity") public class IDMQueueEntity extends Object implements Serializable
See Also:
  • Constructor Details

    • IDMQueueEntity

      public IDMQueueEntity()
  • Method Details

    • getId

      public long getId()
    • getCreationDate

      public Calendar getCreationDate()
    • setCreationDate

      public IDMQueueEntity setCreationDate(Calendar creationDate)
    • getType

      public org.exoplatform.services.organization.externalstore.model.IDMOperationType getType()
    • setType

      public IDMQueueEntity setType(org.exoplatform.services.organization.externalstore.model.IDMOperationType type)
    • getEntityId

      public String getEntityId()
    • setEntityId

      public IDMQueueEntity setEntityId(String entityId)
    • getEntityType

      public int getEntityType()
    • setEntityType

      public IDMQueueEntity setEntityType(int entityType)
    • getNbRetries

      public int getNbRetries()
    • setNbRetries

      public IDMQueueEntity setNbRetries(int nbRetries)
    • setId

      public IDMQueueEntity setId(long id)
    • setProcessed

      public void setProcessed(boolean processed)
    • isProcessed

      public boolean isProcessed()