se.cambio.cds.gdl.model
Class Term

Package class diagram package Term
java.lang.Object
  extended by se.cambio.cds.gdl.model.Term

public class Term
extends Object


Constructor Summary
Term()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
           
 String getId()
           
 String getText()
           
 int hashCode()
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Term

public Term()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set

getText

public String getText()
Returns:
the text

setText

public void setText(String text)
Parameters:
text - the text to set

getDescription

public String getDescription()
Returns:
the description

setDescription

public void setDescription(String description)
Parameters:
description - the description to set


Copyright © 2013 Cambio. All Rights Reserved.