org.opencrx.application.airsync.datatypes
Class AttendeeT

java.lang.Object
  extended by org.opencrx.application.airsync.datatypes.AttendeeT

public class AttendeeT
extends Object


Constructor Summary
AttendeeT()
           
AttendeeT(String email, String name, AttendeeStatus attendeeStatus, AttendeeType attendeeType)
           
 
Method Summary
 AttendeeStatus getAttendeeStatus()
           
 AttendeeType getAttendeeType()
           
 String getEmail()
           
 String getName()
           
 void setAttendeeStatus(AttendeeStatus attendeeStatus)
           
 void setAttendeeType(AttendeeType attendeeType)
           
 void setEmail(String email)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttendeeT

public AttendeeT()

AttendeeT

public AttendeeT(String email,
                 String name,
                 AttendeeStatus attendeeStatus,
                 AttendeeType attendeeType)
Method Detail

getEmail

public String getEmail()

setEmail

public void setEmail(String email)

getName

public String getName()

setName

public void setName(String name)

getAttendeeStatus

public AttendeeStatus getAttendeeStatus()

setAttendeeStatus

public void setAttendeeStatus(AttendeeStatus attendeeStatus)

getAttendeeType

public AttendeeType getAttendeeType()

setAttendeeType

public void setAttendeeType(AttendeeType attendeeType)


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.