gov.nasa.pds.registry.ui.shared
Class ViewAuditableEvent
java.lang.Object
gov.nasa.pds.registry.ui.shared.ViewRegistryObject
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
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 |
ViewAuditableEvent
public ViewAuditableEvent()
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–2015 Planetary Data System. All rights reserved.