com.free2be.dimensions.device.simple
Class SimpleBrowser

java.lang.Object
  extended by com.free2be.dimensions.device.simple.SimpleDeviceComponent
      extended by com.free2be.dimensions.device.simple.SimpleBrowser
All Implemented Interfaces:
Browser, DeviceComponent, java.io.Serializable
Direct Known Subclasses:
BrowserProfile

public class SimpleBrowser
extends SimpleDeviceComponent
implements Browser

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.free2be.dimensions.device.simple.SimpleDeviceComponent
END_TAG_INDICATOR, GREATER_THAN, LESS_THAN
 
Constructor Summary
SimpleBrowser()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getPropertyName()
          Each implementation must return a xml representation (name) that best describes it.
 java.lang.String getVersion()
           
 void setName(java.lang.String name)
           
 void setVersion(java.lang.String version)
           
 
Methods inherited from class com.free2be.dimensions.device.simple.SimpleDeviceComponent
assignEndTag, assignNewline, assignStartTag, getAsXml, getAsXml, getSimpleXml, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.free2be.dimensions.device.DeviceComponent
getAsXml
 

Constructor Detail

SimpleBrowser

public SimpleBrowser()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Browser

setName

public void setName(java.lang.String name)

getVersion

public java.lang.String getVersion()
Specified by:
getVersion in interface Browser

setVersion

public void setVersion(java.lang.String version)

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