Package org.exoplatform.kudos.model
Class AccountSettings
- java.lang.Object
-
- org.exoplatform.kudos.model.AccountSettings
-
public class AccountSettings extends Object
-
-
Constructor Summary
Constructors Constructor Description AccountSettings()AccountSettings(boolean disabled, long remainingKudos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)longgetRemainingKudos()inthashCode()booleanisDisabled()voidsetDisabled(boolean disabled)voidsetRemainingKudos(long remainingKudos)StringtoString()
-
-
-
Method Detail
-
isDisabled
public boolean isDisabled()
-
getRemainingKudos
public long getRemainingKudos()
-
setDisabled
public void setDisabled(boolean disabled)
-
setRemainingKudos
public void setRemainingKudos(long remainingKudos)
-
canEqual
protected boolean canEqual(Object other)
-
-