java.lang.Object
ru.cg.webbpm.modules.database.api.dao.option.NonPageableLoadOptions
ru.cg.webbpm.modules.database.api.dao.option.LoadOptions

public class LoadOptions extends NonPageableLoadOptions
Author:
a.petrov
  • Constructor Details

    • LoadOptions

      public LoadOptions()
  • Method Details

    • getOffset

      public Integer getOffset()
    • setOffset

      public void setOffset(Integer offset)
    • getLimit

      public Integer getLimit()
    • setLimit

      public void setLimit(Integer limit)