Class SelectorNodeEntityDateValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SelectorNodeEntityDatePK>
com.echothree.model.data.selector.server.value.SelectorNodeEntityDateValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class SelectorNodeEntityDateValue
extends BaseValue<SelectorNodeEntityDatePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSelectorNodeEntityDateValue
(SelectorNodeEntityDatePK selectorNodeEntityDatePK, SelectorNodePK selectorNodePK, Integer dateAttribute, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeEntityDateValueSelectorNodeEntityDateValue
(SelectorNodePK selectorNodePK, Integer dateAttribute, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeEntityDateValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDateAttribute
(Integer dateAttribute) void
setFromTime
(Long fromTime) 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
-
SelectorNodeEntityDateValue
public SelectorNodeEntityDateValue(SelectorNodeEntityDatePK selectorNodeEntityDatePK, SelectorNodePK selectorNodePK, Integer dateAttribute, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeEntityDateValue- Throws:
PersistenceNotNullException
-
SelectorNodeEntityDateValue
public SelectorNodeEntityDateValue(SelectorNodePK selectorNodePK, Integer dateAttribute, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeEntityDateValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SelectorNodeEntityDatePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SelectorNodeEntityDatePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SelectorNodeEntityDatePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SelectorNodeEntityDatePK>
-
getSelectorNodePK
-
setSelectorNodePK
- Throws:
PersistenceNotNullException
-
getSelectorNodePKHasBeenModified
-
getDateAttribute
-
setDateAttribute
- Throws:
PersistenceNotNullException
-
getDateAttributeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-