Package com.ubs.backend.classes.database
Class ResultParent
java.lang.Object
com.ubs.backend.classes.database.ResultParent
- Since:
- 19.07.2021
- Author:
- Tim Irmler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlonggetId()getTag()intintvoidsetDownvotes(int tagDownvotes)voidsetId(long id)voidvoidsetUpvotes(int tagUpvotes)voidsetUsages(int tagUsages)toString()
-
Field Details
-
id
private long id -
tag
The Tag for the Answer- Since:
- 19.07.2021
- See Also:
Tag
-
upvotes
private int upvotesThe amount of Upvotes this Result has received- Since:
- 19.07.2021
-
downvotes
private int downvotesThe amount of Downvotes this Result has received- Since:
- 19.07.2021
-
usages
private int usagesThe Amount of usages this Result has- Since:
- 19.07.2021
-
-
Constructor Details
-
ResultParent
public ResultParent() -
ResultParent
-
ResultParent
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getTag
-
setTag
-
getUpvotes
public int getUpvotes() -
setUpvotes
public void setUpvotes(int tagUpvotes) -
getDownvotes
public int getDownvotes() -
setDownvotes
public void setDownvotes(int tagDownvotes) -
getUsages
public int getUsages() -
setUsages
public void setUsages(int tagUsages) -
toString
-