|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.webapp.jonasadmin.cmi.Provider
public class Provider
| Constructor Summary | |
|---|---|
Provider()
|
|
| Method Summary | |
|---|---|
boolean |
getIsBlackListed()
|
Set<String> |
getListNames()
Gets the names of the objects contained in the registry. |
String |
getName()
|
String |
getUrl()
Gets Provider url. |
void |
setIsBlackListed(boolean isBlacklisted)
|
void |
setListNames(Set<String> listNames)
Sets the names of the objects contained in the registry. |
void |
setName(String name)
|
void |
setUrl(String url)
Sets the provider url. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Provider()
| Method Detail |
|---|
public String getUrl()
public void setUrl(String url)
public Set<String> getListNames()
public void setListNames(Set<String> listNames)
public String getName()
public void setName(String name)
public boolean getIsBlackListed()
public void setIsBlackListed(boolean isBlacklisted)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||