com.silanis.esl.sdk
Class DelegationEventReport

java.lang.Object
  extended by com.silanis.esl.sdk.DelegationEventReport

public class DelegationEventReport
extends Object

Created by schoi on 3/25/15.


Constructor Summary
DelegationEventReport()
           
 
Method Summary
 Date getEventDate()
           
 String getEventDescription()
           
 String getEventType()
           
 String getEventUser()
           
 void setEventDate(Date eventDate)
           
 void setEventDescription(String eventDescription)
           
 void setEventType(String eventType)
           
 void setEventUser(String eventUser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegationEventReport

public DelegationEventReport()
Method Detail

getEventDate

public Date getEventDate()

setEventDate

public void setEventDate(Date eventDate)

getEventDescription

public String getEventDescription()

setEventDescription

public void setEventDescription(String eventDescription)

getEventType

public String getEventType()

setEventType

public void setEventType(String eventType)

getEventUser

public String getEventUser()

setEventUser

public void setEventUser(String eventUser)


Copyright 2014, Silanis Technology, Inc. All rights reserved.