Package com.jk.core.version
Class JKVersionInfo
java.lang.Object
com.jk.core.version.JKVersionInfo
This class represents the version information for a software component.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method gets the component build time.This method gets the deploy time of the software component.getName()
This method gets the component name.This method gets the component run time.This method gets the version of the software component.void
setBuildTime
(String buildTime) This method sets the component build time.void
setDeployTime
(String deployTime) This method sets the deploy time of the software component.void
This method sets the component name.void
setRunTime
(String runTime) This method sets the component run time.void
setVersion
(String version) This method sets the version of the software component.toString()
Returns a string representation of the object.
-
Constructor Details
-
JKVersionInfo
public JKVersionInfo()
-
-
Method Details
-
getName
This method gets the component name.- Returns:
- the component name.
-
setName
This method sets the component name.- Parameters:
name
- Specifies the new component name.
-
getBuildTime
This method gets the component build time.- Returns:
- the component build time.
-
setBuildTime
This method sets the component build time.- Parameters:
buildTime
- Specifies the new component build time.
-
getRunTime
This method gets the component run time.- Returns:
- the component run time.
-
setRunTime
This method sets the component run time.- Parameters:
runTime
- Specifies the new component run time.
-
getDeployTime
This method gets the deploy time of the software component.- Returns:
- the deploy time of the software component.
-
setDeployTime
This method sets the deploy time of the software component.- Parameters:
deployTime
- Specifies the new deploy time of the software component.
-
getVersion
This method gets the version of the software component.- Returns:
- the version of the software component.
-
setVersion
This method sets the version of the software component.- Parameters:
version
- Specifies the new version of the software component.
-
toString
Returns a string representation of the object.
-