Class SelectorNodeEntityIntegerValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SelectorNodeEntityIntegerPK>
com.echothree.model.data.selector.server.value.SelectorNodeEntityIntegerValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class SelectorNodeEntityIntegerValue
extends BaseValue<SelectorNodeEntityIntegerPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSelectorNodeEntityIntegerValue
(SelectorNodeEntityIntegerPK selectorNodeEntityIntegerPK, SelectorNodePK selectorNodePK, Integer integerAttribute, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeEntityIntegerValueSelectorNodeEntityIntegerValue
(SelectorNodePK selectorNodePK, Integer integerAttribute, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeEntityIntegerValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIntegerAttribute
(Integer integerAttribute) void
setSelectorNodePK
(SelectorNodePK selectorNodePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SelectorNodeEntityIntegerValue
public SelectorNodeEntityIntegerValue(SelectorNodeEntityIntegerPK selectorNodeEntityIntegerPK, SelectorNodePK selectorNodePK, Integer integerAttribute, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeEntityIntegerValue- Throws:
PersistenceNotNullException
-
SelectorNodeEntityIntegerValue
public SelectorNodeEntityIntegerValue(SelectorNodePK selectorNodePK, Integer integerAttribute, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeEntityIntegerValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SelectorNodeEntityIntegerPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SelectorNodeEntityIntegerPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SelectorNodeEntityIntegerPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SelectorNodeEntityIntegerPK>
-
getSelectorNodePK
-
setSelectorNodePK
- Throws:
PersistenceNotNullException
-
getSelectorNodePKHasBeenModified
-
getIntegerAttribute
-
setIntegerAttribute
- Throws:
PersistenceNotNullException
-
getIntegerAttributeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-