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 ContourItem
getAssociatedItem()
java.lang.String
getChangeRequestComment()
ContourItem
getChangeRequestItem()
Version
getVersionEnd()
Version
getVersionStart()
-
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()
-
-