public class Location extends Object
Movie
, and describes a
location
in which this movie was filmed.Constructor and Description |
---|
Location() |
Modifier and Type | Method and Description |
---|---|
String |
getLocation()
Gets the name and place (such as city, region, country) of the location.
|
String |
getNote()
Gets an informational attribute, for example stating which parts of the
movie are shot in this location.
|
String |
toString()
Generates a JSON string representing this Location object.
|
Copyright © 2017. All rights reserved.