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