public class LinkedItem extends Element<java.util.List<java.lang.String>>
| Constructor and Description |
|---|
LinkedItem() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getValue()
A list of
ContentItem codenames |
int |
hashCode() |
void |
setValue(java.util.List<java.lang.String> value)
A list of
ContentItem codenames |
java.lang.String |
toString() |
getCodeName, getName, getParent, getType, setCodeName, setName, setParent, setTypepublic java.util.List<java.lang.String> getValue()
ContentItem codenames
The relations to content items saved in a linked item element are represented as a list of strings. Each string being a codename of a content item.
getValue in class Element<java.util.List<java.lang.String>>ContentItem.public void setValue(java.util.List<java.lang.String> value)
ContentItem codenames
The relations to content items saved in a linked item element are represented as a list of strings. Each string being a codename of a content item.
value - Sets the value of this.public java.lang.String toString()
public boolean equals(java.lang.Object o)
protected boolean canEqual(java.lang.Object other)