public class Description
extends java.lang.Object
| Constructor and Description |
|---|
Description() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDetailedDescription()
Returns the detailed description of the product.
|
java.lang.String |
getName()
Returns the name of the product.
|
java.lang.String |
getShortDescription()
Returns the short description of the product.
|
void |
setDetailedDescription(java.lang.String detailedDescription)
Sets the detailed description of the product.
|
void |
setName(java.lang.String name)
Sets the name of the product.
|
void |
setShortDescription(java.lang.String shortDescription)
Sets the short description of the product.
|
public java.lang.String getDetailedDescription()
public void setDetailedDescription(java.lang.String detailedDescription)
detailedDescription - The detailed description of the product.public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of the product.public java.lang.String getShortDescription()
public void setShortDescription(java.lang.String shortDescription)
shortDescription - The short description of the product.