Class AddressDistributionAction.Distribution

java.lang.Object
ru.bgcrm.struts.action.AddressDistributionAction.Distribution
Enclosing class:
AddressDistributionAction

public static class AddressDistributionAction.Distribution extends Object
  • Constructor Details

    • Distribution

      public Distribution(int id, String title, List<Integer> cityIds, Set<Integer> userGroupIds, boolean updateProcessExecutorOnDistrChange, Set<Integer> processTypeIds, Set<Integer> processStatusId, int addressParamId)
  • Method Details

    • getId

      public int getId()
    • getTitle

      public String getTitle()
    • getCityIds

      public List<Integer> getCityIds()
    • getUserGroupIds

      public Set<Integer> getUserGroupIds()
    • isUpdateProcessExecutorOnDistrChange

      public boolean isUpdateProcessExecutorOnDistrChange()
    • getProcessTypeIds

      public Set<Integer> getProcessTypeIds()
    • getProcessStatusIds

      public Set<Integer> getProcessStatusIds()
    • getAddressParamId

      public int getAddressParamId()