|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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.Clothes
public abstract class Clothes
A class representing wearable clothes.
Constructor Summary | |
---|---|
Clothes(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 Clothes object. |
Method Summary |
---|
Methods inherited from class org.jscience.economics.resources.Artifact |
---|
getGroup, isBroken, setGroup, setIsBroken |
Methods inherited from class org.jscience.economics.MaterialResource |
---|
equals, getIdentification, getValue, setValue |
Methods inherited from class org.jscience.economics.Resource |
---|
addOwner, getOwners, getPosition, getProducer, getProductionDate, getProductionPlace, removeOwner, setOwners, setPosition |
Methods inherited from class org.jscience.economics.PotentialResource |
---|
getAmount, getDecayTime, getDescription, getKind, getName, setDecayTime, setKind, setQuantity |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jscience.economics.Property |
---|
getOwners |
Constructor Detail |
---|
public Clothes(java.lang.String name, java.lang.String description, Amount amount, Community producer, Place productionPlace, java.util.Date productionDate, Identification identification, Amount<Money> value)
name
- DOCUMENT ME!description
- DOCUMENT ME!amount
- DOCUMENT ME!producer
- DOCUMENT ME!productionPlace
- DOCUMENT ME!productionDate
- DOCUMENT ME!identification
- DOCUMENT ME!value
- DOCUMENT ME!
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |