com.arsdigita.auditing
Interface Audited

All Known Implementing Classes:
AuditedACSObject, BasicAuditTrail, VersionedACSObject

public interface Audited

Interface for Audited objects.

Version:
1.0
Author:
Joseph Bank

Field Summary
static String versionId
           
 
Method Summary
 Date getCreationDate()
          Gets the creation date of the object.
 String getCreationIP()
          Gets the creation IP address.
 User getCreationUser()
          Gets the user who created the object.
 Date getLastModifiedDate()
          Gets the last modified date.
 String getLastModifiedIP()
          Gets the last modified IP address.
 User getLastModifiedUser()
          Gets the user who last modified the object.
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

getCreationUser

public User getCreationUser()
Gets the user who created the object. May be null.

Returns:
the user.

getCreationDate

public Date getCreationDate()
Gets the creation date of the object.

Returns:
the object's creation date.

getCreationIP

public String getCreationIP()
Gets the creation IP address. May be null.

Returns:
the creation IP address.

getLastModifiedUser

public User getLastModifiedUser()
Gets the user who last modified the object. May be null.

Returns:
the user who last modified the object.

getLastModifiedDate

public Date getLastModifiedDate()
Gets the last modified date.

Returns:
the date that the object was last modified.

getLastModifiedIP

public String getLastModifiedIP()
Gets the last modified IP address. May be null.



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC