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