DataSourceObject

public class DataSourceObject

DataSourceObject is the result of a org.motechproject.commons.api.DataProvider lookup.

Constructors

DataSourceObject

public DataSourceObject(String objectId, Object objectValue, boolean failIfNotFound)

Methods

equals

public boolean equals(Object o)

getObjectId

public String getObjectId()

getObjectValue

public Object getObjectValue()

hashCode

public int hashCode()

isFailIfNotFound

public boolean isFailIfNotFound()