org.jboss.seam.solder.bean.generic
Class GenericIdentifier

java.lang.Object
  extended by org.jboss.seam.solder.bean.generic.GenericIdentifier

public class GenericIdentifier
extends Object

Uniquely identifies a generic bean set

Author:
Stuart Douglas

Constructor Summary
GenericIdentifier(Set<Annotation> qualifiers, Annotation configuration)
           
 
Method Summary
 boolean equals(Object obj)
           
 Class<? extends Annotation> getAnnotationType()
           
 Annotation getConfiguration()
           
 Set<Annotation> getQualifiers()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericIdentifier

public GenericIdentifier(Set<Annotation> qualifiers,
                         Annotation configuration)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

getQualifiers

public Set<Annotation> getQualifiers()

getAnnotationType

public Class<? extends Annotation> getAnnotationType()

getConfiguration

public Annotation getConfiguration()


Copyright © 2008-2011 Seam Framework. All Rights Reserved.