Class EntityNameAttributeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityNameAttributePK>
com.echothree.model.data.core.server.value.EntityNameAttributeValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class EntityNameAttributeValue
extends BaseValue<EntityNameAttributePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEntityNameAttributeValue
(EntityAttributePK entityAttributePK, String nameAttribute, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of EntityNameAttributeValueEntityNameAttributeValue
(EntityNameAttributePK entityNameAttributePK, EntityAttributePK entityAttributePK, String nameAttribute, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of EntityNameAttributeValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEntityAttributePK
(EntityAttributePK entityAttributePK) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setFromTime
(Long fromTime) void
setNameAttribute
(String nameAttribute) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityNameAttributeValue
public EntityNameAttributeValue(EntityNameAttributePK entityNameAttributePK, EntityAttributePK entityAttributePK, String nameAttribute, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityNameAttributeValue- Throws:
PersistenceNotNullException
-
EntityNameAttributeValue
public EntityNameAttributeValue(EntityAttributePK entityAttributePK, String nameAttribute, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityNameAttributeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EntityNameAttributePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityNameAttributePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityNameAttributePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EntityNameAttributePK>
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getNameAttribute
-
setNameAttribute
- Throws:
PersistenceNotNullException
-
getNameAttributeHasBeenModified
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-