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 TypeMethodDescriptionvoid
clone()
boolean
getAlias()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setEntityAliasTypePK
(EntityAliasTypePK entityAliasTypePK) 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
-
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:
getBaseFactoryInstance
in classBaseValue<EntityAliasPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityAliasPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityAliasPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-