@IDMEntity(value=RELATIONSHIP_IDENTITY) @Entity public class RelationshipIdentityObject extends Object implements Serializable
| Constructor and Description |
|---|
RelationshipIdentityObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescriptor() |
Long |
getId() |
IdentityObject |
getIdentityObject() |
String |
getIdentityObjectId() |
RelationshipObject |
getRelationshipObject() |
int |
hashCode() |
void |
setDescriptor(String descriptor) |
void |
setId(Long id) |
void |
setIdentityObject(IdentityObject identityObject) |
void |
setIdentityObjectId(String identityObjectId) |
void |
setRelationshipObject(RelationshipObject relationshipObject) |
public Long getId()
public void setId(Long id)
public String getIdentityObjectId()
public void setIdentityObjectId(String identityObjectId)
public IdentityObject getIdentityObject()
public void setIdentityObject(IdentityObject identityObject)
public RelationshipObject getRelationshipObject()
public void setRelationshipObject(RelationshipObject relationshipObject)
public String getDescriptor()
public void setDescriptor(String descriptor)
Copyright © 2013. All Rights Reserved.