com.ibm.websphere.product

Class WASProductInfo

  1. java.lang.Object
  2. extended bycom.ibm.websphere.product.WASProductInfo

  1. public class WASProductInfo
  2. extends java.lang.Object
This is a wrapper class containing information for the product information of a WAS install location.
Version:
6.0

Constructor Summary

Constructor and Description
WASProductInfo(java.lang.String name,java.lang.String id,java.lang.String version,java.lang.String buildDate,java.lang.String buildLevel)
Constructor for WASProductInfo

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getBuildDate()
Get the build date of the WAS product.
  1. java.lang.String
getBuildLevel()
Get the build level of the WAS product.
  1. java.lang.String
getId()
Get the id of the WAS product.
  1. java.lang.String
getName()
Get the name of the WAS product.
  1. java.lang.String
getVersion()
Get the version of the WAS product.
  1. void
print()
Prints the product information to standard out.
  1. void
setBuildDate(java.lang.String buildDate)
IBM WEBSPHERE INTERNAL USE ONLY.
  1. void
setBuildLevel(java.lang.String buildLevel)
IBM WEBSPHERE INTERNAL USE ONLY.
  1. void
setId(java.lang.String id)
IBM WEBSPHERE INTERNAL USE ONLY.
  1. void
setName(java.lang.String name)
IBM WEBSPHERE INTERNAL USE ONLY.
  1. void
setVersion(java.lang.String version)
IBM WEBSPHERE INTERNAL USE ONLY.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

WASProductInfo

  1. public WASProductInfo(java.lang.String name,
  2. java.lang.String id,
  3. java.lang.String version,
  4. java.lang.String buildDate,
  5. java.lang.String buildLevel)
Constructor for WASProductInfo
Parameters:
name - the name of the WAS product.
id - The id of the WAS product.
version - the version of the WAS product.
buildDate - the build date of the WAS product.
buildLevel - the build level of the WAS product.

Method Detail

setName

  1. public void setName(java.lang.String name)
IBM WEBSPHERE INTERNAL USE ONLY. Set the name of the WAS product.
Parameters:
name - the name of the WAS product.

getName

  1. public java.lang.String getName( )
Get the name of the WAS product.
Returns:
The name of the WAS product.

setId

  1. public void setId(java.lang.String id)
IBM WEBSPHERE INTERNAL USE ONLY. Set the id of the WAS product.
Parameters:
id - the id of the WAS product.

getId

  1. public java.lang.String getId()
Get the id of the WAS product.
Returns:
The id of the WAS product.

setVersion

  1. public void setVersion(java.lang.String version)
IBM WEBSPHERE INTERNAL USE ONLY. Set the version of the WAS product.
Parameters:
version - the version of the WAS product.

getVersion

  1. public java.lang.String getVersion( )
Get the version of the WAS product.
Returns:
The version of the WAS product.

setBuildDate

  1. public void setBuildDate(java.lang.String buildDate)
IBM WEBSPHERE INTERNAL USE ONLY. Set the build date of the WAS product.
Parameters:
buildDate - the build date of the WAS product.

getBuildDate

  1. public java.lang.String getBuildDate( )
Get the build date of the WAS product.
Returns:
The date of the WAS product.

setBuildLevel

  1. public void setBuildLevel(java.lang.String buildLevel)
IBM WEBSPHERE INTERNAL USE ONLY. Set the build level of the WAS product.
Parameters:
buildLevel - the build level of the WAS product.

getBuildLevel

  1. public java.lang.String getBuildLevel( )
Get the build level of the WAS product.
Returns:
The build level of the WAS product.

  1. public void print()
Prints the product information to standard out.