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
-
description
-
-
name
-
-
PartObject()
-
-
getLocation(DataObject)
- getLocation determines the location of a particular DataObject.
-
setValue(String, String)
- This method sets a value into local storage.
name
public String name
description
public String description
PartObject
public PartObject()
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
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