Class Contains

java.lang.Object
eu.acclimatize.unison.location.Contains

public class Contains extends Object
Used by the collection contains controller to represent whether the collection contains a location or not.
  • 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.