Class ExternalComponent
- java.lang.Object
-
- org.silverpeas.core.index.indexing.model.ExternalComponent
-
- All Implemented Interfaces:
Serializable
public final class ExternalComponent extends Object implements Serializable
An ExternalComponent object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalComponent(String server, String component, String dataPath, String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
getServer
public String getServer()
Return the server name.- Returns:
-
getComponent
public String getComponent()
Return the component name.- Returns:
-
getDataPath
public String getDataPath()
- Returns:
- the dataPath
-
getUrl
public String getUrl()
- Returns:
- the url
-
equals
public 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.
-
-