com.silverpeas.crm.vo
Class EventVO

java.lang.Object
  extended by com.silverpeas.crm.vo.ElementVO
      extended by com.silverpeas.crm.vo.EventVO

public class EventVO
extends ElementVO


Field Summary
 
Fields inherited from class com.silverpeas.crm.vo.ElementVO
resources
 
Constructor Summary
EventVO(CrmEvent event, com.stratelia.silverpeas.util.ResourcesWrapper resources)
           
 
Method Summary
 String getActionDate()
           
 String getAttachments()
           
 CrmEvent getEvent()
           
 String getEventDate()
           
 String getOperations()
           
 
Methods inherited from class com.silverpeas.crm.vo.ElementVO
getActive, getAttachments, getDate, getOperationLinks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventVO

public EventVO(CrmEvent event,
               com.stratelia.silverpeas.util.ResourcesWrapper resources)
Method Detail

getEvent

public CrmEvent getEvent()

getAttachments

public String getAttachments()

getOperations

public String getOperations()

getEventDate

public String getEventDate()

getActionDate

public String getActionDate()


Copyright © 2016 Silverpeas. All Rights Reserved.