public class Description
extends java.lang.Object
Constructor and Description |
---|
Description(java.lang.String description)
Deprecated.
Constructs a Description with the specified text.
|
Description(java.lang.String description,
java.lang.String language)
Deprecated.
Constructs a Description with the specified text and language.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescriptionLanguage()
Deprecated.
Returns the language of the Description.
|
java.lang.String |
getDescriptionString()
Deprecated.
Returns the text of the Description.
|
protected java.lang.String |
getLanguage()
Deprecated.
Returns the language of the LanguageString.
|
protected java.lang.String |
getString()
Deprecated.
Returns the text of the LanguageString.
|
void |
setDescriptionLanguage(java.lang.String language)
Deprecated.
Sets the language of the Description.
|
void |
setDescriptionString(java.lang.String descriptionString)
Deprecated.
Sets the text of the Description.
|
protected void |
setLanguage(java.lang.String language)
Deprecated.
Sets the language of the LanguageString.
|
protected void |
setString(java.lang.String contents)
Deprecated.
Sets the text of the LanguageString.
|
public Description(java.lang.String description)
description
- the text of the description.public Description(java.lang.String description, java.lang.String language)
description
- the text of the description.language
- the language of the description.public java.lang.String getDescriptionLanguage()
public java.lang.String getDescriptionString()
public void setDescriptionString(java.lang.String descriptionString)
descriptionString
- the text of the Description.public void setDescriptionLanguage(java.lang.String language)
language
- the language of the Description.protected java.lang.String getLanguage()
protected void setLanguage(java.lang.String language)
language
- the language of the LanguageString.protected java.lang.String getString()
protected void setString(java.lang.String contents)
contents
- the text of the LanguageString.