public class TextItem extends Object
Constructor and Description |
---|
TextItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getText()
Gets or sets the text.
|
ResourceUri |
getUri()
Gets or sets the URI to resource that contains text
|
int |
hashCode() |
void |
setText(String text) |
void |
setUri(ResourceUri uri) |
TextItem |
text(String text) |
String |
toString() |
TextItem |
uri(ResourceUri uri) |
public TextItem uri(ResourceUri uri)
public ResourceUri getUri()
public void setUri(ResourceUri uri)
public String getText()
public void setText(String text)
Copyright © 2021. All rights reserved.