public class Entities extends Object implements scala.Product, scala.Serializable
| Constructor and Description |
|---|
Entities(scala.collection.immutable.List<String> persons,
scala.collection.immutable.List<String> locations,
scala.collection.immutable.List<String> organisations) |
| Modifier and Type | Method and Description |
|---|---|
scala.collection.immutable.List<String> |
getLocations() |
scala.collection.immutable.List<String> |
getOrganisations() |
scala.collection.immutable.List<String> |
getPersons() |
scala.collection.immutable.List<String> |
locations() |
scala.collection.immutable.List<String> |
organisations() |
scala.collection.immutable.List<String> |
persons() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic scala.collection.immutable.List<String> persons()
public scala.collection.immutable.List<String> locations()
public scala.collection.immutable.List<String> organisations()
public scala.collection.immutable.List<String> getPersons()
public scala.collection.immutable.List<String> getLocations()
public scala.collection.immutable.List<String> getOrganisations()
Copyright © 2016 teletronics.ae. All Rights Reserved.