|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.server.assertion.index.AsnRdfPart
public class AsnRdfPart
Represents the RDF fields associated with a assertion.
Constructor Summary | |
---|---|
AsnRdfPart()
Default constructor |
|
AsnRdfPart(AsnRdfPart objectToDuplicate)
Construct by duplicating an existing object. |
Method Summary | |
---|---|
void |
appendWritableFields(Document document)
Appends fields to a document for indexing. |
AsnRdfPart |
duplicate()
Produces a deep clone of the object. |
void |
echo(StringBuffer sb,
int depth)
Appends property information for the component to a buffer. |
boolean |
getAnalyzeValue()
Gets the flag indicating whether or not the value should be analyzed prior to indexing. |
String |
getPredicate()
Gets the predicate. |
String |
getSubject()
Gets the subject. |
String |
getValue()
Gets the value. |
String |
getValueField()
Gets the value field name. |
void |
readFields(Document document)
Reads the fields of an indexed document. |
void |
setAnalyzeValue(boolean analyzeValue)
Sets the flag indicating whether or not the value should be analyzed prior to indexing. |
void |
setPredicate(String predicate)
Sets the predicate. |
void |
setSubject(String subject)
Sets the subject. |
void |
setValue(String value)
Sets the value. |
void |
setValueField(String valueField)
Sets the value field name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsnRdfPart()
public AsnRdfPart(AsnRdfPart objectToDuplicate)
objectToDuplicate
- the object to duplicateMethod Detail |
---|
public boolean getAnalyzeValue()
true
if the value should be analyzedpublic void setAnalyzeValue(boolean analyzeValue)
analyzeValue
- true
if the value should be analyzedpublic String getPredicate()
public void setPredicate(String predicate)
predicate
- the predicatepublic String getSubject()
public void setSubject(String subject)
subject
- the subjectpublic String getValue()
public void setValue(String value)
value
- the valuepublic String getValueField()
public void setValueField(String valueField)
valueField
- the value fieldpublic void appendWritableFields(Document document)
document
- the documentpublic AsnRdfPart duplicate()
public void echo(StringBuffer sb, int depth)
sb
- the buffer to use when appending informationdepth
- the depth of the parentpublic void readFields(Document document)
document
- the document
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |