Class EntityAttributeStringValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityAttributeStringPK>
com.echothree.model.data.core.server.value.EntityAttributeStringValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class EntityAttributeStringValue
extends BaseValue<EntityAttributeStringPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEntityAttributeStringValue
(EntityAttributePK entityAttributePK, String validationPattern, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeStringValueEntityAttributeStringValue
(EntityAttributeStringPK entityAttributeStringPK, EntityAttributePK entityAttributePK, String validationPattern, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeStringValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEntityAttributePK
(EntityAttributePK entityAttributePK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
setValidationPattern
(String validationPattern) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityAttributeStringValue
public EntityAttributeStringValue(EntityAttributeStringPK entityAttributeStringPK, EntityAttributePK entityAttributePK, String validationPattern, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAttributeStringValue- Throws:
PersistenceNotNullException
-
EntityAttributeStringValue
public EntityAttributeStringValue(EntityAttributePK entityAttributePK, String validationPattern, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAttributeStringValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EntityAttributeStringPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityAttributeStringPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityAttributeStringPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EntityAttributeStringPK>
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getValidationPattern
-
setValidationPattern
-
getValidationPatternHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-