Class JKVersionInfo

java.lang.Object
com.jk.core.version.JKVersionInfo

public class JKVersionInfo extends Object
This class represents the version information for a software component.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Constructor Details

    • JKVersionInfo

      public JKVersionInfo()
  • Method Details

    • getName

      public String getName()
      This method gets the component name.
      Returns:
      the component name.
    • setName

      public void setName(String name)
      This method sets the component name.
      Parameters:
      name - Specifies the new component name.
    • getBuildTime

      public String getBuildTime()
      This method gets the component build time.
      Returns:
      the component build time.
    • setBuildTime

      public void setBuildTime(String buildTime)
      This method sets the component build time.
      Parameters:
      buildTime - Specifies the new component build time.
    • getRunTime

      public String getRunTime()
      This method gets the component run time.
      Returns:
      the component run time.
    • setRunTime

      public void setRunTime(String runTime)
      This method sets the component run time.
      Parameters:
      runTime - Specifies the new component run time.
    • getDeployTime

      public String getDeployTime()
      This method gets the deploy time of the software component.
      Returns:
      the deploy time of the software component.
    • setDeployTime

      public void setDeployTime(String deployTime)
      This method sets the deploy time of the software component.
      Parameters:
      deployTime - Specifies the new deploy time of the software component.
    • getVersion

      public String getVersion()
      This method gets the version of the software component.
      Returns:
      the version of the software component.
    • setVersion

      public void setVersion(String version)
      This method sets the version of the software component.
      Parameters:
      version - Specifies the new version of the software component.
    • toString

      public String toString()
      Returns a string representation of the object.
      Overrides:
      toString in class Object
      Returns:
      a string representation of the object.