Class SelectorNodeTextSearchValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SelectorNodeTextSearchPK>
com.echothree.model.data.selector.server.value.SelectorNodeTextSearchValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class SelectorNodeTextSearchValue
extends BaseValue<SelectorNodeTextSearchPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSelectorNodeTextSearchValue
(SelectorNodePK selectorNodePK, SelectorTextSearchTypePK selectorTextSearchTypePK, String text, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeTextSearchValueSelectorNodeTextSearchValue
(SelectorNodeTextSearchPK selectorNodeTextSearchPK, SelectorNodePK selectorNodePK, SelectorTextSearchTypePK selectorTextSearchTypePK, String text, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeTextSearchValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
getText()
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setSelectorNodePK
(SelectorNodePK selectorNodePK) void
setSelectorTextSearchTypePK
(SelectorTextSearchTypePK selectorTextSearchTypePK) void
void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SelectorNodeTextSearchValue
public SelectorNodeTextSearchValue(SelectorNodeTextSearchPK selectorNodeTextSearchPK, SelectorNodePK selectorNodePK, SelectorTextSearchTypePK selectorTextSearchTypePK, String text, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeTextSearchValue- Throws:
PersistenceNotNullException
-
SelectorNodeTextSearchValue
public SelectorNodeTextSearchValue(SelectorNodePK selectorNodePK, SelectorTextSearchTypePK selectorTextSearchTypePK, String text, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeTextSearchValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SelectorNodeTextSearchPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SelectorNodeTextSearchPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SelectorNodeTextSearchPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SelectorNodeTextSearchPK>
-
getSelectorNodePK
-
setSelectorNodePK
- Throws:
PersistenceNotNullException
-
getSelectorNodePKHasBeenModified
-
getSelectorTextSearchTypePK
-
setSelectorTextSearchTypePK
public void setSelectorTextSearchTypePK(SelectorTextSearchTypePK selectorTextSearchTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getSelectorTextSearchTypePKHasBeenModified
-
getText
-
setText
- Throws:
PersistenceNotNullException
-
getTextHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-