public class Director
extends java.lang.Object
| Constructor and Description |
|---|
Director()
bean constructor
|
Director(java.lang.String name)
Convience constructor to set the fields
|
| Modifier and Type | Method and Description |
|---|---|
void |
clone(Director other) |
int |
getId() |
java.lang.String |
getName()
Get the name of this Director
|
void |
setId(int id) |
void |
setName(java.lang.String name)
Set the name of this Director
|
public Director()
public Director(java.lang.String name)
name - The name of this Directorpublic void clone(Director other)
public int getId()
public void setId(int id)
id - the id to setpublic java.lang.String getName()
public void setName(java.lang.String name)
tag - the tag to set