|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.intabulas.sandler.introspection.impl.IntrospectionImpl
public class IntrospectionImpl
IntrospectionImpl
Field Summary |
---|
Fields inherited from interface org.intabulas.sandler.introspection.Introspection |
---|
ELEMENT_CREATEENTRY, ELEMENT_INTROSPECTION, ELEMENT_SEARCHENTRY |
Constructor Summary | |
---|---|
IntrospectionImpl()
|
Method Summary | |
---|---|
String |
getCreateUrl()
Returns the Create URL used in an Introspection Query is made |
String |
getSearchUrl()
Returns the Search URL used in an Introspection Query is made |
void |
setCreateUrl(String url)
Set's the Create URL to return whn an Introspection Query is made |
void |
setSearchUrl(String url)
Set's the Search URL to return whn an Introspection Query is made |
String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IntrospectionImpl()
Method Detail |
---|
public void setSearchUrl(String url)
setSearchUrl
in interface Introspection
url
- a String representing the Search Entries URLpublic String getSearchUrl()
getSearchUrl
in interface Introspection
public void setCreateUrl(String url)
setCreateUrl
in interface Introspection
url
- a String representing the Create Entries URLpublic String getCreateUrl()
getCreateUrl
in interface Introspection
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |