ccc.migration
Class LogEntryBean

java.lang.Object
  extended by ccc.migration.LogEntryBean

public class LogEntryBean
extends java.lang.Object

A java bean representing a log entry record in CCC6.

Author:
Civic Computing Ltd.

Constructor Summary
LogEntryBean(int actor, java.util.Date happenedOn)
          Constructor.
 
Method Summary
 int getActor()
          Accessor.
 java.util.Date getHappenedOn()
          Accessor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEntryBean

public LogEntryBean(int actor,
                    java.util.Date happenedOn)
Constructor.

Parameters:
actor - The actor that performed the action.
happenedOn - The date the action happened.
Method Detail

getActor

public int getActor()
Accessor.

Returns:
Returns the actor.

getHappenedOn

public java.util.Date getHappenedOn()
Accessor.

Returns:
Returns the happenedOn.


Copyright © 2010. All Rights Reserved.