Package com.jamasoftware.velocity.api
Interface Baseline
-
- All Superinterfaces:
DomainObject
,ScopedObject
public interface Baseline extends DomainObject, ScopedObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Boolean
getActive()
java.lang.String
getDescription()
java.lang.String
getName()
Project
getProject()
com.jamasoftware.contour.api.review.domain.Revision
getRevisionWithBaseline()
java.util.Set<Version>
getVersions()
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObject
getCreatedBy, getCreatedDate, getId, getModifiedBy, getModifiedDate, getXmlToString, isNewObject, obtainAclObjectIdentity
-
Methods inherited from interface com.jamasoftware.velocity.api.ScopedObject
getRefId, getScopeId
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getDescription
java.lang.String getDescription()
-
getProject
Project getProject()
-
getActive
java.lang.Boolean getActive()
-
getVersions
java.util.Set<Version> getVersions()
-
getRevisionWithBaseline
com.jamasoftware.contour.api.review.domain.Revision getRevisionWithBaseline()
-
-