Class ReplicaDataSoapDO

java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
com.collabnet.ce.soap60.webservices.scm.ReplicaDataSoapDO

public class ReplicaDataSoapDO extends ItemSoapDO
This class represents the data associated with an replica server data.
Since:
8.1
  • Field Details

  • Constructor Details

    • ReplicaDataSoapDO

      public ReplicaDataSoapDO()
  • Method Details

    • getId

      public String getId()
      Returns 'id'.
      Overrides:
      getId in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
      Returns:
      Value of 'id'.
    • setId

      public void setId(String id)
      Sets 'id'.
      Overrides:
      setId in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
      Parameters:
      id - Value of 'id'.
    • getDescription

      public String getDescription()
      Returns 'description'.
      Returns:
      Value of 'description'.
    • setDescription

      public void setDescription(String description)
      Sets 'description'.
      Parameters:
      description - Value of 'description'.
    • getHostname

      public String getHostname()
      Returns 'hostname'.
      Returns:
      Value of 'hostname'.
    • setHostname

      public void setHostname(String hostname)
      Sets 'hostname'.
      Parameters:
      hostname - Value of 'hostname'.
    • getMasterSystemId

      public String getMasterSystemId()
      Returns 'masterSystemId'.
      Returns:
      Value of 'masterSystemId'.
    • setMasterSystemId

      public void setMasterSystemId(String masterSystemId)
      Sets 'masterSystemId'.
      Parameters:
      masterSystemId - Value of 'masterSystemId'.
    • getMasterSystemTitle

      public String getMasterSystemTitle()
      Returns 'masterSystemTitle'.
      Returns:
      Value of 'masterSystemTitle'.
    • setMasterSystemTitle

      public void setMasterSystemTitle(String masterSystemTitle)
      Sets 'masterSystemTitle'.
      Parameters:
      masterSystemTitle - Value of 'masterSystemTitle'.
    • getMasterSystemAdapterName

      public String getMasterSystemAdapterName()
      Returns 'masterSystemAdapterName'.
      Returns:
      Value of 'masterSystemAdapterName'.
    • setMasterSystemAdapterName

      public void setMasterSystemAdapterName(String masterSystemAdapterName)
      Sets 'masterSystemAdapterName'.
      Parameters:
      masterSystemAdapterName - Value of 'masterSystemAdapterName'.
    • getManagedByUsername

      public String getManagedByUsername()
      Returns 'managedByUsername'.
      Returns:
      Value of 'managedByUsername'.
    • setManagedByUsername

      public void setManagedByUsername(String managedByUsername)
      Sets 'managedByUsername'.
      Parameters:
      managedByUsername - Value of 'managedByUsername'.
    • getManagedByFullName

      public String getManagedByFullName()
      Returns 'managedByFullName'.
      Returns:
      Value of 'managedByFullName'.
    • setManagedByFullName

      public void setManagedByFullName(String managedByFullName)
      Sets 'managedByFullName'.
      Parameters:
      managedByFullName - Value of 'managedByFullName'.
    • getApproved

      public boolean getApproved()
      Returns 'approved'.
      Returns:
      Value of 'approved'.
    • setApproved

      public void setApproved(boolean approved)
      Sets 'approved'.
      Parameters:
      approved - Value of 'approved'.
    • getPending

      public boolean getPending()
      Returns 'pending'.
      Returns:
      Value of 'pending'.
    • setPending

      public void setPending(boolean pending)
      Sets 'pending'.
      Parameters:
      pending - Value of 'pending'.
    • getSsl

      public boolean getSsl()
      Returns 'ssl'.
      Returns:
      Value of 'ssl'.
    • setSsl

      public void setSsl(boolean ssl)
      Sets 'ssl'.
      Parameters:
      ssl - Value of 'ssl'.
    • getContextPath

      public String getContextPath()
      Returns 'contextPath'.
      Returns:
      Value of 'contextPath'.
    • setContextPath

      public void setContextPath(String contextPath)
      Sets 'contextPath'.
      Parameters:
      contextPath - Value of 'contextPath'.
    • getViewerPath

      public String getViewerPath()
      Returns 'viewerPath'.
      Returns:
      Value of 'viewerPath'.
    • setViewerPath

      public void setViewerPath(String viewerPath)
      Sets 'viewerPath'.
      Parameters:
      viewerPath - Value of 'viewerPath'.
    • getConsolePort

      public int getConsolePort()
      Returns 'consolePort'.
      Returns:
      Value of 'consolePort'.
    • setConsolePort

      public void setConsolePort(int consolePort)
      Sets 'consolePort'.
      Parameters:
      consolePort - Value of 'consolePort'.
    • getPort

      public int getPort()
      Returns 'port'.
      Returns:
      Value of 'port'.
    • setPort

      public void setPort(int port)
      Sets 'port'.
      Parameters:
      port - Value of 'port'.
    • getCommandPollPeriod

      public int getCommandPollPeriod()
      Returns 'commandPollPeriod'.
      Returns:
      Value of 'commandPollPeriod'.
    • setCommandPollPeriod

      public void setCommandPollPeriod(int commandPollPeriod)
      Sets 'commandPollPeriod'.
      Parameters:
      commandPollPeriod - Value of 'commandPollPeriod'.
    • getCommandConcurrencyLong

      public int getCommandConcurrencyLong()
      Returns 'commandConcurrencyLong'.
      Returns:
      Value of 'commandConcurrencyLong'.
    • setCommandConcurrencyLong

      public void setCommandConcurrencyLong(int commandConcurrencyLong)
      Sets 'commandConcurrencyLong'.
      Parameters:
      commandConcurrencyLong - Value of 'commandConcurrencyLong'.
    • getCommandConcurrencyShort

      public int getCommandConcurrencyShort()
      Returns 'commandConcurrencyShort'.
      Returns:
      Value of 'commandConcurrencyShort'.
    • setCommandConcurrencyShort

      public void setCommandConcurrencyShort(int commandConcurrencyShort)
      Sets 'commandConcurrencyShort'.
      Parameters:
      commandConcurrencyShort - Value of 'commandConcurrencyShort'.
    • getDateLastContact

      public Date getDateLastContact()
      Returns 'dateLastContact'.
      Returns:
      Value of 'dateLastContact'.
    • setDateLastContact

      public void setDateLastContact(Date dateLastContact)
      Sets 'dateLastContact'.
      Parameters:
      dateLastContact - Value of 'dateLastContact'.
    • getHealth

      public String getHealth()
      Returns 'health'.
      Returns:
      Value of 'health'.
    • setHealth

      public void setHealth(String health)
      Sets 'health'.
      Parameters:
      health - Value of 'health'.
    • registerTypeMappings

      public static void registerTypeMappings(org.apache.axis.client.Call call)