Class EntityAliasValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityAliasPK>
com.echothree.model.data.core.server.value.EntityAliasValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionEntityAliasValue(EntityAliasPK entityAliasPK, EntityInstancePK entityInstancePK, EntityAliasTypePK entityAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of EntityAliasValueEntityAliasValue(EntityInstancePK entityInstancePK, EntityAliasTypePK entityAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of EntityAliasValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleangetAlias()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetEntityAliasTypePK(EntityAliasTypePK entityAliasTypePK) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityAliasValue
public EntityAliasValue(EntityAliasPK entityAliasPK, EntityInstancePK entityInstancePK, EntityAliasTypePK entityAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAliasValue- Throws:
PersistenceNotNullException
-
EntityAliasValue
public EntityAliasValue(EntityInstancePK entityInstancePK, EntityAliasTypePK entityAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAliasValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<EntityAliasPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityAliasPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityAliasPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<EntityAliasPK>
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getEntityAliasTypePK
-
setEntityAliasTypePK
public void setEntityAliasTypePK(EntityAliasTypePK entityAliasTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAliasTypePKHasBeenModified
-
getAlias
-
setAlias
- Throws:
PersistenceNotNullException
-
getAliasHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-