org.parancoe.plugins.security
Class Authorities
java.lang.Object
org.parancoe.persistence.po.hibernate.EntityBase
org.parancoe.plugins.security.Authorities
- All Implemented Interfaces:
- java.io.Serializable, org.parancoe.persistence.po.hibernate.Entity
public class Authorities
- extends org.parancoe.persistence.po.hibernate.EntityBase
A PO for Authorities table.
- Version:
- $Revision$
- Author:
- Enrico Giurin
- See Also:
- Serialized Form
| Fields inherited from class org.parancoe.persistence.po.hibernate.EntityBase |
id, version |
| Methods inherited from class org.parancoe.persistence.po.hibernate.EntityBase |
equals, getId, getVersion, hashCode, setId, setVersion |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Authorities
public Authorities()
getAuthority
public java.lang.String getAuthority()
setAuthority
public void setAuthority(java.lang.String authority)
getUsername
public java.lang.String getUsername()
setUsername
public void setUsername(java.lang.String username)
Copyright © 2007. All Rights Reserved.