Class VersionImpl
java.lang.Object
com.atlassian.jira.project.version.VersionImpl
- All Implemented Interfaces:
WithId,ProjectConstant,Version,Named,NamedWithDescription
-
Field Summary
Fields inherited from interface com.atlassian.jira.util.Named
NAME_COMPARATORFields inherited from interface com.atlassian.jira.entity.WithId
ID_COMPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TimestampbooleangetId()getName()Returns project this version relates to.Returns the ID of the project that this version belongs to.Returns project this version relates to.Returns the start date of the versioninthashCode()booleanbooleanorg.ofbiz.core.entity.GenericValuetoString()
-
Constructor Details
-
VersionImpl
-
VersionImpl
-
-
Method Details
-
getProject
Description copied from interface:VersionReturns project this version relates to.- Specified by:
getProjectin interfaceVersion- Returns:
- project this version relates to.
-
getProjectId
Description copied from interface:VersionReturns the ID of the project that this version belongs to.- Specified by:
getProjectIdin interfaceProjectConstant- Specified by:
getProjectIdin interfaceVersion- Returns:
- the ID of the project that this version belongs to.
-
getProjectObject
Description copied from interface:VersionReturns project this version relates to.Same as getProject() and exists for legacy reasons.
- Specified by:
getProjectObjectin interfaceVersion- Returns:
- project domain object
-
getId
-
getName
-
getDescription
- Specified by:
getDescriptionin interfaceNamedWithDescription- Specified by:
getDescriptionin interfaceProjectConstant- Specified by:
getDescriptionin interfaceVersion
-
getSequence
- Specified by:
getSequencein interfaceVersion
-
isArchived
public boolean isArchived()- Specified by:
isArchivedin interfaceVersion
-
isReleased
public boolean isReleased()- Specified by:
isReleasedin interfaceVersion
-
getReleaseDate
- Specified by:
getReleaseDatein interfaceVersion
-
copyDate
-
toGenericValue
public org.ofbiz.core.entity.GenericValue toGenericValue() -
getStartDate
Description copied from interface:VersionReturns the start date of the version- Specified by:
getStartDatein interfaceVersion- Returns:
- The start date of the version
-
toString
-
equals
-
hashCode
public int hashCode()
-