org.jboss.seam.security.examples.idmconsole.model
Class IdentityObjectRelationship
java.lang.Object
org.jboss.seam.security.examples.idmconsole.model.IdentityObjectRelationship
- All Implemented Interfaces:
- Serializable
@Entity
public class IdentityObjectRelationship
- extends Object
- implements Serializable
Contains relationships between identities
- 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 |
IdentityObjectRelationship
public IdentityObjectRelationship()
getId
public Long getId()
setId
public void setId(Long id)
getName
public String getName()
setName
public void setName(String name)
getRelationshipType
@IdentityProperty(value=TYPE)
public IdentityObjectRelationshipType getRelationshipType()
setRelationshipType
public void setRelationshipType(IdentityObjectRelationshipType relationshipType)
getFrom
@IdentityProperty(value=RELATIONSHIP_FROM)
public IdentityObject getFrom()
setFrom
public void setFrom(IdentityObject from)
getTo
@IdentityProperty(value=RELATIONSHIP_TO)
public IdentityObject getTo()
setTo
public void setTo(IdentityObject to)
Copyright © 2010 Seam Framework. All Rights Reserved.