|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
org.onebusaway.webapp.actions.where.TripAction
public class TripAction
Field Summary |
---|
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
TripAction()
|
Method Summary | |
---|---|
String |
execute()
|
String |
getId()
|
TripDetailsBean |
getResult()
|
Date |
getServiceDate()
|
String |
getStopId()
|
Date |
getStopTime(TripStopTimeBean stopTime)
|
int |
getStopTimeRaw(TripStopTimeBean stopTime)
|
Date |
getTime()
|
TimeZone |
getTimeZone()
|
String |
getVehicleId()
|
boolean |
isShowArrivals()
|
void |
setId(String id)
|
void |
setServiceDate(Date serviceDate)
|
void |
setShowArrivals(boolean showArrivals)
|
void |
setStopId(String stopId)
|
void |
setTime(Date time)
|
void |
setVehicleId(String vehicleId)
|
Methods inherited from class com.opensymphony.xwork2.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TripAction()
Method Detail |
---|
public void setId(String id)
public String getId()
public void setServiceDate(Date serviceDate)
public Date getServiceDate()
public void setTime(Date time)
public Date getTime()
public void setVehicleId(String vehicleId)
public String getVehicleId()
public void setStopId(String stopId)
public String getStopId()
public void setShowArrivals(boolean showArrivals)
public boolean isShowArrivals()
public TripDetailsBean getResult()
public TimeZone getTimeZone()
public String execute() throws ServiceException
execute
in interface com.opensymphony.xwork2.Action
execute
in class com.opensymphony.xwork2.ActionSupport
ServiceException
public int getStopTimeRaw(TripStopTimeBean stopTime)
public Date getStopTime(TripStopTimeBean stopTime)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |