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