public class WsVersion extends Object
Constructor and Description |
---|
WsVersion() |
Modifier and Type | Method and Description |
---|---|
String |
getComments()
Gets the comments for this version.
|
Long |
getId()
Gets the id of the version.
|
WsItem |
getVersionItem()
Gets the WsItem associated with this version.
|
String |
getVersionNumber()
Gets the Version Number of this version.
|
void |
setComments(String comments) |
void |
setId(Long id) |
void |
setVersionItem(WsItem versionItem) |
void |
setVersionNumber(String versionNumber) |
String |
toString()
Gets a string representation of this version.
|
public Long getId()
public void setId(Long id)
public WsItem getVersionItem()
public void setVersionItem(WsItem versionItem)
public String getVersionNumber()
public void setVersionNumber(String versionNumber)
public String getComments()
public void setComments(String comments)
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.