org.hibernate.test.collection.original
Class Permission

java.lang.Object
  extended by org.hibernate.test.collection.original.Permission

public class Permission
extends Object


Constructor Summary
Permission(String type)
           
 
Method Summary
 boolean equals(Object that)
           
 String getType()
           
 int hashCode()
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Permission

public Permission(String type)
Method Detail

getType

public String getType()

setType

public void setType(String type)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.