public class SummaryPurpose
extends java.lang.Object
This class has the following attribute:
1. purpose (String)
This class provides accessor and mutator for the element mentioned above.
| Constructor and Description |
|---|
SummaryPurpose() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPurpose()
Returns the purpose.
|
void |
setPurpose(java.lang.String purpose)
Sets the purpose of generating the document.
|