Class EntityBooleanDefaultValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityBooleanDefaultPK>
com.echothree.model.data.core.server.value.EntityBooleanDefaultValue
- All Implemented Interfaces:
Serializable,Cloneable
public class EntityBooleanDefaultValue
extends BaseValue<EntityBooleanDefaultPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionEntityBooleanDefaultValue(EntityAttributePK entityAttributePK, Boolean booleanAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityBooleanDefaultValueEntityBooleanDefaultValue(EntityBooleanDefaultPK entityBooleanDefaultPK, EntityAttributePK entityAttributePK, Boolean booleanAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityBooleanDefaultValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetBooleanAttribute(Boolean booleanAttribute) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityBooleanDefaultValue
public EntityBooleanDefaultValue(EntityBooleanDefaultPK entityBooleanDefaultPK, EntityAttributePK entityAttributePK, Boolean booleanAttribute, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityBooleanDefaultValue- Throws:
PersistenceNotNullException
-
EntityBooleanDefaultValue
public EntityBooleanDefaultValue(EntityAttributePK entityAttributePK, Boolean booleanAttribute, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityBooleanDefaultValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<EntityBooleanDefaultPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityBooleanDefaultPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityBooleanDefaultPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<EntityBooleanDefaultPK>
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getBooleanAttribute
-
setBooleanAttribute
- Throws:
PersistenceNotNullException
-
getBooleanAttributeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-