org.jscience.economics.resources
Class Vehicle
java.lang.Object
org.jscience.economics.PotentialResource
org.jscience.economics.Resource
org.jscience.economics.MaterialResource
org.jscience.economics.resources.Artifact
org.jscience.economics.resources.Object
org.jscience.economics.resources.Tool
org.jscience.economics.resources.Machine
org.jscience.economics.resources.Vehicle
- All Implemented Interfaces:
- java.io.Serializable, Property, Store, Named, Positioned
public abstract class Vehicle
- extends Machine
- implements Store
A class representing an object which purpose is to be moved.
- See Also:
- Serialized Form
|
Method Summary |
java.util.Set |
getContents()
DOCUMENT ME! |
abstract void |
getIn()
DOCUMENT ME! |
abstract void |
getOut()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Vehicle
public Vehicle(java.lang.String name,
java.lang.String description,
Amount amount,
Community producer,
Place productionPlace,
java.util.Date productionDate,
Identification identification,
Amount<Money> value)
- Creates a new Vehicle object.
- Parameters:
name - DOCUMENT ME!description - DOCUMENT ME!amount - DOCUMENT ME!producer - DOCUMENT ME!productionPlace - DOCUMENT ME!productionDate - DOCUMENT ME!identification - DOCUMENT ME!value - DOCUMENT ME!
getContents
public java.util.Set getContents()
- DOCUMENT ME!
- Specified by:
getContents in interface Store
- Returns:
- DOCUMENT ME!
getIn
public abstract void getIn()
- DOCUMENT ME!
- Specified by:
getIn in interface Store
getOut
public abstract void getOut()
- DOCUMENT ME!
- Specified by:
getOut in interface Store