public class Writer
extends java.lang.Object
| Constructor and Description |
|---|
Writer() |
Writer(java.lang.String name)
Convienence constructor to set the name
|
| Modifier and Type | Method and Description |
|---|---|
void |
clone(Writer other) |
int |
getId() |
java.lang.String |
getName() |
void |
setId(int id) |
void |
setName(java.lang.String name) |
public Writer()
public Writer(java.lang.String name)
name - The name of this writerpublic void clone(Writer 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 name to set