tl1.maxcom
Class Taxonomy

java.lang.Object
  extended by tl1.maxcom.Taxonomy

public class Taxonomy
extends java.lang.Object

Classe représentant une taxonomy

Author:
Télécom Lille1

Field Summary
private  int categoryId
           
private  int id
           
private  int sheetId
           
 
Constructor Summary
Taxonomy()
           
Taxonomy(int id, int categoryId, int sheetId)
           
 
Method Summary
 int getCategoryId()
           
 int getId()
           
 int getSheetId()
           
 void setCategoryId(int categoryId)
           
 void setId(int id)
           
 void setSheetId(int sheetId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private int id

categoryId

private int categoryId

sheetId

private int sheetId
Constructor Detail

Taxonomy

public Taxonomy()

Taxonomy

public Taxonomy(int id,
                int categoryId,
                int sheetId)
Method Detail

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)