|
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.framework.request.Record
public class Record
Represents a record within a collection of records.
A record typically represents a row within a database table, or an item associated with a remote service.
Constructor Summary | |
---|---|
Record()
Default constructor. |
Method Summary | |
---|---|
boolean |
getIsSelected()
Gets the selected status for the record. |
void |
setIsSelected(boolean isSelected)
Sets the selected status for the record. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Record()
Method Detail |
---|
public boolean getIsSelected()
true
if selectedpublic void setIsSelected(boolean isSelected)
isSelected
- true
if selected
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |