public class OKey extends Object
Modifier and Type | Field and Description |
---|---|
protected OEntity |
belongingEntity |
protected List<OAttribute> |
involvedAttributes |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(OAttribute attribute) |
boolean |
equals(Object obj) |
OAttribute |
getAttributeByName(String name) |
OAttribute |
getAttributeByNameIgnoreCase(String name) |
OEntity |
getBelongingEntity() |
List<OAttribute> |
getInvolvedAttributes() |
int |
hashCode() |
boolean |
removeAttribute(OAttribute toRemove) |
void |
setBelongingEntity(OEntity belongingEntity) |
void |
setInvolvedAttributes(List<OAttribute> involvedAttributes) |
String |
toString() |
protected OEntity belongingEntity
protected List<OAttribute> involvedAttributes
public OKey()
public OKey(OEntity belongingEntity)
public OEntity getBelongingEntity()
public void setBelongingEntity(OEntity belongingEntity)
public List<OAttribute> getInvolvedAttributes()
public void setInvolvedAttributes(List<OAttribute> involvedAttributes)
public void addAttribute(OAttribute attribute)
public boolean removeAttribute(OAttribute toRemove)
public OAttribute getAttributeByName(String name)
public OAttribute getAttributeByNameIgnoreCase(String name)
Copyright © 2015–2024 OrientDB. All rights reserved.