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) booleanbooleaninthashCode()voidremove()voidsetCreatedTime(Long createdTime) voidvoidsetIndexPK(IndexPK indexPK) voidvoidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
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
-
getIndexStatusValue
-
setIndexStatusValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getIndexPK
-
getIndex
-
getIndex
-
getIndexForUpdate
-
setIndexPK
public void setIndexPK(IndexPK indexPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setIndex
-
getIndexPKHasBeenModified
-
getCreatedTime
-
setCreatedTime
public void setCreatedTime(Long createdTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCreatedTimeHasBeenModified
-