|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.wsrp.registry.entries.BaseEntry
com.bea.wsrp.registry.entries.RegistryEntry
com.bea.wsrp.registry.entries.BookEntry
public class BookEntry
Book entry in a registry
Field Summary | |
---|---|
static String |
CONCEPT_NAME
Name of the concept for classification of this entry |
static String |
ENTRY_NAME
Name of the entry in the registry. |
static String |
HANDLE_NAME
Name of the handle of this entry |
Constructor Summary | |
---|---|
BookEntry(String name,
String handle)
Creates an instance with the given name and bookHandle. |
Method Summary | |
---|---|
String |
getConceptName()
Name of the concept. |
String |
getEntryHandleName()
Returns the type of the entry. |
String |
getEntryType()
Returns the name of the entry. |
Methods inherited from class com.bea.wsrp.registry.entries.RegistryEntry |
---|
equals, getHandle, getProducer, getProducerServiceKey, setProducer, setProducerServiceKey |
Methods inherited from class com.bea.wsrp.registry.entries.BaseEntry |
---|
addKeyword, addKeywords, getBusinessKey, getDescription, getKeywords, getName, getServiceKey, getTitle, setBusinessKey, setDescription, setKeywords, setServiceKey, setTitle |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ENTRY_NAME
public static final String CONCEPT_NAME
public static final String HANDLE_NAME
Constructor Detail |
---|
public BookEntry(String name, String handle)
Creates an instance with the given name and bookHandle.
name
- descriprive name of the portlethandle
- handleMethod Detail |
---|
public final String getEntryHandleName()
RegistryEntry
Returns the type of the entry.
getEntryHandleName
in class RegistryEntry
public final String getEntryType()
RegistryEntry
Returns the name of the entry.
getEntryType
in class RegistryEntry
public final String getConceptName()
RegistryEntry
getConceptName
in class RegistryEntry
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |