org.jboss.seam.security.examples.idmconsole.model
Class IdentityObjectAttribute
java.lang.Object
org.jboss.seam.security.examples.idmconsole.model.IdentityObjectAttribute
- All Implemented Interfaces:
- Serializable
@IdentityEntity(value=IDENTITY_ATTRIBUTE)
@Entity
public class IdentityObjectAttribute
- extends Object
- implements Serializable
Stores user attributes
- 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 |
IdentityObjectAttribute
public IdentityObjectAttribute()
getAttributeId
public Integer getAttributeId()
setAttributeId
public void setAttributeId(Integer id)
getIdentityObject
public IdentityObject getIdentityObject()
setIdentityObject
public void setIdentityObject(IdentityObject identityObject)
getName
@IdentityProperty(value=NAME)
public String getName()
setName
public void setName(String name)
getValue
@IdentityProperty(value=VALUE)
public String getValue()
setValue
public void setValue(String value)
Copyright © 2012 Seam Framework. All Rights Reserved.