public class

CheckInFileExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.lists.holders.CheckInFileExpressionHolder

Summary

Fields
protected String _checkinTypeType
protected String _commentType
protected String _pageUrlType
protected Object checkinType
protected Object comment
protected Object pageUrl
Public Constructors
CheckInFileExpressionHolder()
Public Methods
Object getCheckinType()
Retrieves checkinType
Object getComment()
Retrieves comment
Object getPageUrl()
Retrieves pageUrl
void setCheckinType(Object value)
Sets checkinType
void setComment(Object value)
Sets comment
void setPageUrl(Object value)
Sets pageUrl
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _checkinTypeType

protected String _commentType

protected String _pageUrlType

protected Object checkinType

protected Object comment

protected Object pageUrl

Public Constructors

public CheckInFileExpressionHolder ()

Public Methods

public Object getCheckinType ()

Retrieves checkinType

public Object getComment ()

Retrieves comment

public Object getPageUrl ()

Retrieves pageUrl

public void setCheckinType (Object value)

Sets checkinType

Parameters
value Value to set

public void setComment (Object value)

Sets comment

Parameters
value Value to set

public void setPageUrl (Object value)

Sets pageUrl

Parameters
value Value to set