Class IndexDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.index.server.entity.IndexDetail
- 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 IndexDetailIndexDetail(IndexDetailValue value, EntityPermission entityPermission) Creates a new instance of IndexDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetIndex()getIndex(EntityPermission entityPermission) booleanbooleangetIndexType(EntityPermission entityPermission) booleanbooleangetLanguage(EntityPermission entityPermission) booleanbooleanbooleanbooleaninthashCode()voidremove()voidsetDirectory(String directory) voidsetFromTime(Long fromTime) voidvoidvoidsetIndexName(String indexName) voidsetIndexPK(IndexPK indexPK) voidsetIndexType(IndexType entity) voidsetIndexTypePK(IndexTypePK indexTypePK) voidsetIsDefault(Boolean isDefault) voidsetLanguage(Language entity) voidsetLanguagePK(LanguagePK languagePK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
IndexDetail
Creates a new instance of IndexDetail- Throws:
PersistenceException
-
IndexDetail
Creates a new instance of IndexDetail
-
-
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
-
getIndexDetailValue
-
setIndexDetailValue
public void setIndexDetailValue(@Nonnull IndexDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getIndexPK
-
getIndex
-
getIndex
-
getIndexForUpdate
-
setIndexPK
public void setIndexPK(@Nonnull IndexPK indexPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setIndex
-
getIndexPKHasBeenModified
-
getIndexName
-
setIndexName
public void setIndexName(@Nonnull String indexName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIndexNameHasBeenModified
-
getIndexTypePK
-
getIndexType
-
getIndexType
-
getIndexTypeForUpdate
-
setIndexTypePK
public void setIndexTypePK(@Nonnull IndexTypePK indexTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setIndexType
-
getIndexTypePKHasBeenModified
-
getLanguagePK
-
getLanguage
-
getLanguage
-
getLanguageForUpdate
-
setLanguagePK
public void setLanguagePK(@Nullable LanguagePK languagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLanguage
-
getLanguagePKHasBeenModified
-
getDirectory
-
setDirectory
public void setDirectory(@Nonnull String directory) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDirectoryHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(@Nonnull Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(@Nonnull Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-