|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.product.WASProductInfo
public class WASProductInfo
This is a wrapper class containing information for the product information of a WAS install location.
Constructor Summary | |
---|---|
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 | |
---|---|
java.lang.String |
getBuildDate()
Get the build date of the WAS product. |
java.lang.String |
getBuildLevel()
Get the build level of the WAS product. |
java.lang.String |
getId()
Get the id of the WAS product. |
java.lang.String |
getName()
Get the name of the WAS product. |
java.lang.String |
getVersion()
Get the version of the WAS product. |
void |
print()
Prints the product information to standard out. |
void |
setBuildDate(java.lang.String buildDate)
IBM WEBSPHERE INTERNAL USE ONLY. |
void |
setBuildLevel(java.lang.String buildLevel)
IBM WEBSPHERE INTERNAL USE ONLY. |
void |
setId(java.lang.String id)
IBM WEBSPHERE INTERNAL USE ONLY. |
void |
setName(java.lang.String name)
IBM WEBSPHERE INTERNAL USE ONLY. |
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 |
---|
public WASProductInfo(java.lang.String name, java.lang.String id, java.lang.String version, java.lang.String buildDate, java.lang.String buildLevel)
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 |
---|
public void setName(java.lang.String name)
name
- the name of the WAS product.public java.lang.String getName()
public void setId(java.lang.String id)
id
- the id of the WAS product.public java.lang.String getId()
public void setVersion(java.lang.String version)
version
- the version of the WAS product.public java.lang.String getVersion()
public void setBuildDate(java.lang.String buildDate)
buildDate
- the build date of the WAS product.public java.lang.String getBuildDate()
public void setBuildLevel(java.lang.String buildLevel)
buildLevel
- the build level of the WAS product.public java.lang.String getBuildLevel()
public void print()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |