Esri Geoportal Server
1.0

com.esri.gpt.framework.request
Class Record

java.lang.Object
  extended by com.esri.gpt.framework.request.Record
Direct Known Subclasses:
HeRecord, HjRecord, HrRecord, MmdRecord, SearchResultRecord, SearchXslRecord

public class Record
extends Object

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

Record

public Record()
Default constructor.

Method Detail

getIsSelected

public boolean getIsSelected()
Gets the selected status for the record.

Returns:
true if selected

setIsSelected

public void setIsSelected(boolean isSelected)
Sets the selected status for the record.

Parameters:
isSelected - true if selected

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.