org.jboss.seam.security.examples.idmconsole.model
Class IdentityRoleName
java.lang.Object
org.jboss.seam.security.examples.idmconsole.model.IdentityRoleName
- All Implemented Interfaces:
- Serializable
@Entity
public class IdentityRoleName
- extends Object
- implements Serializable
This is a simple lookup table containing role names
- Author:
- Shane Bryzak
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdentityRoleName
public IdentityRoleName()
getId
public Long getId()
setId
public void setId(Long id)
getName
public String getName()
setName
public void setName(String name)
Copyright © 2010 Seam Framework. All Rights Reserved.