Class InventoryTransactionDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryTransactionDetailPK>
com.echothree.model.data.inventory.server.value.InventoryTransactionDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryTransactionDetailValue
extends BaseValue<InventoryTransactionDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryTransactionDetailValue(InventoryTransactionDetailPK inventoryTransactionDetailPK, InventoryTransactionPK inventoryTransactionPK, InventoryTransactionTypePK inventoryTransactionTypePK, String inventoryTransactionName, PartyPK companyPartyPK, InventoryTransactionReasonPK inventoryTransactionReasonPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionDetailValueInventoryTransactionDetailValue(InventoryTransactionPK inventoryTransactionPK, InventoryTransactionTypePK inventoryTransactionTypePK, String inventoryTransactionName, PartyPK companyPartyPK, InventoryTransactionReasonPK inventoryTransactionReasonPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCompanyPartyPK(PartyPK companyPartyPK) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetInventoryTransactionName(String inventoryTransactionName) voidsetInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) voidsetInventoryTransactionReasonPK(InventoryTransactionReasonPK inventoryTransactionReasonPK) voidsetInventoryTransactionTypePK(InventoryTransactionTypePK inventoryTransactionTypePK) voidsetReference(String reference) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryTransactionDetailValue
public InventoryTransactionDetailValue(InventoryTransactionDetailPK inventoryTransactionDetailPK, InventoryTransactionPK inventoryTransactionPK, InventoryTransactionTypePK inventoryTransactionTypePK, String inventoryTransactionName, PartyPK companyPartyPK, InventoryTransactionReasonPK inventoryTransactionReasonPK, String reference, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryTransactionDetailValue- Throws:
PersistenceNotNullException
-
InventoryTransactionDetailValue
public InventoryTransactionDetailValue(InventoryTransactionPK inventoryTransactionPK, InventoryTransactionTypePK inventoryTransactionTypePK, String inventoryTransactionName, PartyPK companyPartyPK, InventoryTransactionReasonPK inventoryTransactionReasonPK, String reference, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryTransactionDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryTransactionDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryTransactionDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryTransactionDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryTransactionDetailPK>
-
getInventoryTransactionPK
-
setInventoryTransactionPK
public void setInventoryTransactionPK(@Nonnull InventoryTransactionPK inventoryTransactionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionPKHasBeenModified
-
getInventoryTransactionTypePK
-
setInventoryTransactionTypePK
public void setInventoryTransactionTypePK(@Nonnull InventoryTransactionTypePK inventoryTransactionTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionTypePKHasBeenModified
-
getInventoryTransactionName
-
setInventoryTransactionName
public void setInventoryTransactionName(@Nonnull String inventoryTransactionName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionNameHasBeenModified
-
getCompanyPartyPK
-
setCompanyPartyPK
- Throws:
PersistenceNotNullException
-
getCompanyPartyPKHasBeenModified
-
getInventoryTransactionReasonPK
-
setInventoryTransactionReasonPK
public void setInventoryTransactionReasonPK(@Nullable InventoryTransactionReasonPK inventoryTransactionReasonPK) -
getInventoryTransactionReasonPKHasBeenModified
-
getReference
-
setReference
-
getReferenceHasBeenModified
-
getDescription
-
setDescription
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-