org.chorem.pollen.ui.data.uio
Class DateChoiceUIO
java.lang.Object
org.chorem.pollen.business.dto.ChoiceDTO
org.chorem.pollen.ui.data.uio.DateChoiceUIO
- All Implemented Interfaces:
- 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
| Methods inherited from class org.chorem.pollen.business.dto.ChoiceDTO |
getDescription, getId, getName, getPollId, getValue, getVoteId, isHidden, isValidate, setDescription, setHidden, setId, setName, setPollId, setValidate, setValue, setVoteId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateChoiceUIO
public DateChoiceUIO()
getDate
public Date getDate()
setDate
public void setDate(Date date)
Copyright © 2009-2010 CodeLutin. All Rights Reserved.