org.exoplatform.calendar.webui.popup
Class UIEventForm.ParticipantStatus

java.lang.Object
  extended by org.exoplatform.calendar.webui.popup.UIEventForm.ParticipantStatus
Enclosing class:
UIEventForm

public class UIEventForm.ParticipantStatus
extends java.lang.Object


Constructor Summary
UIEventForm.ParticipantStatus(java.lang.String participant, java.lang.String status)
           
 
Method Summary
 java.lang.String getParticipant()
           
 java.lang.String getStatus()
           
 void setParticipant(java.lang.String participant)
           
 void setStatus(java.lang.String status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIEventForm.ParticipantStatus

public UIEventForm.ParticipantStatus(java.lang.String participant,
                                     java.lang.String status)
Method Detail

getParticipant

public java.lang.String getParticipant()

setParticipant

public void setParticipant(java.lang.String participant)

getStatus

public java.lang.String getStatus()

setStatus

public void setStatus(java.lang.String status)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.