Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.flexstor.common.data.ActionData

Uses of ActionData in com.flexstor.common.data
 

Fields in com.flexstor.common.data declared as ActionData
private  ActionData ActionResult.data
          Stores the ActionData object used in the service
 

Methods in com.flexstor.common.data that return ActionData
 ActionData ActionResult.getData()
           
 

Methods in com.flexstor.common.data with parameters of type ActionData
 void ActionResult.setData(ActionData data)
           
protected  void ActionData.fillCloneInfo(ActionData clone)