Class ReleaseStageVersions
java.lang.Object
org.apache.maven.shared.release.config.ReleaseStageVersions
- All Implemented Interfaces:
Serializable
Class ReleaseStageVersions.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the development field.Get the original field.Get the release field.inthashCode()voidsetDevelopment(String development) Set the development field.voidsetOriginal(String original) Set the original field.voidsetRelease(String release) Set the release field.
-
Constructor Details
-
ReleaseStageVersions
public ReleaseStageVersions()
-
-
Method Details
-
getDevelopment
Get the development field.- Returns:
- String
-
getOriginal
Get the original field.- Returns:
- String
-
getRelease
Get the release field.- Returns:
- String
-
setDevelopment
Set the development field.- Parameters:
development- a development object.
-
setOriginal
Set the original field.- Parameters:
original- a original object.
-
setRelease
Set the release field.- Parameters:
release- a release object.
-
equals
-
hashCode
public int hashCode()
-