BEA Systems, Inc.

theory.smart.ebusiness.inventory
Interface Locator

All Known Implementing Classes:
LocatorImpl

public interface Locator
extends Belonging

This is place holder for a generic location. It contains a string that identifies a physical location.

                  location
 [Locator] <*>------> [String] 

 

See Also:
LocatorHome, LocatorImpl

Method Summary
 java.lang.String getLocation()
          Get the value of location
 void setLocation(java.lang.String location)
          Set the value of location
 
Methods inherited from interface theory.smart.foundation.Belonging
equals, value
 
Methods inherited from interface com.sun.java.util.collections.Comparable
compareTo
 

Method Detail

getLocation

public java.lang.String getLocation()
Get the value of location
Returns:
location.

setLocation

public void setLocation(java.lang.String location)
Set the value of location
Parameters:
locations - location to be added

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved