|
|||||||||
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.AnnotationReference
This class is reference for remote methods
Last Modified $Date: 1999/10/07 01:45:27 $
Constructor Summary | |
AnnotationReference()
Constructor method. |
|
AnnotationReference(Annotation entity)
Constructor method. |
|
AnnotationReference(com.sun.java.util.collections.HashMap values)
Constructor method. |
|
AnnotationReference(long oid)
Constructor method. |
Method Summary | |
void |
addProduct(Identifier id,
Product prd)
This method adds a Product to a collection of Products that the Annotation belongs to. |
java.util.Locale |
getLocale()
This method returns the Locale Object. |
java.lang.String |
getMimeType()
|
java.lang.String |
getText()
This method returns the Annotation String. |
com.sun.java.util.collections.Iterator |
products()
This method returns an iterator over the products collection. |
void |
removeProduct(Identifier id,
Product prd)
This method removes a Product from a collection of Products that the Annotation belongs to. |
Methods inherited from class com.imaginary.lwp.BaseReference |
assign,
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 AnnotationReference()
public AnnotationReference(long oid)
oid
- An ObjectIdentifierpublic AnnotationReference(Annotation entity) throws java.rmi.RemoteException
entity
- An Annotation Objectpublic AnnotationReference(com.sun.java.util.collections.HashMap values)
values
- A Hashmap of valuesMethod Detail |
public void addProduct(Identifier id, Product prd) throws PersistenceException, java.rmi.RemoteException
id
- An Annotation Object Identifierprd
- A Product objectpublic com.sun.java.util.collections.Iterator products() throws java.rmi.RemoteException
public java.lang.String getText() throws java.rmi.RemoteException
public java.lang.String getMimeType() throws java.rmi.RemoteException
public java.util.Locale getLocale() throws java.rmi.RemoteException
public void removeProduct(Identifier id, Product prd) throws PersistenceException, java.rmi.RemoteException
id
- An identifer object for the Annotationprd
- A Product object to add to the collection
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |