Class SelectorPartyValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SelectorPartyPK>
com.echothree.model.data.selector.server.value.SelectorPartyValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class SelectorPartyValue
extends BaseValue<SelectorPartyPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSelectorPartyValue
(SelectorPartyPK selectorDetailPK, SelectorPK selectorPK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of SelectorPartyValueSelectorPartyValue
(SelectorPK selectorPK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of SelectorPartyValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setPartyPK
(PartyPK partyPK) void
setSelectorPK
(SelectorPK selectorPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SelectorPartyValue
public SelectorPartyValue(SelectorPartyPK selectorDetailPK, SelectorPK selectorPK, PartyPK partyPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorPartyValue- Throws:
PersistenceNotNullException
-
SelectorPartyValue
public SelectorPartyValue(SelectorPK selectorPK, PartyPK partyPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorPartyValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SelectorPartyPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SelectorPartyPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SelectorPartyPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SelectorPartyPK>
-
getSelectorPK
-
setSelectorPK
- Throws:
PersistenceNotNullException
-
getSelectorPKHasBeenModified
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-