public class ElementInfo extends Object
| Constructor and Description |
|---|
ElementInfo() |
| Modifier and Type | Method and Description |
|---|---|
Id |
getId() |
Info |
getInfo() |
Collection<Relation> |
getRelations() |
Collection<ElementInfo> |
getSubElements() |
void |
setId(Id id) |
void |
setInfo(Info info) |
void |
setRelations(Collection<Relation> relations) |
void |
setSubElements(Collection<ElementInfo> subElements) |
public Id getId()
public void setId(Id id)
public Info getInfo()
public void setInfo(Info info)
public Collection<Relation> getRelations()
public void setRelations(Collection<Relation> relations)
public Collection<ElementInfo> getSubElements()
public void setSubElements(Collection<ElementInfo> subElements)
Copyright © 2018. All rights reserved.