Class Template

    • Constructor Detail

      • Template

        public Template()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getParameters

        public List<String> getParameters()
      • addParameter

        public void addParameter​(String name)
      • setElement

        public void setElement​(org.apache.axiom.om.OMElement element)
      • getElement

        public org.apache.axiom.om.OMElement getElement()
      • setDescription

        public void setDescription​(String description)
        Description copied from interface: SynapseArtifact
        Set the description of the artifact
        Specified by:
        setDescription in interface SynapseArtifact
        Parameters:
        description - tobe set to the artifact
      • getFileName

        public String getFileName()
      • setFileName

        public void setFileName​(String fileName)
      • getArtifactContainerName

        public String getArtifactContainerName()
      • setArtifactContainerName

        public void setArtifactContainerName​(String artifactContainerName)
      • isEdited

        public boolean isEdited()
      • setIsEdited

        public void setIsEdited​(boolean isEdited)
      • getCommentsList

        public List<String> getCommentsList()
      • setCommentsList

        public void setCommentsList​(List<String> commentsList)