|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umich.eecs.tac.props.AbstractTransportable
edu.umich.eecs.tac.props.ManufacturerComponentComposable
edu.umich.eecs.tac.props.Product
public class Product
The product class represents a manufacturer and component pair.
| Constructor Summary | |
|---|---|
Product()
Creates a product without the manufacturer nor component specified. |
|
Product(java.lang.String manufacturer,
java.lang.String component)
Creates a product with the manufacturer and component. |
|
| Method Summary |
|---|
| Methods inherited from class edu.umich.eecs.tac.props.ManufacturerComponentComposable |
|---|
calculateHashCode, composableEquals, equals, getComponent, getManufacturer, hashCode, readWithLock, setComponent, setManufacturer, toString, writeWithLock |
| Methods inherited from class edu.umich.eecs.tac.props.AbstractTransportable |
|---|
getTransportName, isLocked, lock, lockCheck, read, write |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Product()
public Product(java.lang.String manufacturer,
java.lang.String component)
manufacturer - the manufacturercomponent - the component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||