Class SelectorNodeEntityLongValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SelectorNodeEntityLongPK>
com.echothree.model.data.selector.server.value.SelectorNodeEntityLongValue
- All Implemented Interfaces:
Serializable,Cloneable
public class SelectorNodeEntityLongValue
extends BaseValue<SelectorNodeEntityLongPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionSelectorNodeEntityLongValue(SelectorNodeEntityLongPK selectorNodeEntityLongPK, SelectorNodePK selectorNodePK, Long longAttribute, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeEntityLongValueSelectorNodeEntityLongValue(SelectorNodePK selectorNodePK, Long longAttribute, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeEntityLongValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetLongAttribute(Long longAttribute) voidsetSelectorNodePK(SelectorNodePK selectorNodePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SelectorNodeEntityLongValue
public SelectorNodeEntityLongValue(SelectorNodeEntityLongPK selectorNodeEntityLongPK, SelectorNodePK selectorNodePK, Long longAttribute, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeEntityLongValue- Throws:
PersistenceNotNullException
-
SelectorNodeEntityLongValue
public SelectorNodeEntityLongValue(SelectorNodePK selectorNodePK, Long longAttribute, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeEntityLongValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<SelectorNodeEntityLongPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<SelectorNodeEntityLongPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<SelectorNodeEntityLongPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<SelectorNodeEntityLongPK>
-
getSelectorNodePK
-
setSelectorNodePK
- Throws:
PersistenceNotNullException
-
getSelectorNodePKHasBeenModified
-
getLongAttribute
-
setLongAttribute
- Throws:
PersistenceNotNullException
-
getLongAttributeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-