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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleangetText()booleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetSelectorNodePK(SelectorNodePK selectorNodePK) voidsetSelectorTextSearchTypePK(SelectorTextSearchTypePK selectorTextSearchTypePK) voidvoidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<SelectorNodeTextSearchPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<SelectorNodeTextSearchPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<SelectorNodeTextSearchPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-