com.stratelia.silverpeas.pdcPeas.vo
Class ExternalComponentVO
java.lang.Object
com.stratelia.silverpeas.pdcPeas.vo.ExternalComponentVO
public class ExternalComponentVO
- extends Object
ExternalComponentVO represents an external component value object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalComponentVO
public ExternalComponentVO()
- Default constructor
ExternalComponentVO
public ExternalComponentVO(String serverName,
String serverURL,
String componentId)
- Constructor using fields
- Parameters:
serverName
- serverURL
- componentId
-
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
Copyright © 2016 Silverpeas. All Rights Reserved.