Class PartyInventoryCostingMethodValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyInventoryCostingMethodPK>
com.echothree.model.data.inventory.server.value.PartyInventoryCostingMethodValue
- All Implemented Interfaces:
Serializable,Cloneable
public class PartyInventoryCostingMethodValue
extends BaseValue<PartyInventoryCostingMethodPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionPartyInventoryCostingMethodValue(PartyInventoryCostingMethodPK partyInventoryCostingMethodPK, LanguagePK partyPK, InventoryCostingMethodPK inventoryCostingMethodPK, Long fromTime, Long thruTime) Creates a new instance of PartyInventoryCostingMethodValuePartyInventoryCostingMethodValue(LanguagePK partyPK, InventoryCostingMethodPK inventoryCostingMethodPK, Long fromTime, Long thruTime) Creates a new instance of PartyInventoryCostingMethodValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetInventoryCostingMethodPK(InventoryCostingMethodPK inventoryCostingMethodPK) voidsetPartyPK(LanguagePK partyPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyInventoryCostingMethodValue
public PartyInventoryCostingMethodValue(PartyInventoryCostingMethodPK partyInventoryCostingMethodPK, LanguagePK partyPK, InventoryCostingMethodPK inventoryCostingMethodPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyInventoryCostingMethodValue- Throws:
PersistenceNotNullException
-
PartyInventoryCostingMethodValue
public PartyInventoryCostingMethodValue(LanguagePK partyPK, InventoryCostingMethodPK inventoryCostingMethodPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyInventoryCostingMethodValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<PartyInventoryCostingMethodPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyInventoryCostingMethodPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyInventoryCostingMethodPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PartyInventoryCostingMethodPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getInventoryCostingMethodPK
-
setInventoryCostingMethodPK
public void setInventoryCostingMethodPK(@Nonnull InventoryCostingMethodPK inventoryCostingMethodPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryCostingMethodPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-