com.atlassian.bamboo.persister
Class AuditLogMessage

java.lang.Object
  extended by com.atlassian.core.bean.EntityObject
      extended by com.atlassian.bamboo.persister.AuditLogMessage
All Implemented Interfaces:
BambooObject, AuditLog, java.lang.Cloneable

public class AuditLogMessage
extends com.atlassian.core.bean.EntityObject
implements AuditLog


Constructor Summary
AuditLogMessage()
           
AuditLogMessage(java.util.Date timestamp, java.lang.String planKey, java.lang.String eventType, java.lang.String message)
           
 
Method Summary
 java.lang.String getEventType()
           
 java.lang.String getMessage()
           
 java.lang.String getPlanKey()
           
 java.lang.Long getTimestamp()
           
 void setEventType(java.lang.String eventType)
           
 void setMessage(java.lang.String message)
           
 void setPlanKey(java.lang.String planKey)
           
 void setTimestamp(java.lang.Long timestamp)
           
 
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
getId, setId
 

Constructor Detail

AuditLogMessage

public AuditLogMessage()

AuditLogMessage

public AuditLogMessage(java.util.Date timestamp,
                       java.lang.String planKey,
                       java.lang.String eventType,
                       java.lang.String message)
Method Detail

getTimestamp

public java.lang.Long getTimestamp()
Specified by:
getTimestamp in interface AuditLog

setTimestamp

public void setTimestamp(java.lang.Long timestamp)
Specified by:
setTimestamp in interface AuditLog

getPlanKey

public java.lang.String getPlanKey()
Specified by:
getPlanKey in interface AuditLog

setPlanKey

public void setPlanKey(java.lang.String planKey)
Specified by:
setPlanKey in interface AuditLog

getEventType

public java.lang.String getEventType()
Specified by:
getEventType in interface AuditLog

setEventType

public void setEventType(java.lang.String eventType)
Specified by:
setEventType in interface AuditLog

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in interface AuditLog

setMessage

public void setMessage(java.lang.String message)
Specified by:
setMessage in interface AuditLog


Copyright © 2010 Atlassian. All Rights Reserved.