public abstract class AbstractCtxPlanning<T> extends Object implements Serializable, ICtxPlanningAffectations<T>
Modifier and Type | Field and Description |
---|---|
protected Date |
dateDebut |
protected Date |
dateFin |
protected Double |
indAfficherPlanCharge |
protected Double |
indPlgDevis |
protected ModeSaisiePlanning |
modeSaisiePlanning |
protected Double |
pixelPerSecond |
protected Date |
startDate |
Constructor and Description |
---|
AbstractCtxPlanning() |
Modifier and Type | Method and Description |
---|---|
Date |
getDateDebut() |
Date |
getDateFin() |
Double |
getIndAfficherPlanCharge() |
Double |
getIndPlgDevis() |
ModeSaisiePlanning |
getModeSaisiePlanning() |
Double |
getPixelPerSecond() |
Planning |
getPlanningSelectionne() |
Date |
getStartDate() |
void |
setDateDebut(Date dateDebut) |
void |
setDateFin(Date dateFin) |
void |
setIndAfficherPlanCharge(Double indAfficherPlanCharge) |
void |
setIndPlgDevis(Double indPlgDevis) |
void |
setModeSaisiePlanning(ModeSaisiePlanning modeSaisiePlanning) |
void |
setPixelPerSecond(Double pixelPerSecond) |
void |
setPlanningSelectionne(Planning planningSelectionne) |
void |
setStartDate(Date startDate) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFirstRowDisplayed, getHideEcartAffectation, getJoursNonTravailles, getListePlanningCollabGeneriques, getListePlanningCollabReels, getListPlanningPourStatistiques, getMapRowHeights, isHideCollabGenerique, isInitAffaire, isInitCollab, isModificationAllowed, setFirstRowDisplayed, setHideCollabGenerique, setJoursNonTravailles, setListPlanningCollabGeneriques, setListPlanningCollabReels, setListPlanningPourStatistiques, setMapRowHeights, setModificationAllowed
protected Double pixelPerSecond
protected Date dateDebut
protected Date dateFin
protected Date startDate
protected Double indPlgDevis
protected ModeSaisiePlanning modeSaisiePlanning
protected Double indAfficherPlanCharge
public ModeSaisiePlanning getModeSaisiePlanning()
getModeSaisiePlanning
in interface ICtxPlanningAffectations<T>
public void setModeSaisiePlanning(ModeSaisiePlanning modeSaisiePlanning)
setModeSaisiePlanning
in interface ICtxPlanningAffectations<T>
public Double getIndAfficherPlanCharge()
getIndAfficherPlanCharge
in interface ICtxPlanningAffectations<T>
public void setIndAfficherPlanCharge(Double indAfficherPlanCharge)
setIndAfficherPlanCharge
in interface ICtxPlanningAffectations<T>
public Double getIndPlgDevis()
getIndPlgDevis
in interface ICtxPlanningAffectations<T>
public void setIndPlgDevis(Double indPlgDevis)
setIndPlgDevis
in interface ICtxPlanningAffectations<T>
public Date getDateDebut()
getDateDebut
in interface ICtxPlanningAffectations<T>
public void setDateDebut(Date dateDebut)
setDateDebut
in interface ICtxPlanningAffectations<T>
public Date getDateFin()
getDateFin
in interface ICtxPlanningAffectations<T>
public void setDateFin(Date dateFin)
setDateFin
in interface ICtxPlanningAffectations<T>
public Date getStartDate()
getStartDate
in interface ICtxPlanningAffectations<T>
public void setStartDate(Date startDate)
setStartDate
in interface ICtxPlanningAffectations<T>
public Double getPixelPerSecond()
getPixelPerSecond
in interface ICtxPlanningAffectations<T>
public void setPixelPerSecond(Double pixelPerSecond)
setPixelPerSecond
in interface ICtxPlanningAffectations<T>
public Planning getPlanningSelectionne()
getPlanningSelectionne
in interface ICtxPlanningAffectations<T>
public void setPlanningSelectionne(Planning planningSelectionne)
setPlanningSelectionne
in interface ICtxPlanningAffectations<T>
Copyright © 2016. All rights reserved.