|
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
public abstract class BaseEntry
Registry entry.
Constructor Summary | |
---|---|
protected |
BaseEntry(String name)
Creates an entry with a name. |
Method Summary | |
---|---|
void |
addKeyword(String name,
String value)
Adds a keyword with the given name and value. |
void |
addKeywords(String name,
String[] values)
Adds a keyword with the given and values. |
boolean |
equals(Object o)
|
javax.xml.registry.infomodel.Key |
getBusinessKey()
Returns the producer business key that offers this portlet. |
String |
getDescription()
Returns the description. |
Map<String,String[]> |
getKeywords()
Returns keywords. |
String |
getName()
Returns the name. |
javax.xml.registry.infomodel.Key |
getServiceKey()
Returns the unique for this entry in the registry. |
String |
getTitle()
Returns the title. |
void |
setBusinessKey(javax.xml.registry.infomodel.Key businessKey)
Sets the producer business key that offers this portlet. |
void |
setDescription(String description)
Sets the description. |
void |
setKeywords(Map<String,String[]> keywords)
Sets keywords. |
void |
setServiceKey(javax.xml.registry.infomodel.Key serviceKey)
Sets the service key for this entry. |
void |
setTitle(String title)
Sets the title. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected BaseEntry(String name)
name
- Method Detail |
---|
public String getName()
Returns the name.
public void setTitle(String title)
Sets the title.
title
- titlepublic String getTitle()
Returns the title.
public void setDescription(String description)
Sets the description.
description
- public String getDescription()
Returns the description.
public void setBusinessKey(javax.xml.registry.infomodel.Key businessKey)
Sets the producer business key that offers this portlet.
businessKey
- public javax.xml.registry.infomodel.Key getBusinessKey()
Returns the producer business key that offers this portlet.
public void setKeywords(Map<String,String[]> keywords)
Sets keywords. Each keyword has a name and an array of values.
keywords
- public void addKeyword(String name, String value)
Adds a keyword with the given name and value.
name
- namevalue
- valuepublic void addKeywords(String name, String[] values)
Adds a keyword with the given and values.
name
- namevalues
- valuespublic Map<String,String[]> getKeywords()
Returns keywords.
public javax.xml.registry.infomodel.Key getServiceKey()
public void setServiceKey(javax.xml.registry.infomodel.Key serviceKey)
serviceKey
- public boolean equals(Object o)
equals
in class Object
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |