org.jboss.picketlink.idm.internal.jpa
Class DatabaseGroupAttribute

java.lang.Object
  extended by org.jboss.picketlink.idm.internal.jpa.AbstractDatabaseAttribute<DatabaseGroup>
      extended by org.jboss.picketlink.idm.internal.jpa.DatabaseGroupAttribute

@Entity
public class DatabaseGroupAttribute
extends AbstractDatabaseAttribute<DatabaseGroup>

Author:
Pedro Silva

Constructor Summary
DatabaseGroupAttribute()
           
DatabaseGroupAttribute(String name, String value)
           
 
Method Summary
protected  DatabaseGroup getIdentityType()
           
protected  void setIdentityType(DatabaseGroup identityType)
           
 
Methods inherited from class org.jboss.picketlink.idm.internal.jpa.AbstractDatabaseAttribute
getId, getName, getValue, setId, setName, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseGroupAttribute

public DatabaseGroupAttribute()

DatabaseGroupAttribute

public DatabaseGroupAttribute(String name,
                              String value)
Method Detail

getIdentityType

protected DatabaseGroup getIdentityType()
Specified by:
getIdentityType in class AbstractDatabaseAttribute<DatabaseGroup>
Returns:
the user

setIdentityType

protected void setIdentityType(DatabaseGroup identityType)
Specified by:
setIdentityType in class AbstractDatabaseAttribute<DatabaseGroup>


Copyright © 2012. All Rights Reserved.