public class ElementDescriptor extends Object
| Constructor and Description |
|---|
ElementDescriptor(Id itemId,
Id versionId,
Namespace namespace,
Id id) |
| Modifier and Type | Method and Description |
|---|---|
Id |
getId() |
Info |
getInfo() |
Id |
getItemId() |
Namespace |
getNamespace() |
Id |
getParentId() |
Collection<Relation> |
getRelations() |
Set<Id> |
getSubElements() |
Id |
getVersionId() |
void |
setInfo(Info info) |
void |
setParentId(Id parentId) |
void |
setRelations(Collection<Relation> relations) |
void |
setSubElements(Set<Id> subElements) |
public Id getItemId()
public Id getVersionId()
public Namespace getNamespace()
public Id getId()
public Id getParentId()
public void setParentId(Id parentId)
public Info getInfo()
public void setInfo(Info info)
public Collection<Relation> getRelations()
public void setRelations(Collection<Relation> relations)
Copyright © 2020. All rights reserved.