Class SelectorKindDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SelectorKindDetailPK>
com.echothree.model.data.selector.server.value.SelectorKindDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class SelectorKindDetailValue
extends BaseValue<SelectorKindDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionSelectorKindDetailValue(SelectorKindDetailPK selectorKindDetailPK, SelectorKindPK selectorKindPK, String selectorKindName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SelectorKindDetailValueSelectorKindDetailValue(SelectorKindPK selectorKindPK, String selectorKindName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SelectorKindDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSelectorKindName(String selectorKindName) voidsetSelectorKindPK(SelectorKindPK selectorKindPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SelectorKindDetailValue
public SelectorKindDetailValue(SelectorKindDetailPK selectorKindDetailPK, SelectorKindPK selectorKindPK, String selectorKindName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorKindDetailValue- Throws:
PersistenceNotNullException
-
SelectorKindDetailValue
public SelectorKindDetailValue(SelectorKindPK selectorKindPK, String selectorKindName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorKindDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<SelectorKindDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<SelectorKindDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<SelectorKindDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<SelectorKindDetailPK>
-
getSelectorKindPK
-
setSelectorKindPK
- Throws:
PersistenceNotNullException
-
getSelectorKindPKHasBeenModified
-
getSelectorKindName
-
setSelectorKindName
- Throws:
PersistenceNotNullException
-
getSelectorKindNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-