org.jboss.seam.security.examples.idmconsole.model
Class IdentityObject
java.lang.Object
org.jboss.seam.security.examples.idmconsole.model.IdentityObject
- All Implemented Interfaces:
- Serializable
@Entity
public class IdentityObject
- extends Object
- implements Serializable
This entity contains identity objects, e.g. users and groups
- 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 |
IdentityObject
public IdentityObject()
getId
public Long getId()
setId
public void setId(Long id)
getName
public String getName()
setName
public void setName(String name)
getType
@IdentityProperty(value=TYPE)
public IdentityObjectType getType()
setType
public void setType(IdentityObjectType type)
Copyright © 2010 Seam Framework. All Rights Reserved.