Class EntityAppearanceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityAppearancePK>
com.echothree.model.data.core.server.value.EntityAppearanceValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class EntityAppearanceValue
extends BaseValue<EntityAppearancePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEntityAppearanceValue
(EntityAppearancePK entityAppearancePK, EntityInstancePK entityInstancePK, AppearancePK appearancePK, Long fromTime, Long thruTime) Creates a new instance of EntityAppearanceValueEntityAppearanceValue
(EntityInstancePK entityInstancePK, AppearancePK appearancePK, Long fromTime, Long thruTime) Creates a new instance of EntityAppearanceValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAppearancePK
(AppearancePK appearancePK) 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
-
EntityAppearanceValue
public EntityAppearanceValue(EntityAppearancePK entityAppearancePK, EntityInstancePK entityInstancePK, AppearancePK appearancePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAppearanceValue- Throws:
PersistenceNotNullException
-
EntityAppearanceValue
public EntityAppearanceValue(EntityInstancePK entityInstancePK, AppearancePK appearancePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAppearanceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EntityAppearancePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityAppearancePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityAppearancePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EntityAppearancePK>
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getAppearancePK
-
setAppearancePK
- Throws:
PersistenceNotNullException
-
getAppearancePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-