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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setItemDescriptionTypePK
(ItemDescriptionTypePK itemDescriptionTypePK) void
setLanguagePK
(LanguagePK languagePK) 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
-
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:
getBaseFactoryInstance
in classBaseValue<SelectorNodeItemDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SelectorNodeItemDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SelectorNodeItemDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-