|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamasoftware.contour.ws.v3.domain.WsChangeRequestAssociation
public class WsChangeRequestAssociation
This object represents a Contour Change Request Association. These are associations between items and a Change Request.
| Constructor Summary | |
|---|---|
WsChangeRequestAssociation()
Creates an empty WsChangeRequestAssociation object. |
|
WsChangeRequestAssociation(WsItem changeRequestItem,
WsItem associatedItem,
WsVersion versionStart,
WsVersion versionEnd,
java.lang.String changeRequestComment)
Creates a new WsChangeRequestAssociation object with the given values. |
|
| Method Summary | |
|---|---|
WsItem |
getAssociatedItem()
Gets the item associated with the Change Request. |
java.lang.String |
getChangeRequestComment()
Gets the change request association comment. |
WsItem |
getChangeRequestItem()
Gets the Change Request of the association. |
java.lang.Long |
getId()
Gets the change request association's id. |
WsVersion |
getVersionEnd()
Gets the ending version of the associated item. |
WsVersion |
getVersionStart()
Gets the starting version of the associated item. |
void |
setAssociatedItem(WsItem associatedItem)
Sets the item associated with the Change Request. |
void |
setChangeRequestComment(java.lang.String changeRequestComment)
Sets the change request association comment. |
void |
setChangeRequestItem(WsItem changeRequestItem)
Sets the Change Request of the association. |
void |
setId(java.lang.Long id)
Sets the change request association's id. |
void |
setVersionEnd(WsVersion versionEnd)
Sets the ending version of the associated item. |
void |
setVersionStart(WsVersion versionStart)
Sets the starting version of the associated item. |
java.lang.String |
toString()
Gets a string representation of this change request association. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WsChangeRequestAssociation()
public WsChangeRequestAssociation(WsItem changeRequestItem,
WsItem associatedItem,
WsVersion versionStart,
WsVersion versionEnd,
java.lang.String changeRequestComment)
changeRequestItem - change request that the item is inassociatedItem - item that is in the change requestversionStart - starting version of the item (can be null)versionEnd - ending version of the item (can be null)changeRequestComment - comment about the change request association
(can be null)| Method Detail |
|---|
public java.lang.Long getId()
public void setId(java.lang.Long id)
id - change request association idpublic WsItem getChangeRequestItem()
public void setChangeRequestItem(WsItem changeRequestItem)
changeRequestItem - WsItempublic WsItem getAssociatedItem()
public void setAssociatedItem(WsItem associatedItem)
associatedItem - WsItempublic WsVersion getVersionStart()
public void setVersionStart(WsVersion versionStart)
versionStart - WsVersionpublic WsVersion getVersionEnd()
public void setVersionEnd(WsVersion versionEnd)
versionEnd - WsVersionpublic java.lang.String getChangeRequestComment()
public void setChangeRequestComment(java.lang.String changeRequestComment)
changeRequestComment - change request association commentpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||