|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extends the generic Product
class to capture J.W.
Pepper-specific product data. In the future, it is expected that a more
feature-rich generic product class will be written that can capture
all of the J.W. Pepper-specific data without the need for subclassing.
Last modified $Date: 1999/10/04 15:31:06 $
Field Summary | |
static java.lang.String |
ARRANGER
The arranger attribute. |
static java.lang.String |
CLASSIFICATION
The classification attribute. |
static java.lang.String |
COMPOSER
The composer attribute. |
static java.lang.String |
FORMAT
The format attribute. |
static java.lang.String |
GRADE
The grade attribute. |
static java.lang.String |
STYLES
The styles attribute. |
static java.lang.String |
VOICING
The voicing attribute. |
Fields inherited from class com.jwpepper.inv.Product |
ANNOTATIONS,
CHILDREN,
CRT_CLASS,
IN_STOCK,
MANUFACTURER,
MANUFACTURER_CODE,
NAME,
PARENT,
PRICE |
Method Summary | |
java.lang.String |
getArranger()
Provides the name of the arranger of this piece of music. |
Classification |
getClassification()
Provides the classification into which this piece falls. |
java.lang.String |
getComposer()
Provides the composer for this piece of music. |
Format |
getFormat()
Provides the format of the product in question. |
java.lang.String |
getGrade()
Provides the difficulty level of the music in question. |
Voicing |
getVoicing()
Provides a String representation of the different
voices associated with this piece of music. |
com.sun.java.util.collections.Iterator |
styles()
Provides an iterator of styles with the first style representing the primary style for this piece of music. |
Methods inherited from interface com.jwpepper.inv.Product |
addAnnotation,
addChild,
annotations,
children,
create,
create,
getAnnotation,
getManufacturer,
getManufacturerCode,
getName,
getParent,
getPrice,
isInStock,
removeAnnotation,
removeChild,
removeParent |
Methods inherited from interface com.imaginary.lwp.Entity |
getLastUpdateID,
getLastUpdateTime,
getObjectID,
getReference,
remove |
Field Detail |
public static final java.lang.String ARRANGER
public static final java.lang.String CLASSIFICATION
public static final java.lang.String COMPOSER
public static final java.lang.String FORMAT
public static final java.lang.String GRADE
public static final java.lang.String STYLES
public static final java.lang.String VOICING
Method Detail |
public java.lang.String getArranger() throws java.rmi.RemoteException
public java.lang.String getComposer() throws java.rmi.RemoteException
public Classification getClassification() 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
String
representation of the different
voices associated with this piece of music.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 |