Class EntityStringDefaultValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityStringDefaultPK>
com.echothree.model.data.core.server.value.EntityStringDefaultValue
- All Implemented Interfaces:
Serializable,Cloneable
public class EntityStringDefaultValue
extends BaseValue<EntityStringDefaultPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionEntityStringDefaultValue(EntityAttributePK entityAttributePK, LanguagePK languagePK, String stringAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityStringDefaultValueEntityStringDefaultValue(EntityStringDefaultPK entityStringAttributePK, EntityAttributePK entityAttributePK, LanguagePK languagePK, String stringAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityStringDefaultValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidsetFromTime(Long fromTime) voidsetLanguagePK(LanguagePK languagePK) voidsetStringAttribute(String stringAttribute) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityStringDefaultValue
public EntityStringDefaultValue(EntityStringDefaultPK entityStringAttributePK, EntityAttributePK entityAttributePK, LanguagePK languagePK, String stringAttribute, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityStringDefaultValue- Throws:
PersistenceNotNullException
-
EntityStringDefaultValue
public EntityStringDefaultValue(EntityAttributePK entityAttributePK, LanguagePK languagePK, String stringAttribute, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityStringDefaultValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<EntityStringDefaultPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityStringDefaultPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityStringDefaultPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<EntityStringDefaultPK>
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getStringAttribute
-
setStringAttribute
- Throws:
PersistenceNotNullException
-
getStringAttributeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-