org.millstone.webadapter
Class UIDLTransformerType

java.lang.Object
  |
  +--org.millstone.webadapter.UIDLTransformerType

public class UIDLTransformerType
extends java.lang.Object

Type of the transformer.

Since:
3.0
Version:
3.0.3
Author:
IT Mill Ltd.

Constructor Summary
UIDLTransformerType(WebBrowser webBrowserType, Theme theme)
          Creates a new instance of TransformerType
 
Method Summary
 boolean equals(java.lang.Object obj)
          Two types are equal, if their properties are equal
 Theme getTheme()
          Get the theme used in the UIDLTransformer of this type.
 WebBrowser getWebBrowser()
          Get the web browser type used in the UIDLTransformer of this type.
 int hashCode()
          The hash code of the equal types are the same
 java.lang.String toString()
          Textual representation of the UIDLTransformer type
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UIDLTransformerType

public UIDLTransformerType(WebBrowser webBrowserType,
                           Theme theme)
Creates a new instance of TransformerType

Method Detail

hashCode

public int hashCode()
The hash code of the equal types are the same

Overrides:
hashCode in class java.lang.Object

getWebBrowser

public WebBrowser getWebBrowser()
Get the web browser type used in the UIDLTransformer of this type.

Returns:
Web browser type used.

getTheme

public Theme getTheme()
Get the theme used in the UIDLTransformer of this type.

Returns:
Theme used.

equals

public boolean equals(java.lang.Object obj)
Two types are equal, if their properties are equal

Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Textual representation of the UIDLTransformer type

Overrides:
toString in class java.lang.Object


Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.