org.jboss.seam.security.examples.idmconsole.model
Class IdentityObjectAttribute

java.lang.Object
  extended by 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

Constructor Summary
IdentityObjectAttribute()
           
 
Method Summary
 Integer getAttributeId()
           
 IdentityObject getIdentityObject()
           
 String getName()
           
 String getValue()
           
 void setAttributeId(Integer id)
           
 void setIdentityObject(IdentityObject identityObject)
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityObjectAttribute

public IdentityObjectAttribute()
Method Detail

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.