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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetPartyPK(PartyPK partyPK) voidsetScalePK(ScalePK scalePK) voidsetScaleUseTypePK(ScaleUseTypePK scaleUseTypePK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<PartyScaleUsePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyScaleUsePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyScaleUsePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-