Class ExternalComponentVO


  • public class ExternalComponentVO
    extends Object
    ExternalComponentVO represents an external component value object
    • 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