Class RewardTransaction
- java.lang.Object
-
- org.exoplatform.wallet.model.reward.RewardTransaction
-
- All Implemented Interfaces:
Serializable
public class RewardTransaction extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RewardTransaction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static RewardTransactionfromStoredValue(String storedTransactionDetails)StringgetToStoreValue()Determine the value to store on transactions list.inthashCode()
-
-
-
Method Detail
-
fromStoredValue
public static RewardTransaction fromStoredValue(String storedTransactionDetails)
-
getToStoreValue
public String getToStoreValue()
Determine the value to store on transactions list.- Returns:
- String to store representing the reward transaction
-
-