Class GisVisibilityRuleUserMatchInput
java.lang.Object
overit.geocallapp.wfm.core.bl.gis.rule.event.GisVisibilityRuleUserMatchInput
Input object for
GisVisibilityRuleUserMatchEvent.- Since:
- 12.0
- GCApi:
- bo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the offline packages used for the matching.Returns the user that will be used to match the visibility rule of one the givenBOGisOfflinePackages.voidsetOfflinePackages(List<BOGisOfflinePackage> offlinePackages) Sets the offline packages used for the matching.voidSets the user that will be used to match the visibility rule of one the givenBOGisOfflinePackages.
-
Field Details
-
userId
-
offlinePackages
-
-
Constructor Details
-
GisVisibilityRuleUserMatchInput
public GisVisibilityRuleUserMatchInput()
-
-
Method Details
-
getUserId
Returns the user that will be used to match the visibility rule of one the givenBOGisOfflinePackages.- Returns:
- the user id
- See Also:
-
setUserId
Sets the user that will be used to match the visibility rule of one the givenBOGisOfflinePackages.- Parameters:
userId- the user id- See Also:
-
getOfflinePackages
Returns the offline packages used for the matching.- Returns:
- a list of
BOGisOfflinePackage
-
setOfflinePackages
Sets the offline packages used for the matching.- Parameters:
offlinePackages- the list ofBOGisOfflinePackage
-