Esri Geoportal Server
1.2.9

com.esri.gpt.control.harvest
Class TimePoint

java.lang.Object
  extended by com.esri.gpt.control.harvest.TimePoint

public class TimePoint
extends Object

Time point.


Constructor Summary
TimePoint(IAdHocEvent event, String caption)
          Creates instance of time point.
 
Method Summary
 String getCaption()
          Gets caption.
 String getCode()
          Gets event code.
 IAdHocEvent getEvent()
          Gets event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimePoint

public TimePoint(IAdHocEvent event,
                 String caption)
Creates instance of time point.

Parameters:
event - event
caption - caption
Method Detail

getCode

public String getCode()
Gets event code.

Returns:
event code

getCaption

public String getCaption()
Gets caption.

Returns:
caption

getEvent

public IAdHocEvent getEvent()
Gets event.

Returns:
event

Esri Geoportal Server
1.2.9

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