Public methods

public String getName()
Getter for the field name .

Returns:

a String object.

public void setName(String name)
Setter for the field name .

name

a String object.

public String getCodepoint()
Getter for the field codepoint .

Returns:

a String object.

public void setCodepoint(String codepoint)
Setter for the field codepoint .

codepoint

a String object.

public List<String> getAliases()
Getter for the field aliases .

Returns:

a List object.

public void setAliases(List<String> aliases)
Setter for the field aliases .

aliases

a List object.

public List<String> getTags()
Getter for the field tags .

Returns:

a List object.

public void setTags(List<String> tags)
Setter for the field tags .

tags

a List object.

public String getAuthor()
Getter for the field author .

Returns:

a String object.

public void setAuthor(String author)
Setter for the field author .

author

a String object.

public String getVersion()
Getter for the field version .

Returns:

a String object.

public void setVersion(String version)
Setter for the field version .

version

a String object.

public boolean isDeprecated()
isDeprecated.

Returns:

a boolean.

public void setDeprecated(boolean deprecated)
Setter for the field deprecated .

deprecated

a boolean.