Class GenderValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<GenderPK>
com.echothree.model.data.party.server.value.GenderValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionGenderValue
(GenderDetailPK activeDetailPK, GenderDetailPK lastDetailPK) Creates a new instance of GenderValueGenderValue
(GenderPK genderPK, GenderDetailPK activeDetailPK, GenderDetailPK lastDetailPK) Creates a new instance of GenderValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(GenderDetailPK activeDetailPK) void
setLastDetailPK
(GenderDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
GenderValue
public GenderValue(GenderPK genderPK, GenderDetailPK activeDetailPK, GenderDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of GenderValue- Throws:
PersistenceNotNullException
-
GenderValue
public GenderValue(GenderDetailPK activeDetailPK, GenderDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of GenderValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<GenderPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<GenderPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<GenderPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<GenderPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-