jfb.tools.activitymgr.core.beans
Class Duration

java.lang.Object
  extended by jfb.tools.activitymgr.core.beans.SimpleIdentityBean
      extended by jfb.tools.activitymgr.core.beans.Duration

public class Duration
extends SimpleIdentityBean

Durée.


Field Summary
 
Fields inherited from class jfb.tools.activitymgr.core.beans.SimpleIdentityBean
ID_FIELD_IDX
 
Constructor Summary
Duration()
           
 
Method Summary
 boolean getIsActive()
          Retourne un booléen indiquant si la durée est active ou non.
 void setIsActive(boolean isActive)
          Définit si la durée est active ou non.
 
Methods inherited from class jfb.tools.activitymgr.core.beans.SimpleIdentityBean
equals, getId, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Duration

public Duration()
Method Detail

getIsActive

public boolean getIsActive()
Retourne un booléen indiquant si la durée est active ou non.

Returns:
un booléen indiquant si la durée est active ou non.

setIsActive

public void setIsActive(boolean isActive)
Définit si la durée est active ou non.

Parameters:
isActive - un booléen indiquant si la durée est active ou non.