com.ebmwebsourcing.webcommons.user.persistence.bo
Class Role

java.lang.Object
  extended by com.ebmwebsourcing.webcommons.persistence.bo.BaseObject
      extended by com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject
          extended by com.ebmwebsourcing.webcommons.user.persistence.bo.Role
All Implemented Interfaces:
java.io.Serializable

@Entity(name="com.ebmwebsourcing.webcommons.user.persistence.bo.Role")
public class Role
extends com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject

Author:
strino
See Also:
Serialized Form

Constructor Summary
Role()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getName()
           
 int hashCode()
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject
getId, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Role

public Role()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

equals

public boolean equals(java.lang.Object other)
Specified by:
equals in class com.ebmwebsourcing.webcommons.persistence.bo.BaseObject

hashCode

public int hashCode()
Specified by:
hashCode in class com.ebmwebsourcing.webcommons.persistence.bo.BaseObject

toString

public java.lang.String toString()
Overrides:
toString in class com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject
See Also:
Object.toString()


Copyright © 2010 eBM WebSourcing. All Rights Reserved.