|
Project JXTA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.jxta.document.Advertisement
|
+--net.jxta.protocol.ModuleClassAdvertisement
A ModuleClassAdvertisement describes a module class. Its main purpose is to formally document the existence of a module class.
ModuleClassID| Constructor Summary | |
ModuleClassAdvertisement()
|
|
| Method Summary | |
java.lang.Object |
clone()
Clone this ModuleClassAdvertisement |
static java.lang.String |
getAdvertisementType()
returns the advertisement type |
java.lang.String |
getDescription()
returns the keywords/description associated with this class |
ID |
getID()
returns a unique ID for that advertisement (for indexing purposes). |
ModuleClassID |
getModuleClassID()
returns the id of the class |
java.lang.String |
getName()
returns the name of the class |
void |
setDescription(java.lang.String description)
sets the description associated with this class |
void |
setModuleClassID(ModuleClassID id)
sets the id of the class |
void |
setName(java.lang.String name)
sets the name of the class |
| Methods inherited from class net.jxta.document.Advertisement |
getDocument |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ModuleClassAdvertisement()
| Method Detail |
public static java.lang.String getAdvertisementType()
public java.lang.Object clone()
clone in class Advertisementpublic java.lang.String getName()
public void setName(java.lang.String name)
name - name of the class to be setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public ModuleClassID getModuleClassID()
public void setModuleClassID(ModuleClassID id)
id - The id of the classpublic ID getID()
getID in class Advertisement
|
Project JXTA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||