|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.clients.api.jsdl.OperatingSystemRequirementsType
public class OperatingSystemRequirementsType
The requirements for target operating system.
Constructor Summary | |
---|---|
OperatingSystemRequirementsType()
|
|
OperatingSystemRequirementsType(OSType osType,
java.lang.String osVersion)
|
Method Summary | |
---|---|
boolean |
equals_check(java.lang.Object obj)
|
boolean |
equals(java.lang.Object obj)
equals this instance of class with another instance |
OSType |
getOSType()
Get the type of the O/S |
java.lang.String |
getOSVersion()
Get the version of the O/S |
void |
setOSType(OSType osType)
Set the type of the O/S |
void |
setOSVersion(java.lang.String version)
Set the version of the O/S |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OperatingSystemRequirementsType()
public OperatingSystemRequirementsType(OSType osType, java.lang.String osVersion)
type
- - the type of the O/Sversion
- - the version of the O/SMethod Detail |
---|
public void setOSType(OSType osType)
type
- - the type of the O/Spublic OSType getOSType()
public void setOSVersion(java.lang.String version)
version
- - the version of the O/Spublic java.lang.String getOSVersion()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public boolean equals_check(java.lang.Object obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |