Class ExternalVersion
java.lang.Object
com.atlassian.jira.external.beans.ExternalVersion
- All Implemented Interfaces:
NamedExternalObject,Comparable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleangetId()getName()inthashCode()booleanbooleanvoidsetArchived(boolean archived) voidsetDescription(String description) voidvoidvoidsetProjectId(String projectId) voidsetReleased(boolean released) voidsetReleaseDate(Date releaseDate) voidsetSequence(Long sequence) toString()
-
Field Details
-
AFFECTED_VERSION_PREFIX
- See Also:
-
FIXED_VERSION_PREFIX
- See Also:
-
-
Constructor Details
-
ExternalVersion
public ExternalVersion() -
ExternalVersion
-
-
Method Details
-
getDescription
-
setDescription
-
getId
- Specified by:
getIdin interfaceNamedExternalObject
-
setId
- Specified by:
setIdin interfaceNamedExternalObject
-
getProjectId
-
setProjectId
-
getName
- Specified by:
getNamein interfaceNamedExternalObject
-
setName
- Specified by:
setNamein interfaceNamedExternalObject
-
isReleased
public boolean isReleased() -
setReleased
public void setReleased(boolean released) -
isArchived
public boolean isArchived() -
setArchived
public void setArchived(boolean archived) -
getSequence
-
setSequence
-
getReleaseDate
-
setReleaseDate
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable
-
toString
-