org.romaframework.module.users.domain
Class ActivityLog

java.lang.Object
  extended by org.romaframework.module.users.domain.Tracking
      extended by org.romaframework.module.users.domain.ActivityLog
All Implemented Interfaces:
java.io.Serializable

public class ActivityLog
extends Tracking

See Also:
Serialized Form

Constructor Summary
ActivityLog()
           
ActivityLog(int iLevel, ActivityLogCategory iCategory, java.lang.String iNotes)
           
 
Method Summary
 BaseAccount getAccount()
           
 ActivityLogCategory getCategory()
           
 int getLevel()
           
 java.lang.Integer[] getLevels()
           
 void onAccount()
           
 void setCategory(ActivityLogCategory category)
           
 void setLevel(int level)
           
 
Methods inherited from class org.romaframework.module.users.domain.Tracking
getFrom, getNotes, getUserAgent, getWhen, setAccount, setFrom, setNotes, setUserAgent, setWhen
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityLog

public ActivityLog()

ActivityLog

public ActivityLog(int iLevel,
                   ActivityLogCategory iCategory,
                   java.lang.String iNotes)
Method Detail

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()