Uses of Class
ch.bouquet.jpa.domain.Search.Frequency

Packages that use Search.Frequency
ch.bouquet.jpa.domain   
 

Uses of Search.Frequency in ch.bouquet.jpa.domain
 

Fields in ch.bouquet.jpa.domain declared as Search.Frequency
private  Search.Frequency Search.frequency
          frequency
 

Methods in ch.bouquet.jpa.domain that return Search.Frequency
 Search.Frequency Search.getFrequency()
          Gets the frequency.
static Search.Frequency Search.Frequency.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Search.Frequency[] Search.Frequency.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ch.bouquet.jpa.domain with parameters of type Search.Frequency
 void Search.setFrequency(Search.Frequency frequency)
          Sets the frequency.
 

Constructors in ch.bouquet.jpa.domain with parameters of type Search.Frequency
Search(Subscriber subscriber, java.lang.String name, java.lang.String criteria, Search.State state, Search.Frequency frequency, Search.OutputFormat outputFormat, java.util.Date startDate)
          Constructor
 



Copyright © 2007 - bouquet dot ch, 3032 Hinterkappelen. All Rights Reserved.