|
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.AsnSystemPart
public class AsnSystemPart
Represents the system fields associated with a assertion.
Constructor Summary | |
---|---|
AsnSystemPart()
Default constructor |
|
AsnSystemPart(AsnSystemPart objectToDuplicate)
Construct by duplicating an existing object. |
Method Summary | |
---|---|
void |
appendWritableFields(Document document)
Appends fields to a document for indexing. |
AsnSystemPart |
duplicate()
Produces a deep clone of the object. |
void |
echo(StringBuffer sb,
int depth)
Appends property information for the component to a buffer. |
String |
getAssertionId()
Gets the assertion id (primary key). |
Timestamp |
getEditTimestamp()
Gets the edit timestamp (last value edit). |
boolean |
getEnabled()
Gets the flag indicating whether or not the assertion is enabled. |
String |
getResourceId()
Gets the associated resource document uuid. |
Timestamp |
getTimestamp()
Gets the timestamp. |
void |
readFields(Document document)
Reads the fields of an indexed document. |
void |
setAssertionId(String assertionId)
Sets the assertion id (primary key). |
void |
setEditTimestamp(Timestamp timestamp)
Sets the edit timestamp (last value edit). |
void |
setEnabled(boolean enabled)
Sets the flag indicating whether or not the assertion is enabled. |
void |
setResourceId(String resourceId)
Sets the associated resource document id. |
void |
setTimestamp(Timestamp timestamp)
Sets the timestamp. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsnSystemPart()
public AsnSystemPart(AsnSystemPart objectToDuplicate)
objectToDuplicate
- the object to duplicateMethod Detail |
---|
public String getAssertionId()
public void setAssertionId(String assertionId)
assertionId
- the assertion idpublic Timestamp getEditTimestamp()
public void setEditTimestamp(Timestamp timestamp)
timestamp
- the timestamppublic boolean getEnabled()
true
if enabledpublic void setEnabled(boolean enabled)
enabled
- true
if enabledpublic String getResourceId()
public void setResourceId(String resourceId)
resourceId
- the resource document idpublic Timestamp getTimestamp()
public void setTimestamp(Timestamp timestamp)
timestamp
- the timestamppublic void appendWritableFields(Document document)
document
- the documentpublic AsnSystemPart 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 |