@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 |
getId() |
IdentityTypeEntity |
getIdentityType() |
RelationshipTypeEntity |
getOwner() |
int |
hashCode() |
void |
setDescriptor(String descriptor) |
void |
setId(Long id) |
void |
setIdentityType(IdentityTypeEntity identityType) |
void |
setOwner(RelationshipTypeEntity owner) |
public Long getId()
public void setId(Long id)
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 © 2013. All Rights Reserved.