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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIndexFieldName
(String indexFieldName) void
setIndexFieldPK
(IndexFieldPK indexFieldPK) void
setIndexTypePK
(IndexTypePK indexTypePK) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<IndexFieldDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<IndexFieldDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<IndexFieldDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-