public class

CheckOutFileExpressionHolder

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

Summary

Fields
protected String _checkoutToLocalType
protected String _lastmodifiedType
protected String _pageUrlType
protected Object checkoutToLocal
protected Object lastmodified
protected Object pageUrl
Public Constructors
CheckOutFileExpressionHolder()
Public Methods
Object getCheckoutToLocal()
Retrieves checkoutToLocal
Object getLastmodified()
Retrieves lastmodified
Object getPageUrl()
Retrieves pageUrl
void setCheckoutToLocal(Object value)
Sets checkoutToLocal
void setLastmodified(Object value)
Sets lastmodified
void setPageUrl(Object value)
Sets pageUrl
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _checkoutToLocalType

protected String _lastmodifiedType

protected String _pageUrlType

protected Object checkoutToLocal

protected Object lastmodified

protected Object pageUrl

Public Constructors

public CheckOutFileExpressionHolder ()

Public Methods

public Object getCheckoutToLocal ()

Retrieves checkoutToLocal

public Object getLastmodified ()

Retrieves lastmodified

public Object getPageUrl ()

Retrieves pageUrl

public void setCheckoutToLocal (Object value)

Sets checkoutToLocal

Parameters
value Value to set

public void setLastmodified (Object value)

Sets lastmodified

Parameters
value Value to set

public void setPageUrl (Object value)

Sets pageUrl

Parameters
value Value to set