|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.imaginary.lwp.BaseReference | +--com.jwpepper.inv.ProductReference | +--com.jwpepper.inv.pprprd.PepperProductReference
The reference class for the PepperProduct
business component.
Last modified $Date: 1999/10/05 15:26:49 $
Constructor Summary | |
PepperProductReference()
Empty constructor required for serialization. |
|
PepperProductReference(long oid)
Constructs a new PepperProductReference that
refers to the PepperProduct of the specified
objectID . |
|
PepperProductReference(PepperProduct ent)
Constructs a new PepperProductReference for the
specified product entity. |
Method Summary | |
void |
assign(long oid,
com.sun.java.util.collections.HashMap vals)
Assigns a new PepperProductReference from the
values stored in the specified HashMap . |
java.lang.String |
getArranger()
Provides the arranger associated with this product. |
Classification |
getClassification()
Provides the classification associated with this piece of music. |
java.lang.String |
getComposer()
Provides the composer of this piece of music. |
Format |
getFormat()
Provides the physical format for the product. |
java.lang.String |
getGrade()
Provides the difficulty grade associated with this product. |
Voicing |
getVoicing()
Provides the voicing associated with this product. |
com.sun.java.util.collections.Iterator |
styles()
Lists the styles associated with this product. |
Methods inherited from class com.jwpepper.inv.ProductReference |
addAnnotation,
addChild,
annotations,
children,
getAnnotation,
getManufacturer,
getManufacturerCode,
getName,
getParent,
getPrice,
isInStock,
removeAnnotation,
removeChild,
removeParent |
Methods inherited from class com.imaginary.lwp.BaseReference |
assign,
assign,
get,
getEntity,
getLastUpdateID,
getLastUpdateTime,
getObjectID,
put,
reconnect |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PepperProductReference()
public PepperProductReference(long oid)
PepperProductReference
that
refers to the PepperProduct
of the specified
objectID
.oid
- the objectID
of the product in questionpublic PepperProductReference(PepperProduct ent) throws java.rmi.RemoteException
PepperProductReference
for the
specified product entity.ent
- the product entityMethod Detail |
public void assign(long oid, com.sun.java.util.collections.HashMap vals)
PepperProductReference
from the
values stored in the specified HashMap
.oid
- the objectID
of the productvals
- the values this product should be loaded withpublic java.lang.String getArranger() throws java.rmi.RemoteException
public Classification getClassification() throws java.rmi.RemoteException
public java.lang.String getComposer() throws java.rmi.RemoteException
public Format getFormat() throws java.rmi.RemoteException
public java.lang.String getGrade() throws java.rmi.RemoteException
public Voicing getVoicing() throws java.rmi.RemoteException
public com.sun.java.util.collections.Iterator styles() throws java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |