public class Corporate extends Contributor
| Constructor and Description |
|---|
Corporate(java.lang.String name)
Initialize a new instance of the
Corporate class. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name of an organization.
|
void |
setName(java.lang.String value)
Sets the name of an organization.
|
public Corporate(java.lang.String name)
Corporate class.name - The name of an organization.