Search
Location Members
Constructors Methods
 


Instances of this class contain address information that identifies distinct locations. Location objects are used by schedule classes that have locations and addresses allocated to them.

The following tables list the members exposed by the Location type.

 Public Constructors

  Name Description

Location

Initializes a new instance of the Location class.

 Public Methods

  Name Description

getAddress

Gets the address of the location.

getCity

Gets the city of this location.

getCountry

Gets the country of this location.

getCustomBrushes

Gets a CustomBrushes object associated with the resource. (Inherited from Resource.)

getId

Gets the string identifier of this resource. (Inherited from Resource.)

getName

Gets the name of the resource. (Inherited from Resource.)

getState

Gets the state of this location.

getTag

Gets custom data associated with the resource. (Inherited from Resource.)

getZipCode

Gets the ZIP code of this location.

loadFrom

Overloaded.  

saveTo

Overloaded.  

setAddress

Sets the address of the location.

setCity

Sets the city of this location.

setCountry

Sets the country of this location.

setCustomBrushes

Sets a CustomBrushes object associated with the resource. (Inherited from Resource.)

setId

Sets the string identifier of this resource. (Inherited from Resource.)

setName

Sets the name of the resource. (Inherited from Resource.)

setState

Sets the state of this location.

setTag

Sets custom data associated with the resource. (Inherited from Resource.)

setZipCode

Sets the ZIP code of this location.

 See Also