Class PartyScaleUseValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyScaleUsePK>
com.echothree.model.data.scale.server.value.PartyScaleUseValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartyScaleUseValue
extends BaseValue<PartyScaleUsePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyScaleUseValue
(PartyPK partyPK, ScaleUseTypePK scaleUseTypePK, ScalePK scalePK, Long fromTime, Long thruTime) Creates a new instance of PartyScaleUseValuePartyScaleUseValue
(PartyScaleUsePK partyScaleUsePK, PartyPK partyPK, ScaleUseTypePK scaleUseTypePK, ScalePK scalePK, Long fromTime, Long thruTime) Creates a new instance of PartyScaleUseValue -
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
setScalePK
(ScalePK scalePK) void
setScaleUseTypePK
(ScaleUseTypePK scaleUseTypePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyScaleUseValue
public PartyScaleUseValue(PartyScaleUsePK partyScaleUsePK, PartyPK partyPK, ScaleUseTypePK scaleUseTypePK, ScalePK scalePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyScaleUseValue- Throws:
PersistenceNotNullException
-
PartyScaleUseValue
public PartyScaleUseValue(PartyPK partyPK, ScaleUseTypePK scaleUseTypePK, ScalePK scalePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyScaleUseValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyScaleUsePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyScaleUsePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyScaleUsePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyScaleUsePK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getScaleUseTypePK
-
setScaleUseTypePK
- Throws:
PersistenceNotNullException
-
getScaleUseTypePKHasBeenModified
-
getScalePK
-
setScalePK
- Throws:
PersistenceNotNullException
-
getScalePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-