public static class AddressDistributionAction.Distribution
extends java.lang.Object
Constructor and Description |
---|
Distribution(int id,
java.lang.String title,
java.util.List<java.lang.Integer> cityIds,
java.util.Set<java.lang.Integer> userGroupIds,
boolean updateProcessExecutorOnDistrChange,
java.util.Set<java.lang.Integer> processTypeIds,
java.util.Set<java.lang.Integer> processStatusId,
int addressParamId) |
Modifier and Type | Method and Description |
---|---|
int |
getAddressParamId() |
java.util.List<java.lang.Integer> |
getCityIds() |
int |
getId() |
java.util.Set<java.lang.Integer> |
getProcessStatusIds() |
java.util.Set<java.lang.Integer> |
getProcessTypeIds() |
java.lang.String |
getTitle() |
java.util.Set<java.lang.Integer> |
getUserGroupIds() |
boolean |
isUpdateProcessExecutorOnDistrChange() |
public Distribution(int id, java.lang.String title, java.util.List<java.lang.Integer> cityIds, java.util.Set<java.lang.Integer> userGroupIds, boolean updateProcessExecutorOnDistrChange, java.util.Set<java.lang.Integer> processTypeIds, java.util.Set<java.lang.Integer> processStatusId, int addressParamId)
public int getId()
public java.lang.String getTitle()
public java.util.List<java.lang.Integer> getCityIds()
public java.util.Set<java.lang.Integer> getUserGroupIds()
public boolean isUpdateProcessExecutorOnDistrChange()
public java.util.Set<java.lang.Integer> getProcessTypeIds()
public java.util.Set<java.lang.Integer> getProcessStatusIds()
public int getAddressParamId()