Interface LockEntity

All Superinterfaces:
Entity, net.java.ao.RawEntity<Long>
All Known Subinterfaces:
LexoRankAO

public interface LockEntity extends Entity
LockEntity AO interface used for generic AO locking.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
     
    void
    setLockTime(Long lockTime)
     

    Methods inherited from interface com.atlassian.greenhopper.service.rapid.view.Entity

    getId

    Methods inherited from interface net.java.ao.RawEntity

    addPropertyChangeListener, getEntityManager, getEntityType, init, removePropertyChangeListener, save
  • Method Details

    • getLockHash

      String getLockHash()
    • setLockHash

      void setLockHash(String hash)
    • getLockTime

      Long getLockTime()
    • setLockTime

      void setLockTime(Long lockTime)