SimpleServlets v5.5.0

com.simpleservlets.htmlobjects
Class HTMLList.Style

java.lang.Object
  extended by com.simpleservlets.htmlobjects.HTMLList.Style
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HTMLList.OrderedStyle, HTMLList.UnorderedStyle
Enclosing class:
HTMLList

protected abstract static class HTMLList.Style
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
protected HTMLList.Style(int style, String name, String attributeValue)
           
 
Method Summary
 boolean equals(Object obj)
          Use this method instead of == to be sure that serialization or multiple class loaders have not resulted in multiple instances.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTMLList.Style

protected HTMLList.Style(int style,
                         String name,
                         String attributeValue)
Method Detail

equals

public boolean equals(Object obj)
Use this method instead of == to be sure that serialization or multiple class loaders have not resulted in multiple instances.

Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

SimpleServlets v5.5.0

Copyright © 2001-2007 Programix Incorporated. All rights reserved. SimpleServlets is free and is OSI Certified Open Source Software under the BSD license.