Package eu.acclimatize.unison.location
Class Contains
java.lang.Object
eu.acclimatize.unison.location.Contains
Used by the collection contains controller to represent whether the
collection contains a location or not.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Contains
public Contains(boolean value) Creates an instance of Contains.- Parameters:
value- The value will be true if the location is present in the database or false otherwise.
-