class: DateCriterionVO

public class: DateCriterionVO
Author: NiH
Project: Phase: 1.0; Status: Proposed; Version: 1.0 Revised by NiH: 13.09.2007; Complexity: 1
Dates: Created: 16.07.2009 15:31:19; Modified: 16.07.2009 15:31:19;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {AEC6C2DF-37D3-4ba4-A3B3-0029B156B223}
date criterion vo for the advanced search
@created 15-Mai-2007 15:46:13
 

Goto: Custom Properties, Fields, Methods

Extends: CriterionVO

See also: CriterionVO

Appears in: valueobjects

Connections
 
Custom Properties
 
DateCriterionVO Attributes
Attribute Details
private List
  dateTypeList
Notes: type of date
private String
  from
Notes: date range for the search criterion
private static const long
  serialVersionUID
Initial: 1L
Notes: serial for the serializable interface
private String
  to
 
DateCriterionVO Methods
Operation Details
public
DateCriterionVO():
Sequential
Notes: constructor.
public
getDateType():List
Sequential
public
getFrom():String
Sequential
public
getSearchIdentifier(
   int position):String
Sequential
private
getSearchIdentifierByDateType(
   DateType datetype):String
Sequential
public
getTo():String
Sequential
public
setDateType(
   List dateType):void
Sequential
public
setFrom(
   String newVal):void
Sequential
public
setTo(
   String newVal):void
Sequential