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_COMPARATOR
Fields inherited from interface com.atlassian.jira.entity.WithId
ID_COMPARATOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Timestamp
boolean
getId()
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 versionint
hashCode()
boolean
boolean
org.ofbiz.core.entity.GenericValue
toString()
-
Constructor Details
-
VersionImpl
-
VersionImpl
-
-
Method Details
-
getProject
Description copied from interface:Version
Returns project this version relates to.- Specified by:
getProject
in interfaceVersion
- Returns:
- project this version relates to.
-
getProjectId
Description copied from interface:Version
Returns the ID of the project that this version belongs to.- Specified by:
getProjectId
in interfaceProjectConstant
- Specified by:
getProjectId
in interfaceVersion
- Returns:
- the ID of the project that this version belongs to.
-
getProjectObject
Description copied from interface:Version
Returns project this version relates to.Same as getProject() and exists for legacy reasons.
- Specified by:
getProjectObject
in interfaceVersion
- Returns:
- project domain object
-
getId
-
getName
-
getDescription
- Specified by:
getDescription
in interfaceNamedWithDescription
- Specified by:
getDescription
in interfaceProjectConstant
- Specified by:
getDescription
in interfaceVersion
-
getSequence
- Specified by:
getSequence
in interfaceVersion
-
isArchived
public boolean isArchived()- Specified by:
isArchived
in interfaceVersion
-
isReleased
public boolean isReleased()- Specified by:
isReleased
in interfaceVersion
-
getReleaseDate
- Specified by:
getReleaseDate
in interfaceVersion
-
copyDate
-
toGenericValue
public org.ofbiz.core.entity.GenericValue toGenericValue() -
getStartDate
Description copied from interface:Version
Returns the start date of the version- Specified by:
getStartDate
in interfaceVersion
- Returns:
- The start date of the version
-
toString
-
equals
-
hashCode
public int hashCode()
-