Class PartyTermValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyTermPK>
com.echothree.model.data.term.server.value.PartyTermValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of PartyTermValuePartyTermValue
(PartyTermPK partyTermPK, PartyPK partyPK, TermPK termPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of PartyTermValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setPartyPK
(PartyPK partyPK) void
setTaxable
(Boolean taxable) void
void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyTermValue
public PartyTermValue(PartyTermPK partyTermPK, PartyPK partyPK, TermPK termPK, Boolean taxable, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyTermValue- Throws:
PersistenceNotNullException
-
PartyTermValue
public PartyTermValue(PartyPK partyPK, TermPK termPK, Boolean taxable, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyTermValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyTermPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyTermPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyTermPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyTermPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getTermPK
-
setTermPK
- Throws:
PersistenceNotNullException
-
getTermPKHasBeenModified
-
getTaxable
-
setTaxable
-
getTaxableHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-