Class AnswerItem
java.lang.Object
org.wikirate4j.entitities.AnswerItem
The AnswerItem Object represents an answer on a Metric. This object is used when we want to add/update an answer on
Wikirate
- Author:
- Vasiliki Gkatziaki
-
Constructor Summary
ConstructorsConstructorDescriptionAnswerItem(long answer_id) AnswerItem(long metric_id, long company_id, int year) AnswerItem(String metric_name, String metric_designer, String company_name, int year) -
Method Summary
-
Constructor Details
-
AnswerItem
public AnswerItem(long answer_id) -
AnswerItem
-
AnswerItem
public AnswerItem(long metric_id, long company_id, int year)
-
-
Method Details
-
getYear
-
getCardName
-
getValue
-
getSources
-
getComment
-
year
-
value
-
source
-
sources
-
comment
-