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 TypeMethodDescriptionboolean
boolean
getIndex()
getIndex
(EntityPermission entityPermission) getIndex
(Session session, EntityPermission entityPermission) getIndexForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setCreatedTime
(Long createdTime) void
void
setIndexPK
(IndexPK indexPK) void
void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getIndexStatusValue
-
setIndexStatusValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-