This project has retired. For details please refer to its
Attic page .
Location (Apache River v2.2.2 API Documentation)
JavaScript is disabled on your browser.
All Implemented Interfaces:
Serializable , Entry
public class Location
extends AbstractEntry
The location of the physical component of a service. This is
distinct from the Address class in that it can be used alone in a
small, local organization.
Author:
Sun Microsystems, Inc.
See Also: Address
,
LocationBean
,
Serialized Form
Constructor Summary
Constructors
Constructor and Description
Location ()
Construct an empty instance of this class.
Location (String floor,
String room,
String building)
Construct an instance of this class, with all fields
initialized appropriately.
Constructor Detail
Location
public Location(String floor,
String room,
String building)
Construct an instance of this class, with all fields
initialized appropriately.
Parameters: floor
- a String
representing the floorroom
- a String
representing the roombuilding
- a String
representing the building
Copyright 2007-2013, multiple authors. Licensed under the Apache License, Version 2.0 , see the NOTICE file for attributions.