Class Period
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.period.server.entity.Period
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFields inherited from class com.echothree.util.server.persistence.BaseEntity_entityPermission
- 
Constructor SummaryConstructorsConstructorDescriptionPeriod()Creates a new instance of PeriodPeriod(PeriodValue value, EntityPermission entityPermission) Creates a new instance of Period
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetActiveDetail(EntityPermission entityPermission) getActiveDetail(Session session) getActiveDetail(Session session, EntityPermission entityPermission) getActiveDetailForUpdate(Session session) booleangetLastDetail(EntityPermission entityPermission) getLastDetail(Session session) getLastDetail(Session session, EntityPermission entityPermission) getLastDetailForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetActiveDetail(PeriodDetail entity) voidsetActiveDetailPK(PeriodDetailPK activeDetailPK) voidsetLastDetail(PeriodDetail entity) voidsetLastDetailPK(PeriodDetailPK lastDetailPK) voidsetPeriodValue(PeriodValue value) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntitycheckReadWrite, getEntityPermission, store
- 
Constructor Details- 
PeriodCreates a new instance of Period- Throws:
- PersistenceException
 
- 
PeriodCreates a new instance of Period
 
- 
- 
Method Details- 
getBaseFactoryInstance- Specified by:
- getBaseFactoryInstancein class- BaseEntity
 
- 
hasBeenModified- Specified by:
- hasBeenModifiedin class- BaseEntity
 
- 
hashCode
- 
toString
- 
equals
- 
store- Specified by:
- storein class- BaseEntity
- Throws:
- PersistenceDatabaseException
 
- 
remove- Specified by:
- removein class- BaseEntity
- Throws:
- PersistenceDatabaseException
 
- 
remove- Overrides:
- removein class- BaseEntity
- Throws:
- PersistenceDatabaseException
 
- 
getPeriodValue
- 
setPeriodValue- Throws:
- PersistenceReadOnlyException
 
- 
getPrimaryKey- Specified by:
- getPrimaryKeyin class- BaseEntity
 
- 
getActiveDetailPK
- 
getActiveDetail
- 
getActiveDetail
- 
getActiveDetail
- 
getActiveDetail
- 
getActiveDetailForUpdate
- 
getActiveDetailForUpdate
- 
setActiveDetailPKpublic void setActiveDetailPK(PeriodDetailPK activeDetailPK) throws PersistenceNotNullException, PersistenceReadOnlyException 
- 
setActiveDetail
- 
getActiveDetailPKHasBeenModified
- 
getLastDetailPK
- 
getLastDetail
- 
getLastDetail
- 
getLastDetail
- 
getLastDetail
- 
getLastDetailForUpdate
- 
getLastDetailForUpdate
- 
setLastDetailPKpublic void setLastDetailPK(PeriodDetailPK lastDetailPK) throws PersistenceNotNullException, PersistenceReadOnlyException 
- 
setLastDetail
- 
getLastDetailPKHasBeenModified
 
-