|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.search.indexEngine.model.ExternalComponent
public final class ExternalComponent
An ExternalComponent object.
Constructor Summary | |
---|---|
ExternalComponent(String server,
String component,
String dataPath,
String url)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
The equals method is re-defined so that an ExternalComponent can be added in a Set or used as a Map key. |
String |
getComponent()
Return the component name. |
String |
getDataPath()
|
String |
getServer()
Return the server name. |
String |
getUrl()
|
int |
hashCode()
The hashCode method is re-defined so that an ExternalComponent can be added in a Set or used as a Map key. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExternalComponent(String server, String component, String dataPath, String url)
server
- component
- dataPath
- url
- Method Detail |
---|
public String getServer()
public String getComponent()
public String getDataPath()
public String getUrl()
public boolean equals(Object o)
equals
in class Object
o
- public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |