Class SelectorNodeItemDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SelectorNodeItemDescriptionPK>
com.echothree.model.data.selector.server.value.SelectorNodeItemDescriptionValue
- All Implemented Interfaces:
Serializable,Cloneable
public class SelectorNodeItemDescriptionValue
extends BaseValue<SelectorNodeItemDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionSelectorNodeItemDescriptionValue(SelectorNodeItemDescriptionPK selectorNodeItemDescriptionPK, SelectorNodePK selectorNodePK, ItemDescriptionTypePK itemDescriptionTypePK, LanguagePK languagePK, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeItemDescriptionValueSelectorNodeItemDescriptionValue(SelectorNodePK selectorNodePK, ItemDescriptionTypePK itemDescriptionTypePK, LanguagePK languagePK, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeItemDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetItemDescriptionTypePK(ItemDescriptionTypePK itemDescriptionTypePK) voidsetLanguagePK(LanguagePK languagePK) voidsetSelectorNodePK(SelectorNodePK selectorNodePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SelectorNodeItemDescriptionValue
public SelectorNodeItemDescriptionValue(SelectorNodeItemDescriptionPK selectorNodeItemDescriptionPK, SelectorNodePK selectorNodePK, ItemDescriptionTypePK itemDescriptionTypePK, LanguagePK languagePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeItemDescriptionValue- Throws:
PersistenceNotNullException
-
SelectorNodeItemDescriptionValue
public SelectorNodeItemDescriptionValue(SelectorNodePK selectorNodePK, ItemDescriptionTypePK itemDescriptionTypePK, LanguagePK languagePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeItemDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<SelectorNodeItemDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<SelectorNodeItemDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<SelectorNodeItemDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<SelectorNodeItemDescriptionPK>
-
getSelectorNodePK
-
setSelectorNodePK
- Throws:
PersistenceNotNullException
-
getSelectorNodePKHasBeenModified
-
getItemDescriptionTypePK
-
setItemDescriptionTypePK
public void setItemDescriptionTypePK(ItemDescriptionTypePK itemDescriptionTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getItemDescriptionTypePKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-