com.cybelia.sandra.ibu.csv.bean
Class IbuLabel

java.lang.Object
  extended by com.cybelia.sandra.ibu.csv.bean.IbuLabel

public class IbuLabel
extends Object

Author:
chemit

Field Summary
protected  String category
           
protected  String id
           
protected  String value
           
 
Constructor Summary
IbuLabel()
           
 
Method Summary
 String getCategory()
           
 String getId()
           
 String getValue()
           
 void setCategory(String category)
           
 void setId(String id)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

category

protected String category

id

protected String id

value

protected String value
Constructor Detail

IbuLabel

public IbuLabel()
Method Detail

getCategory

public String getCategory()

setCategory

public void setCategory(String category)

getId

public String getId()

setId

public void setId(String id)

getValue

public String getValue()

setValue

public void setValue(String value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 Cybelia. All Rights Reserved.