Class SymbolPositionDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SymbolPositionDescriptionPK>
com.echothree.model.data.accounting.server.value.SymbolPositionDescriptionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class SymbolPositionDescriptionValue
extends BaseValue<SymbolPositionDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSymbolPositionDescriptionValue
(SymbolPositionDescriptionPK symbolPositionDescriptionPK, SymbolPositionPK symbolPositionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SymbolPositionDescriptionValueSymbolPositionDescriptionValue
(SymbolPositionPK symbolPositionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SymbolPositionDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setLanguagePK
(LanguagePK languagePK) void
setSymbolPositionPK
(SymbolPositionPK symbolPositionPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SymbolPositionDescriptionValue
public SymbolPositionDescriptionValue(SymbolPositionDescriptionPK symbolPositionDescriptionPK, SymbolPositionPK symbolPositionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SymbolPositionDescriptionValue- Throws:
PersistenceNotNullException
-
SymbolPositionDescriptionValue
public SymbolPositionDescriptionValue(SymbolPositionPK symbolPositionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SymbolPositionDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SymbolPositionDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SymbolPositionDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SymbolPositionDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SymbolPositionDescriptionPK>
-
getSymbolPositionPK
-
setSymbolPositionPK
public void setSymbolPositionPK(SymbolPositionPK symbolPositionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getSymbolPositionPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-