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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidsetFromTime(Long fromTime) voidsetNameAttribute(String nameAttribute) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<EntityNameAttributePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityNameAttributePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityNameAttributePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-