|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.jsdt.common.Base
com.ibm.jsdt.support.SupportBase
com.ibm.jsdt.support.SupportOS400Base
public class SupportOS400Base
Base for OS/400 application wrapper Entry, Exit, Main and Version Checkers.
Overrides a few SupportBase
methods with OS/400 specific values.
Field Summary |
---|
Fields inherited from class com.ibm.jsdt.common.Base |
---|
NEW_LINE, OS_NAME, SLASH |
Constructor Summary | |
---|---|
SupportOS400Base()
Deprecated. Sole constructor. |
Method Summary | |
---|---|
SupportHelper |
getHelper()
Deprecated. Lazy initializes and retrieves a SupportHelper . |
SupportOS400Helper |
getOS400Helper()
Deprecated. Gets the SupportOS400Helper . |
java.lang.String |
getOS400ProductId()
Deprecated. |
java.lang.String |
getOS400ProductOption()
Deprecated. |
java.lang.String |
getOS400Release()
Deprecated. |
java.util.ArrayList |
getPtfList()
Deprecated. |
void |
setOS400ProductId(java.lang.String os400ProductId)
Deprecated. |
void |
setOS400ProductOption(java.lang.String os400ProductOption)
Deprecated. |
void |
setOS400Release(java.lang.String os400Release)
Deprecated. |
void |
setPtfList(java.util.ArrayList ptfList)
Deprecated. |
Methods inherited from class com.ibm.jsdt.common.Base |
---|
getBuildPropertiesAccessor, getFullVersion, showBuildProperties, showFullVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SupportOS400Base()
Method Detail |
---|
public SupportHelper getHelper()
SupportHelper
.
getHelper
in class SupportBase
SupportHelper
public SupportOS400Helper getOS400Helper()
SupportOS400Helper
.
SupportOS400Helper
public java.lang.String getOS400ProductId()
public void setOS400ProductId(java.lang.String os400ProductId)
os400ProductId
- The os400ProductId to set.public java.lang.String getOS400ProductOption()
public void setOS400ProductOption(java.lang.String os400ProductOption)
os400ProductOption
- The os400ProductOption to set.public java.lang.String getOS400Release()
public void setOS400Release(java.lang.String os400Release)
os400Release
- The os400Release to set.public java.util.ArrayList getPtfList()
public void setPtfList(java.util.ArrayList ptfList)
ptfList
- The ptfList to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |