Class IndexDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<IndexDetailPK>
com.echothree.model.data.index.server.value.IndexDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionIndexDetailValue(IndexDetailPK indexDetailPK, IndexPK indexPK, String indexName, IndexTypePK indexTypePK, LanguagePK languagePK, String directory, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of IndexDetailValueIndexDetailValue(IndexPK indexPK, String indexName, IndexTypePK indexTypePK, LanguagePK languagePK, String directory, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of IndexDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDirectory(String directory) voidsetFromTime(Long fromTime) voidsetIndexName(String indexName) voidsetIndexPK(IndexPK indexPK) voidsetIndexTypePK(IndexTypePK indexTypePK) voidsetIsDefault(Boolean isDefault) voidsetLanguagePK(LanguagePK languagePK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
IndexDetailValue
public IndexDetailValue(IndexDetailPK indexDetailPK, IndexPK indexPK, String indexName, IndexTypePK indexTypePK, LanguagePK languagePK, String directory, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of IndexDetailValue- Throws:
PersistenceNotNullException
-
IndexDetailValue
public IndexDetailValue(IndexPK indexPK, String indexName, IndexTypePK indexTypePK, LanguagePK languagePK, String directory, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of IndexDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<IndexDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<IndexDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<IndexDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<IndexDetailPK>
-
getIndexPK
-
setIndexPK
- Throws:
PersistenceNotNullException
-
getIndexPKHasBeenModified
-
getIndexName
-
setIndexName
- Throws:
PersistenceNotNullException
-
getIndexNameHasBeenModified
-
getIndexTypePK
-
setIndexTypePK
- Throws:
PersistenceNotNullException
-
getIndexTypePKHasBeenModified
-
getLanguagePK
-
setLanguagePK
-
getLanguagePKHasBeenModified
-
getDirectory
-
setDirectory
- Throws:
PersistenceNotNullException
-
getDirectoryHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-