Uses of Class
org.filteredpush.client.model.Source

Packages that use Source
org.filteredpush.client.model   
 

Uses of Source in org.filteredpush.client.model
 

Methods in org.filteredpush.client.model that return Source
 Source ObjectFactory.createSource()
          Create an instance of Source
 Source Target.getHasSource()
           
 

Methods in org.filteredpush.client.model with parameters of type Source
 void Target.setHasSource(Source hasSource)