Class IndexFieldDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<IndexFieldDetailPK>
com.echothree.model.data.index.server.value.IndexFieldDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class IndexFieldDetailValue
extends BaseValue<IndexFieldDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionIndexFieldDetailValue(IndexFieldDetailPK indexFieldDetailPK, IndexFieldPK indexFieldPK, IndexTypePK indexTypePK, String indexFieldName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of IndexFieldDetailValueIndexFieldDetailValue(IndexFieldPK indexFieldPK, IndexTypePK indexTypePK, String indexFieldName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of IndexFieldDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetIndexFieldName(String indexFieldName) voidsetIndexFieldPK(IndexFieldPK indexFieldPK) voidsetIndexTypePK(IndexTypePK indexTypePK) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
IndexFieldDetailValue
public IndexFieldDetailValue(IndexFieldDetailPK indexFieldDetailPK, IndexFieldPK indexFieldPK, IndexTypePK indexTypePK, String indexFieldName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of IndexFieldDetailValue- Throws:
PersistenceNotNullException
-
IndexFieldDetailValue
public IndexFieldDetailValue(IndexFieldPK indexFieldPK, IndexTypePK indexTypePK, String indexFieldName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of IndexFieldDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<IndexFieldDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<IndexFieldDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<IndexFieldDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<IndexFieldDetailPK>
-
getIndexFieldPK
-
setIndexFieldPK
- Throws:
PersistenceNotNullException
-
getIndexFieldPKHasBeenModified
-
getIndexTypePK
-
setIndexTypePK
- Throws:
PersistenceNotNullException
-
getIndexTypePKHasBeenModified
-
getIndexFieldName
-
setIndexFieldName
- Throws:
PersistenceNotNullException
-
getIndexFieldNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-