org.jeinnov.jeitime.persistence.bo.collaborateur
Class RolesCollab
java.lang.Object
org.jeinnov.jeitime.persistence.bo.collaborateur.RolesCollab
- All Implemented Interfaces:
- java.io.Serializable, java.security.Principal
@Entity
public class RolesCollab
- extends java.lang.Object
- implements java.security.Principal, java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
RolesCollab
public RolesCollab()
RolesCollab
public RolesCollab(java.lang.String name)
getId
public RolesId getId()
setId
public void setId(RolesId id)
getRole
public Roles getRole()
setRole
public void setRole(Roles roles)
getCollab
public CollaborateurP getCollab()
setCollab
public void setCollab(CollaborateurP collab)
getName
public java.lang.String getName()
- Specified by:
getName in interface java.security.Principal
toString
public java.lang.String toString()
- Specified by:
toString in interface java.security.Principal- Overrides:
toString in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Specified by:
equals in interface java.security.Principal- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface java.security.Principal- Overrides:
hashCode in class java.lang.Object
Copyright © 2011. All Rights Reserved.