com.silverpeas.scheduleevent.view
Class BestTimeVO

java.lang.Object
  extended by com.silverpeas.scheduleevent.view.BestTimeVO

public class BestTimeVO
extends Object


Constructor Summary
BestTimeVO(List<TimeVO> proposedTimes)
           
 
Method Summary
 int getDatesNumber()
           
 String getMultilangLabel()
           
 int getPresentCount()
           
 List<TimeVO> getTimes()
           
 boolean isBestDateExists()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BestTimeVO

public BestTimeVO(List<TimeVO> proposedTimes)
Method Detail

isBestDateExists

public boolean isBestDateExists()

getMultilangLabel

public String getMultilangLabel()

getPresentCount

public int getPresentCount()

getTimes

public List<TimeVO> getTimes()

getDatesNumber

public int getDatesNumber()


Copyright © 2016 Silverpeas. All Rights Reserved.