Package com.jamasoftware.velocity.api
Interface ChangeRequestAssociation
-
- All Superinterfaces:
DomainObject
public interface ChangeRequestAssociation extends DomainObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContourItemgetAssociatedItem()java.lang.StringgetChangeRequestComment()ContourItemgetChangeRequestItem()VersiongetVersionEnd()VersiongetVersionStart()-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObject
getCreatedBy, getCreatedDate, getId, getModifiedBy, getModifiedDate, getXmlToString, isNewObject, obtainAclObjectIdentity
-
-
-
-
Method Detail
-
getChangeRequestItem
ContourItem getChangeRequestItem()
-
getAssociatedItem
ContourItem getAssociatedItem()
-
getVersionStart
Version getVersionStart()
-
getVersionEnd
Version getVersionEnd()
-
getChangeRequestComment
java.lang.String getChangeRequestComment()
-
-