org.opencrx.application.airsync.datatypes
Class AttendeeT
java.lang.Object
org.opencrx.application.airsync.datatypes.AttendeeT
public class AttendeeT
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttendeeT
public AttendeeT()
AttendeeT
public AttendeeT(String email,
String name,
AttendeeStatus attendeeStatus,
AttendeeType attendeeType)
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.