tl1.maxcom
Class Taxonomy
java.lang.Object
tl1.maxcom.Taxonomy
public class Taxonomy
- extends java.lang.Object
Classe représentant une taxonomy
- Author:
- Télécom Lille1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
private int id
categoryId
private int categoryId
sheetId
private int sheetId
Taxonomy
public Taxonomy()
Taxonomy
public Taxonomy(int id,
int categoryId,
int sheetId)
getId
public int getId()
getCategoryId
public int getCategoryId()
getSheetId
public int getSheetId()
setId
public void setId(int id)
setCategoryId
public void setCategoryId(int categoryId)
setSheetId
public void setSheetId(int sheetId)