|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamasoftware.contour.ws.v3.domain.WsVersion
public class WsVersion
This object represents a version of an item. A new item version is created each time you commit an update. It contains it's ID, the item it is associated with (which may or may not be the current version of that item), the version number and any comments made when the version was created.
| Constructor Summary | |
|---|---|
WsVersion()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getComments()
Gets the comments for this version. |
java.lang.Long |
getId()
Gets the id of the version. |
WsItem |
getVersionItem()
Gets the WsItem associated with this version. |
java.lang.String |
getVersionNumber()
Gets the Version Number of this version. |
void |
setComments(java.lang.String comments)
|
void |
setId(java.lang.Long id)
|
void |
setVersionItem(WsItem versionItem)
|
void |
setVersionNumber(java.lang.String versionNumber)
|
java.lang.String |
toString()
Gets a string representation of this version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WsVersion()
| Method Detail |
|---|
public java.lang.Long getId()
public void setId(java.lang.Long id)
public WsItem getVersionItem()
public void setVersionItem(WsItem versionItem)
public java.lang.String getVersionNumber()
public void setVersionNumber(java.lang.String versionNumber)
public java.lang.String getComments()
public void setComments(java.lang.String comments)
public 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 | |||||||||