gov.nasa.pds.registry.ui.shared
Class ViewAuditableEvent

java.lang.Object
  extended by gov.nasa.pds.registry.ui.shared.ViewRegistryObject
      extended by gov.nasa.pds.registry.ui.shared.ViewAuditableEvent
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class ViewAuditableEvent
extends ViewRegistryObject
implements com.google.gwt.user.client.rpc.IsSerializable

The display container for a event. Necessary to be able to use an object representation of Product on the client side of GWT (with a minimum of overhead).

Author:
hyunlee
See Also:
AuditableEvent

Constructor Summary
ViewAuditableEvent()
           
 
Method Summary
 List<String> getAffectedObjects()
           
 String getEventType()
           
 String getRequestId()
           
 Date getTimestamp()
           
 String getUser()
           
 void setAffectedObjects(List<String> affectedObjects)
           
 void setEventType(String eventType)
           
 void setRequestId(String requestId)
           
 void setTimestamp(Date timestamp)
           
 void setUser(String user)
           
 
Methods inherited from class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
getDescription, getGuid, getHome, getLid, getName, getObjectType, getSlots, getStatus, getVersionName, setDescription, setGuid, setHome, setLid, setName, setObjectType, setSlots, setStatus, setVersionName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewAuditableEvent

public ViewAuditableEvent()
Method Detail

getEventType

public String getEventType()

setEventType

public void setEventType(String eventType)

getAffectedObjects

public List<String> getAffectedObjects()

setAffectedObjects

public void setAffectedObjects(List<String> affectedObjects)

getRequestId

public String getRequestId()

setRequestId

public void setRequestId(String requestId)

getTimestamp

public Date getTimestamp()

setTimestamp

public void setTimestamp(Date timestamp)

getUser

public String getUser()

setUser

public void setUser(String user)


Copyright © 2010-2013 Planetary Data System. All Rights Reserved.