org.jboss.seam.security.management
Class IdentityObjectRelationshipTypeImpl

java.lang.Object
  extended by org.jboss.seam.security.management.IdentityObjectRelationshipTypeImpl
All Implemented Interfaces:
Serializable, org.picketlink.idm.spi.model.IdentityObjectRelationshipType

public class IdentityObjectRelationshipTypeImpl
extends Object
implements org.picketlink.idm.spi.model.IdentityObjectRelationshipType, Serializable

Simple implementation of IdentityObjectRelationshipType

Author:
Shane Bryzak
See Also:
Serialized Form

Constructor Summary
IdentityObjectRelationshipTypeImpl(String name)
           
 
Method Summary
 boolean equals(Object value)
           
 String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityObjectRelationshipTypeImpl

public IdentityObjectRelationshipTypeImpl(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface org.picketlink.idm.spi.model.IdentityObjectRelationshipType

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011 Seam Framework. All Rights Reserved.