org.romaframework.module.users.domain
Class ActivityLog
java.lang.Object
org.romaframework.module.users.domain.Tracking
org.romaframework.module.users.domain.ActivityLog
- All Implemented Interfaces:
- java.io.Serializable
public class ActivityLog
- extends Tracking
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivityLog
public ActivityLog()
ActivityLog
public ActivityLog(int iLevel,
ActivityLogCategory iCategory,
java.lang.String iNotes)
onAccount
public void onAccount()
getAccount
public BaseAccount getAccount()
- Overrides:
getAccount in class Tracking
getCategory
public ActivityLogCategory getCategory()
getLevel
public int getLevel()
setCategory
public void setCategory(ActivityLogCategory category)
setLevel
public void setLevel(int level)
getLevels
public java.lang.Integer[] getLevels()