public class

UpdateInviteeStatusReferenceExpressionHolder

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.holders.UpdateInviteeStatusReferenceExpressionHolder

Summary

Fields
protected RecordRef _eventIdType
protected CalendarEventAttendeeResponse _responseCodeType
protected Object eventId
protected Object responseCode
Public Constructors
UpdateInviteeStatusReferenceExpressionHolder()
Public Methods
Object getEventId()
Retrieves eventId
Object getResponseCode()
Retrieves responseCode
void setEventId(Object value)
Sets eventId
void setResponseCode(Object value)
Sets responseCode
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef _eventIdType

protected CalendarEventAttendeeResponse _responseCodeType

protected Object eventId

protected Object responseCode

Public Constructors

public UpdateInviteeStatusReferenceExpressionHolder ()

Public Methods

public Object getEventId ()

Retrieves eventId

public Object getResponseCode ()

Retrieves responseCode

public void setEventId (Object value)

Sets eventId

Parameters
value Value to set

public void setResponseCode (Object value)

Sets responseCode

Parameters
value Value to set