Interface PublicationMeta


public interface PublicationMeta
This is the public interface for Publication metadata.
  • Method Details

    • getNamespaceId

      int getNamespaceId()
    • setNamespaceId

      void setNamespaceId(int namespaceId)
    • getId

      int getId()
    • setId

      void setId(int id)
    • getTitle

      String getTitle()
    • setTitle

      void setTitle(String title)
    • getKey

      String getKey()
    • setKey

      void setKey(String key)
    • getPublicationPath

      String getPublicationPath()
    • setPublicationPath

      void setPublicationPath(String publicationPath)
    • getPublicationUrl

      String getPublicationUrl()
    • setPublicationUrl

      void setPublicationUrl(String publicationUrl)
    • getMultimediaPath

      String getMultimediaPath()
    • setMultimediaPath

      void setMultimediaPath(String multimediaPath)
    • getMultimediaUrl

      String getMultimediaUrl()
    • setMultimediaUrl

      void setMultimediaUrl(String multimediaUrl)
    • getCustomMeta

      CustomMeta getCustomMeta()
    • setCustomMeta

      void setCustomMeta(CustomMeta customMeta)