com.intel.gpe.clients.api.jsdl
Class OperatingSystemRequirementsType

java.lang.Object
  extended by com.intel.gpe.clients.api.jsdl.OperatingSystemRequirementsType

public class OperatingSystemRequirementsType
extends java.lang.Object

The requirements for target operating system.

Version:
$Id: OperatingSystemRequirementsType.java,v 1.7 2006/08/28 07:49:07 baklushin Exp $
Author:
Alexei Baklushin

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

OperatingSystemRequirementsType

public OperatingSystemRequirementsType()

OperatingSystemRequirementsType

public OperatingSystemRequirementsType(OSType osType,
                                       java.lang.String osVersion)
Parameters:
type - - the type of the O/S
version - - the version of the O/S
Method Detail

setOSType

public void setOSType(OSType osType)
Set the type of the O/S

Parameters:
type - - the type of the O/S

getOSType

public OSType getOSType()
Get the type of the O/S

Returns:
the type of the O/S

setOSVersion

public void setOSVersion(java.lang.String version)
Set the version of the O/S

Parameters:
version - - the version of the O/S

getOSVersion

public java.lang.String getOSVersion()
Get the version of the O/S

Returns:
the version of the O/S

equals

public boolean equals(java.lang.Object obj)
equals this instance of class with another instance

Overrides:
equals in class java.lang.Object

equals_check

public boolean equals_check(java.lang.Object obj)


Copyright © 2008. All Rights Reserved.