Interface VersionMetaDataAO

All Superinterfaces:
Entity, net.java.ao.RawEntity<Long>

@Preload({"VERSION_ID","START_DATE"}) public interface VersionMetaDataAO extends Entity
  • Method Summary

    Modifier and Type
    Method
    Description
    Start date for the version in milliseconds
    ID for the version that this entry refers to
    void
    setStartDate(Long startDate)
     
    void
    setVersionId(Long versionId)
     

    Methods inherited from interface com.atlassian.greenhopper.service.rapid.view.Entity

    getId

    Methods inherited from interface net.java.ao.RawEntity

    addPropertyChangeListener, getEntityManager, getEntityType, init, removePropertyChangeListener, save
  • Method Details

    • getVersionId

      Long getVersionId()
      ID for the version that this entry refers to
    • setVersionId

      void setVersionId(Long versionId)
    • getStartDate

      Long getStartDate()
      Start date for the version in milliseconds
    • setStartDate

      void setStartDate(Long startDate)