Class DeletedColumn

java.lang.Object
org.bgerp.plugin.inventoru.model.queue.column.QueueColumn
org.bgerp.plugin.inventoru.model.queue.column.DeletedColumn

public class DeletedColumn extends QueueColumn
Column: whether the store is soft-deleted (t.deleted_at IS NOT NULL). SQL yields "1"/"0"; the JSP renders it localized (see store/queue/show.jsp).
  • Constructor Details

    • DeletedColumn

      public DeletedColumn(int id, String title)
  • Method Details