Class ImportServiceImpl.PublishingChannel

  • Enclosing class:
    ImportServiceImpl

    public class ImportServiceImpl.PublishingChannel
    extends Object
    publishing channel
    Author:
    hyanghee
    • Constructor Detail

      • PublishingChannel

        public PublishingChannel()
    • Method Detail

      • getUrl

        public String getUrl()
        Returns:
        the url
      • setUrl

        public void setUrl​(String url)
        Parameters:
        url - the url to set
      • getPassword

        public String getPassword()
        Returns:
        the password
      • setPassword

        public void setPassword​(String password)
        Parameters:
        password - the password to set
      • getTarget

        public String getTarget()
        Returns:
        the target
      • setTarget

        public void setTarget​(String target)
        Parameters:
        target - the target to set
      • isPublishMetadata

        public boolean isPublishMetadata()
        Returns:
        the publishMetadata
      • setPublishMetadata

        public void setPublishMetadata​(boolean publishMetadata)
        Parameters:
        publishMetadata - the publishMetadata to set
      • getId

        public String getId()
        Returns:
        the id
      • setId

        public void setId​(String id)
        Parameters:
        id - the id to set
      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set