com.stratelia.silverpeas.pdcPeas.vo
Class ExternalComponentVO

java.lang.Object
  extended by com.stratelia.silverpeas.pdcPeas.vo.ExternalComponentVO

public class ExternalComponentVO
extends Object

ExternalComponentVO represents an external component value object


Constructor Summary
ExternalComponentVO()
          Default constructor
ExternalComponentVO(String serverName, String serverURL, String componentId)
          Constructor using fields
 
Method Summary
 String getComponentId()
           
 String getServerName()
           
 String getServerURL()
           
 void setComponentId(String componentId)
           
 void setServerName(String serverName)
           
 void setServerURL(String serverURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalComponentVO

public ExternalComponentVO()
Default constructor


ExternalComponentVO

public ExternalComponentVO(String serverName,
                           String serverURL,
                           String componentId)
Constructor using fields

Parameters:
serverName -
serverURL -
componentId -
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


Copyright © 2016 Silverpeas. All Rights Reserved.