com.free2be.dimensions.device.simple
Class SimpleSoftware
java.lang.Object
com.free2be.dimensions.device.simple.SimpleDeviceComponent
com.free2be.dimensions.device.simple.SimpleSoftware
- All Implemented Interfaces:
- DeviceComponent, Software, java.io.Serializable
- Direct Known Subclasses:
- SoftwareProfile
public class SimpleSoftware
- extends SimpleDeviceComponent
- implements Software
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleSoftware
public SimpleSoftware()
getOsName
public java.lang.String getOsName()
- Specified by:
getOsName
in interface Software
setOsName
public void setOsName(java.lang.String osName)
getOsVendor
public java.lang.String getOsVendor()
- Specified by:
getOsVendor
in interface Software
setOsVendor
public void setOsVendor(java.lang.String osVendor)
getBrowser
public Browser getBrowser()
- Specified by:
getBrowser
in interface Software
getWapBrowser
public WapBrowser getWapBrowser()
- Specified by:
getWapBrowser
in interface Software
getOsVersion
public java.lang.String getOsVersion()
setOsVersion
public void setOsVersion(java.lang.String osVersion)
getImage
public DeviceImage getImage()
- Specified by:
getImage
in interface Software
getAudio
public Audio getAudio()
- Specified by:
getAudio
in interface Software
getJava
public Java getJava()
- Specified by:
getJava
in interface Software
getPreferredContentType
public java.lang.String getPreferredContentType()
- Specified by:
getPreferredContentType
in interface Software
setPreferredContentType
public void setPreferredContentType(java.lang.String preferredContentType)
getPropertyName
public java.lang.String getPropertyName()
- Description copied from class:
SimpleDeviceComponent
- Each implementation must return a xml representation (name) that best describes it.
- Specified by:
getPropertyName
in class SimpleDeviceComponent