RichFaces CDK Attributes 4.2.3.CR1

org.richfaces.cdk.attributes
Class Element

java.lang.Object
  extended by org.richfaces.cdk.attributes.Element
All Implemented Interfaces:
KeyedType

public class Element
extends Object
implements KeyedType

Author:
Nick Belaevski

Nested Class Summary
static class Element.Type
           
 
Constructor Summary
Element()
           
Element(String name)
           
 
Method Summary
 void addAttribute(Attribute attribute)
           
 boolean equals(Object obj)
           
 Map<String,Attribute> getAttributes()
           
 String getKey()
           
 String getName()
           
 int hashCode()
           
 void setAttributes(Map<String,Attribute> attributes)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Element

public Element()

Element

public Element(String name)
Method Detail

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getKey

public String getKey()
Specified by:
getKey in interface KeyedType

addAttribute

public void addAttribute(Attribute attribute)

getAttributes

public Map<String,Attribute> getAttributes()
Returns:
the attributes

setAttributes

public void setAttributes(Map<String,Attribute> attributes)
Parameters:
attributes - the attributes to set

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

RichFaces CDK Attributes 4.2.3.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.