org.chorem.pollen.ui.data.uio
Class DateChoiceUIO

java.lang.Object
  extended by org.chorem.pollen.business.dto.ChoiceDTO
      extended by org.chorem.pollen.ui.data.uio.DateChoiceUIO
All Implemented Interfaces:
java.io.Serializable

public class DateChoiceUIO
extends ChoiceDTO

Classe représentant un choix de type Date. Un DateChoiceUIO est un Choice avec un champs date supplémentaire permettant à l'interface de gérer la date.

Version:
$Id: DateChoiceUIO.java 2615 2009-07-01 13:47:45Z nrannou $
Author:
kmorin
See Also:
Serialized Form

Constructor Summary
DateChoiceUIO()
           
 
Method Summary
 java.util.Date getDate()
           
 void setDate(java.util.Date date)
           
 
Methods inherited from class org.chorem.pollen.business.dto.ChoiceDTO
getDescription, getId, getName, getPollId, getValue, getVoteId, isValidate, setDescription, setId, setName, setPollId, setValidate, setValue, setVoteId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateChoiceUIO

public DateChoiceUIO()
Method Detail

getDate

public java.util.Date getDate()

setDate

public void setDate(java.util.Date date)


Copyright © 2009 CodeLutin. All Rights Reserved.