Class MaintenanceLock

java.lang.Object
org.kuali.rice.krad.bo.DataObjectBase
org.kuali.rice.krad.maintenance.MaintenanceLock
All Implemented Interfaces:
Serializable, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned

@Entity public class MaintenanceLock extends DataObjectBase
List of business objects that this maintenance document is locking (prevents two documents from being routed trying to update the same object) Most maintenance documents have only one lock, but globals have many
See Also:
  • Constructor Details

    • MaintenanceLock

      public MaintenanceLock()
  • Method Details

    • getLockId

      public String getLockId()
    • setLockId

      public void setLockId(String lockId)
    • getLockingRepresentation

      public String getLockingRepresentation()
    • setLockingRepresentation

      public void setLockingRepresentation(String lockingRepresentation)
    • getDocumentNumber

      public String getDocumentNumber()
    • setDocumentNumber

      public void setDocumentNumber(String documentNumber)