org.picketlink.idm.jpa.model.sample.simple
@Entity public class RelationshipIdentityTypeEntity extends Object implements Serializable
Constructor and Description |
---|
RelationshipIdentityTypeEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescriptor() |
Long |
getIdentifier() |
IdentityTypeEntity |
getIdentityType() |
RelationshipTypeEntity |
getOwner() |
int |
hashCode() |
void |
setDescriptor(String descriptor) |
void |
setIdentifier(Long identifier) |
void |
setIdentityType(IdentityTypeEntity identityType) |
void |
setOwner(RelationshipTypeEntity owner) |
public Long getIdentifier()
public void setIdentifier(Long identifier)
public String getDescriptor()
public void setDescriptor(String descriptor)
public IdentityTypeEntity getIdentityType()
public void setIdentityType(IdentityTypeEntity identityType)
public RelationshipTypeEntity getOwner()
public void setOwner(RelationshipTypeEntity owner)
Copyright © 2015 JBoss by Red Hat. All rights reserved.