Uses of Class
net.parityinc.higgins.rpps.core.obj.FormTO

Packages that use FormTO
net.parityinc.higgins.rpps.core.obj   
 

Uses of FormTO in net.parityinc.higgins.rpps.core.obj
 

Methods in net.parityinc.higgins.rpps.core.obj that return FormTO
 FormTO[] UrlInformationTO.getFormList()
          Gets the formList value for this UrlInformationTO.
 

Methods in net.parityinc.higgins.rpps.core.obj with parameters of type FormTO
 void UrlInformationTO.setFormList(FormTO[] formList)
          Sets the formList value for this UrlInformationTO.
 

Constructors in net.parityinc.higgins.rpps.core.obj with parameters of type FormTO
UrlInformationTO(FormTO[] formList, String url)