com.stratelia.webactiv.almanach.model
Class PeriodicityException

java.lang.Object
  extended by com.stratelia.webactiv.persistence.SilverpeasBean
      extended by com.stratelia.webactiv.almanach.model.PeriodicityException
All Implemented Interfaces:
com.stratelia.webactiv.persistence.SilverpeasBeanIntf, Serializable

public class PeriodicityException
extends com.stratelia.webactiv.persistence.SilverpeasBean

See Also:
Serialized Form

Constructor Summary
PeriodicityException()
           
 
Method Summary
 String _getTableName()
           
 Date getBeginDateException()
           
 Date getEndDateException()
           
 int getPeriodicityId()
           
 void setBeginDateException(Date beginDateException)
           
 void setEndDateException(Date endDateException)
           
 void setPeriodicityId(int periodicityId)
           
 
Methods inherited from class com.stratelia.webactiv.persistence.SilverpeasBean
_getConnectionType, _getDatasourceName, _getJdbcData, getPK, getSureString, setPK
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeriodicityException

public PeriodicityException()
Method Detail

getBeginDateException

public Date getBeginDateException()

setBeginDateException

public void setBeginDateException(Date beginDateException)

getEndDateException

public Date getEndDateException()

setEndDateException

public void setEndDateException(Date endDateException)

getPeriodicityId

public int getPeriodicityId()

setPeriodicityId

public void setPeriodicityId(int periodicityId)

_getTableName

public String _getTableName()
Specified by:
_getTableName in interface com.stratelia.webactiv.persistence.SilverpeasBeanIntf
Overrides:
_getTableName in class com.stratelia.webactiv.persistence.SilverpeasBean


Copyright © 2016 Silverpeas. All Rights Reserved.