Java Reference
In-Depth Information
/**
* Get the description.
* @return The description.
*/
public String getDescription()
{
return description;
}
/**
* Get the description.
* @param description The new description.
*/
public void setDescription(String description)
{
this.description = description;
}
/**
* Get the hyperlink.
* @return The hyperlink.
*/
public String getLink()
{
return link;
}
/**
* Set the hyperlink.
* @param link The new hyperlink.
*/
public void setLink(String link)
{
this.link = link;
}
/**
* Get the item title.
* @return The item title.
*/
public String getTitle()
{
return title;
}
Search WWH ::




Custom Search