Package org.silverpeas.web.pdc.vo
Class ExternalComponentVO
- java.lang.Object
-
- org.silverpeas.web.pdc.vo.ExternalComponentVO
-
public class ExternalComponentVO extends Object
ExternalComponentVO represents an external component value object
-
-
Constructor Summary
Constructors Constructor Description ExternalComponentVO()Default constructorExternalComponentVO(String serverName, String serverURL, String componentId)Constructor using fields
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComponentId()StringgetServerName()StringgetServerURL()voidsetComponentId(String componentId)voidsetServerName(String serverName)voidsetServerURL(String serverURL)
-
-
-
Method Detail
-
getServerName
public String getServerName()
- Returns:
- the serverName
-
setServerName
public void setServerName(String serverName)
- Parameters:
serverName- the serverName to set
-
getServerURL
public String getServerURL()
- Returns:
- the serverURL
-
setServerURL
public void setServerURL(String serverURL)
- Parameters:
serverURL- the serverURL to set
-
getComponentId
public String getComponentId()
- Returns:
- the componentId
-
setComponentId
public void setComponentId(String componentId)
- Parameters:
componentId- the componentId to set
-
-