public class Genre
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
clone(Genre other) |
int |
getId() |
java.lang.String |
getTag() |
void |
setId(int id) |
void |
setTag(java.lang.String tag) |
public void clone(Genre other)
public int getId()
public void setId(int id)
id - the id to setpublic java.lang.String getTag()
public void setTag(java.lang.String tag)
tag - the tag to set