Package org.exoplatform.kudos.model
Class KudosPeriod
- java.lang.Object
-
- org.exoplatform.kudos.model.KudosPeriod
-
public class KudosPeriod extends Object
-
-
Constructor Summary
Constructors Constructor Description KudosPeriod()KudosPeriod(long startDateInSeconds, long endDateInSeconds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)longgetEndDateInSeconds()longgetStartDateInSeconds()inthashCode()voidsetEndDateInSeconds(long endDateInSeconds)voidsetStartDateInSeconds(long startDateInSeconds)org.json.JSONObjecttoJSONObject()StringtoString()
-
-
-
Method Detail
-
toJSONObject
public org.json.JSONObject toJSONObject()
-
getStartDateInSeconds
public long getStartDateInSeconds()
-
getEndDateInSeconds
public long getEndDateInSeconds()
-
setStartDateInSeconds
public void setStartDateInSeconds(long startDateInSeconds)
-
setEndDateInSeconds
public void setEndDateInSeconds(long endDateInSeconds)
-
canEqual
protected boolean canEqual(Object other)
-
-