Package org.exoplatform.kudos.model
Class KudosList
- java.lang.Object
-
- org.exoplatform.kudos.model.KudosList
-
- All Implemented Interfaces:
Serializable
public class KudosList extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KudosList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<Kudos>getKudos()longgetLimit()longgetSize()inthashCode()voidsetKudos(List<Kudos> kudos)voidsetLimit(long limit)voidsetSize(long size)StringtoString()
-
-
-
Method Detail
-
getLimit
public long getLimit()
-
getSize
public long getSize()
-
setLimit
public void setLimit(long limit)
-
setSize
public void setSize(long size)
-
canEqual
protected boolean canEqual(Object other)
-
-