org.chorem.pollen.ui.pages.poll
Class ImageDisplay

java.lang.Object
  extended by org.chorem.pollen.ui.pages.poll.ImageDisplay

public class ImageDisplay
extends java.lang.Object

Classe de la page de visualisation d'une image.

Version:
$Id: ImageDisplay.java 2615 2009-07-01 13:47:45Z nrannou $
Author:
rannou

Constructor Summary
ImageDisplay()
           
 
Method Summary
 java.lang.String getChoiceId()
           
 java.lang.String getChoiceImageSrc()
          Retourne le chemin de l'image correspondant au choix courant
 java.lang.String getPageStyle()
           
 PollDTO getPoll()
           
 void setChoiceId(java.lang.String choiceId)
           
 void setPageStyle(java.lang.String pageStyle)
           
 void setPoll(PollDTO poll)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageDisplay

public ImageDisplay()
Method Detail

getPoll

public PollDTO getPoll()

setPoll

public void setPoll(PollDTO poll)

getChoiceId

public java.lang.String getChoiceId()

setChoiceId

public void setChoiceId(java.lang.String choiceId)

getPageStyle

public java.lang.String getPageStyle()

setPageStyle

public void setPageStyle(java.lang.String pageStyle)

getChoiceImageSrc

public java.lang.String getChoiceImageSrc()
Retourne le chemin de l'image correspondant au choix courant



Copyright © 2009 CodeLutin. All Rights Reserved.