Class LinkPluggableComponentSoapRow


  • public class LinkPluggableComponentSoapRow
    extends Object
    LinkPluggableComponentSoapList class represents a list of pluggable applications in a project.
    Since:
    5.0
    • Constructor Detail

      • LinkPluggableComponentSoapRow

        public LinkPluggableComponentSoapRow()
    • Method Detail

      • getProjIntegratedAppId

        public String getProjIntegratedAppId()
        Returns 'projIntegratedAppId'. The link id between the project and the pluggable application
        Returns:
        Value of 'projIntegratedAppId'.
      • setProjIntegratedAppId

        public void setProjIntegratedAppId​(String projIntegratedAppId)
        Sets 'projIntegratedAppId'. The link id between the project and the pluggable application
        Parameters:
        projIntegratedAppId - Value of 'projIntegratedAppId'.
      • getIntegratedAppId

        public String getIntegratedAppId()
        Returns 'integratedAppId'. The pluggable application id
        Returns:
        Value of 'integratedAppId'.
      • setIntegratedAppId

        public void setIntegratedAppId​(String integratedAppId)
        Sets 'integratedAppId'. The pluggable application id
        Parameters:
        integratedAppId - Value of 'integratedAppId'.
      • getProjectId

        public String getProjectId()
        Returns 'projectId'. Id of the project to which the pluggable application is associated
        Returns:
        Value of 'projectId'.
      • setProjectId

        public void setProjectId​(String projectId)
        Sets 'projectId'. Id of the project to which the pluggable application is associated
        Parameters:
        projectId - Value of 'projectId'.
      • getProjectPathString

        public String getProjectPathString()
        Returns 'projectPathString'. The full project path, as a string
        Returns:
        Value of 'projectPathString'.
      • setProjectPathString

        public void setProjectPathString​(String projectPathString)
        Sets 'projectPathString'. The full project path, as a string
        Parameters:
        projectPathString - Value of 'projectPathString'.
      • getPrefix

        public String getPrefix()
        Returns 'prefix'.
        Returns:
        Value of 'prefix'.
      • setPrefix

        public void setPrefix​(String prefix)
        Sets 'prefix'.
        Parameters:
        prefix - Value of 'prefix'.
      • registerTypeMappings

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