umm.api
Class AuditLogData

java.lang.Object
  extended by umm.api.AuditLogData

public class AuditLogData
extends java.lang.Object


Constructor Summary
AuditLogData(java.util.Date date, java.lang.String user, java.lang.String log)
           
 
Method Summary
 java.util.Date getDate()
           
 java.lang.String getLog()
           
 java.lang.String getUser()
           
 void setDate(java.util.Date date)
           
 void setLog(java.lang.String log)
           
 void setUser(java.lang.String user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditLogData

public AuditLogData(java.util.Date date,
                    java.lang.String user,
                    java.lang.String log)
Method Detail

getDate

public java.util.Date getDate()
Returns:
the date

setDate

public void setDate(java.util.Date date)
Parameters:
date - the date to set

getUser

public java.lang.String getUser()
Returns:
the user

setUser

public void setUser(java.lang.String user)
Parameters:
user - the user to set

getLog

public java.lang.String getLog()
Returns:
the log

setLog

public void setLog(java.lang.String log)
Parameters:
log - the log to set


All of the documentation and software included in this and any other Informatica, Inc. "Ultra Messaging" Release is Copyright (C) 2004-2014, Informatica Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted only as covered by the terms of a valid software license agreement with Informatica Inc. Copyright © 2004-2014, Informatica Corporation. All Rights Reserved.