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 Object


Constructor Summary
UIEventForm.ParticipantStatus(String participant, String status)
           
 
Method Summary
 String getEmail()
           
 String getName()
           
 String getParticipant()
           
 String getStatus()
           
 void setEmail(String email)
           
 void setName(String name)
           
 void setParticipant(String participant)
           
 void setStatus(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(String participant,
                                     String status)
                              throws Exception
Throws:
Exception
Method Detail

getParticipant

public String getParticipant()
                      throws Exception
Throws:
Exception

setParticipant

public void setParticipant(String participant)

getName

public String getName()
               throws Exception
Throws:
Exception

setName

public void setName(String name)

getEmail

public String getEmail()
                throws Exception
Throws:
Exception

setEmail

public void setEmail(String email)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.