Class Queue

java.lang.Object
org.bgerp.model.base.Id
org.bgerp.model.base.IdTitle
org.bgerp.plugin.inventoru.model.queue.Queue
All Implemented Interfaces:
Serializable, Id<Integer>, IdTitle<Integer>, Title

public class Queue extends IdTitle
A queue of the plugin: a configurable view of one entity's list — which columns, filters and sorting are offered, and who is given it. The analog of a process queue in the kernel.
See Also:
  • Constructor Details

    • Queue

      public Queue()
  • Method Details

    • getEntity

      public QueueEntity getEntity()
    • setEntity

      public void setEntity(QueueEntity entity)
    • getConfig

      public String getConfig()
    • setConfig

      public void setConfig(String config)
    • getProperties

      public QueueProperties getProperties()
    • setProperties

      public void setProperties(QueueProperties properties)
    • getUserIds

      public Set<Integer> getUserIds()
    • setUserIds

      public void setUserIds(Set<Integer> userIds)
    • getGroupIds

      public Set<Integer> getGroupIds()
    • setGroupIds

      public void setGroupIds(Set<Integer> groupIds)
    • getLastModify

      public LastModify getLastModify()
    • setLastModify

      public void setLastModify(LastModify lastModify)