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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSelectorKindName
(String selectorKindName) void
setSelectorKindPK
(SelectorKindPK selectorKindPK) 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
-
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:
getBaseFactoryInstance
in classBaseValue<SelectorKindDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SelectorKindDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SelectorKindDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-