- All Superinterfaces:
Entity
, net.java.ao.RawEntity<Long>
@Preload({"VERSION_ID","START_DATE"})
public interface VersionMetaDataAO
extends Entity
-
Method Summary
Start date for the version in milliseconds
ID for the version that this entry refers to
void
void
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
ID for the version that this entry refers to
-
setVersionId
void setVersionId(Long versionId)
-
getStartDate
Start date for the version in milliseconds
-
setStartDate
void setStartDate(Long startDate)