| java.lang.Object | |
| ↳ | com.atlassian.jira.mock.project.MockVersion |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the backing GenericValue object.
| |||||||||||
Retrieve a numeric field.
| |||||||||||
Returns Project as a GenericValue.
| |||||||||||
Returns the ID of the project that this version belongs to.
| |||||||||||
Returns project this version relates to.
| |||||||||||
Returns the start date of the version
| |||||||||||
Retrieve a String field.
| |||||||||||
Retrieve a timestamp field.
| |||||||||||
Sets the start date of the version
| |||||||||||
Persist this object's immediate fields.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.ofbiz.OfBizValueWrapper
| |||||||||||
From interface
com.atlassian.jira.project.ProjectConstant
| |||||||||||
From interface
com.atlassian.jira.project.version.Version
| |||||||||||
From interface
com.atlassian.jira.util.Named
| |||||||||||
From interface
com.atlassian.jira.util.NamedWithDescription
| |||||||||||
Get the backing GenericValue object.
Retrieve a numeric field.
| name | the field name |
|---|
Returns Project as a GenericValue.
Returns the ID of the project that this version belongs to.
Returns project this version relates to.
Returns the start date of the version
Retrieve a String field.
| name | the field name |
|---|
Retrieve a timestamp field.
| name | the field name |
|---|
Sets the start date of the version
| startDate | The start date of the version |
|---|
Persist this object's immediate fields.