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

java.lang.Object
  extended by org.jboss.seam.security.examples.idmconsole.model.IdentityObjectRelationshipType
All Implemented Interfaces:
Serializable

@Entity
public class IdentityObjectRelationshipType
extends Object
implements Serializable

Lookup table containing relationship types

Author:
Shane Bryzak
See Also:
Serialized Form

Constructor Summary
IdentityObjectRelationshipType()
           
 
Method Summary
 Long getId()
           
 String getName()
           
 void setId(Long id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityObjectRelationshipType

public IdentityObjectRelationshipType()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getName

@IdentityProperty(value=NAME)
public String getName()

setName

public void setName(String name)


Copyright © 2010 Seam Framework. All Rights Reserved.