Interface IPublishedProject

All Superinterfaces:
Serializable

public interface IPublishedProject extends Serializable
Published Project Model.
Since:
10.0
Author:
Voicu Modlovan
  • Field Details

    • REVISION_PREFIX

      static final String REVISION_PREFIX
      The revision prefix used by the publisher to delimiter [major].[minor] version and [revision GUID]. Example: 1.0_revaf136051-edf7-4ddb-a386-40be56427a4b
      See Also:
  • Method Details

    • getProject

      String getProject()
    • setProject

      void setProject(String project)
    • getBranch

      String getBranch()
    • setBranch

      void setBranch(String branch)
    • getRevision

      String getRevision()
    • setRevision

      void setRevision(String revision)
    • getLocation

      String getLocation()
    • setLocation

      void setLocation(String location)
    • getUsername

      String getUsername()
    • setUsername

      void setUsername(String username)
    • getComment

      String getComment()
    • setComment

      void setComment(String comment)
    • getExportDate

      Date getExportDate()
    • setExportDate

      void setExportDate(Date exportDate)
    • getContent

      byte[] getContent()
    • setContent

      void setContent(byte[] content)
    • getMetadata

      byte[] getMetadata()
    • setMetadata

      void setMetadata(byte[] metadata)
    • getTags

      String getTags()
    • setTags

      void setTags(String tags)
    • getProjectRevision

      String getProjectRevision()
    • getApplicationId

      com.aquima.interactions.foundation.ApplicationID getApplicationId()