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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetAppearancePK(AppearancePK appearancePK) 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
-
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:
getBaseFactoryInstancein classBaseValue<EntityAppearancePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityAppearancePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityAppearancePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-