|
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.AsnUserPart
public class AsnUserPart
Represents the user fields associated with a assertion.
Constructor Summary | |
---|---|
AsnUserPart()
Default constructor |
|
AsnUserPart(AsnUserPart objectToDuplicate)
Construct by duplicating an existing object. |
Method Summary | |
---|---|
void |
appendWritableFields(Document document)
Appends fields to a document for indexing. |
AsnUserPart |
duplicate()
Produces a deep clone of the object. |
void |
echo(StringBuffer sb,
int depth)
Appends property information for the component to a buffer. |
String |
getID()
Gets the user id (local geoportal database id). |
String |
getIPAddress()
Gets the IP address associated with the user. |
String |
getKey()
Gets the user key (typically the distinguished name). |
String |
getName()
Gets the username. |
void |
readFields(Document document)
Reads the fields of an indexed document. |
void |
setID(String id)
Sets the user id (local geoportal database id). |
void |
setIPAddress(String ipAddress)
Sets the IP address associated with the user. |
void |
setKey(String key)
Sets the user key (typically the distinguished name). |
void |
setName(String username)
Sets the username. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsnUserPart()
public AsnUserPart(AsnUserPart objectToDuplicate)
objectToDuplicate
- the object to duplicateMethod Detail |
---|
public String getID()
public void setID(String id)
id
- the user idpublic String getIPAddress()
public void setIPAddress(String ipAddress)
ipAddress
- the IP addresspublic String getKey()
public void setKey(String key)
key
- the user keypublic String getName()
public void setName(String username)
username
- the usernamepublic void appendWritableFields(Document document)
document
- the documentpublic AsnUserPart 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 |