All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.cmu.paid.network.PartObject

java.lang.Object
   |
   +----edu.cmu.paid.network.DataObject
           |
           +----edu.cmu.paid.network.PartObject

public class PartObject
extends DataObject
implements Serializable
Information on a part from the Electronic Parts Catalog

Version:
1
Author:
Tim Shirley
See Also:
DataObject

Variable Index

 o description
 o name

Constructor Index

 o PartObject()

Method Index

 o getLocation(DataObject)
getLocation determines the location of a particular DataObject.
 o setValue(String, String)
This method sets a value into local storage.

Variables

 o name
 public String name
 o description
 public String description

Constructors

 o PartObject
 public PartObject()

Methods

 o setValue
 public void setValue(String Name,
                      String value)
This method sets a value into local storage.

Parameters:
name - the name associated with this value
value - the value
Overrides:
setValue in class DataObject
 o getLocation
 public String[] getLocation(DataObject d)
getLocation determines the location of a particular DataObject.

Overrides:
getLocation in class DataObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index