Class IndexStatus
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.index.server.entity.IndexStatus
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of IndexStatusIndexStatus(IndexStatusValue value, EntityPermission entityPermission) Creates a new instance of IndexStatus -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetIndex()getIndex(EntityPermission entityPermission) getIndex(Session session, EntityPermission entityPermission) getIndexForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetCreatedTime(Long createdTime) voidvoidsetIndexPK(IndexPK indexPK) voidvoidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
IndexStatus
Creates a new instance of IndexStatus- Throws:
PersistenceException
-
IndexStatus
Creates a new instance of IndexStatus
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getIndexStatusValue
-
setIndexStatusValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getIndexPK
-
getIndex
-
getIndex
-
getIndex
-
getIndex
-
getIndexForUpdate
-
getIndexForUpdate
-
setIndexPK
public void setIndexPK(IndexPK indexPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setIndex
-
getIndexPKHasBeenModified
-
getCreatedTime
-
setCreatedTime
public void setCreatedTime(Long createdTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCreatedTimeHasBeenModified
-