.. java:import:: org.codehaus.jackson.annotate JsonIgnore .. java:import:: org.codehaus.jackson.annotate JsonIgnoreProperties .. java:import:: org.motechproject.mds.annotations Cascade .. java:import:: org.motechproject.mds.annotations Entity .. java:import:: org.motechproject.mds.annotations Field .. java:import:: java.util ArrayList .. java:import:: java.util LinkedHashMap .. java:import:: java.util List .. java:import:: java.util Objects DataSource ========== .. java:package:: org.motechproject.tasks.domain :noindex: .. java:type:: @Entity @JsonIgnoreProperties public class DataSource extends TaskConfigStep Constructors ------------ DataSource ^^^^^^^^^^ .. java:constructor:: public DataSource() :outertype: DataSource DataSource ^^^^^^^^^^ .. java:constructor:: public DataSource(Long providerId, Long objectId, String type, String name, List lookup, boolean failIfDataNotFound) :outertype: DataSource DataSource ^^^^^^^^^^ .. java:constructor:: public DataSource(String providerName, Long providerId, Long objectId, String type, String name, List lookup, boolean failIfDataNotFound) :outertype: DataSource Methods ------- equals ^^^^^^ .. java:method:: @Override public boolean equals(Object obj) :outertype: DataSource getLookup ^^^^^^^^^ .. java:method:: public List getLookup() :outertype: DataSource getName ^^^^^^^ .. java:method:: public String getName() :outertype: DataSource getObjectId ^^^^^^^^^^^ .. java:method:: public Long getObjectId() :outertype: DataSource getProviderId ^^^^^^^^^^^^^ .. java:method:: public Long getProviderId() :outertype: DataSource getProviderName ^^^^^^^^^^^^^^^ .. java:method:: public String getProviderName() :outertype: DataSource getType ^^^^^^^ .. java:method:: public String getType() :outertype: DataSource hashCode ^^^^^^^^ .. java:method:: @Override public int hashCode() :outertype: DataSource isFailIfDataNotFound ^^^^^^^^^^^^^^^^^^^^ .. java:method:: public boolean isFailIfDataNotFound() :outertype: DataSource objectEquals ^^^^^^^^^^^^ .. java:method:: @JsonIgnore public boolean objectEquals(Long providerId, Long objectId, String type) :outertype: DataSource setFailIfDataNotFound ^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public void setFailIfDataNotFound(boolean failIfDataNotFound) :outertype: DataSource setLookup ^^^^^^^^^ .. java:method:: public void setLookup(Object lookup) :outertype: DataSource setName ^^^^^^^ .. java:method:: public void setName(String name) :outertype: DataSource setObjectId ^^^^^^^^^^^ .. java:method:: public void setObjectId(Long objectId) :outertype: DataSource setProviderId ^^^^^^^^^^^^^ .. java:method:: public void setProviderId(Long providerId) :outertype: DataSource setProviderName ^^^^^^^^^^^^^^^ .. java:method:: public void setProviderName(String providerName) :outertype: DataSource setType ^^^^^^^ .. java:method:: public void setType(String type) :outertype: DataSource toString ^^^^^^^^ .. java:method:: @Override public String toString() :outertype: DataSource