Class ShipmentPackageDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.shipment.server.entity.ShipmentPackageDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of ShipmentPackageDetailShipmentPackageDetail(ShipmentPackageDetailValue value, EntityPermission entityPermission) Creates a new instance of ShipmentPackageDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetPackageType(EntityPermission entityPermission) booleangetParentShipmentPackage(EntityPermission entityPermission) booleangetShipment(EntityPermission entityPermission) getShipmentPackage(EntityPermission entityPermission) booleanbooleanbooleangetShipmentType(EntityPermission entityPermission) booleanbooleangetUnitOfMeasureType(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidsetFromTime(Long fromTime) voidsetPackageType(PackageType entity) voidsetPackageTypePK(PackageTypePK packageTypePK) voidvoidsetParentShipmentPackagePK(ShipmentPackagePK parentShipmentPackagePK) voidsetShipment(Shipment entity) voidsetShipmentPackage(ShipmentPackage entity) voidvoidsetShipmentPackageName(String shipmentPackageName) voidsetShipmentPackagePK(ShipmentPackagePK shipmentPackagePK) voidsetShipmentPK(ShipmentPK shipmentPK) voidsetShipmentType(ShipmentType entity) voidsetShipmentTypePK(ShipmentTypePK shipmentTypePK) voidsetThruTime(Long thruTime) voidvoidsetUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) voidvoidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
ShipmentPackageDetail
Creates a new instance of ShipmentPackageDetail- Throws:
PersistenceException
-
ShipmentPackageDetail
Creates a new instance of ShipmentPackageDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getShipmentPackageDetailValue
-
setShipmentPackageDetailValue
public void setShipmentPackageDetailValue(ShipmentPackageDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getShipmentPackagePK
-
getShipmentPackage
-
getShipmentPackage
-
getShipmentPackageForUpdate
-
setShipmentPackagePK
public void setShipmentPackagePK(ShipmentPackagePK shipmentPackagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setShipmentPackage
-
getShipmentPackagePKHasBeenModified
-
getShipmentTypePK
-
getShipmentType
-
getShipmentType
-
getShipmentTypeForUpdate
-
setShipmentTypePK
public void setShipmentTypePK(ShipmentTypePK shipmentTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setShipmentType
-
getShipmentTypePKHasBeenModified
-
getShipmentPackageName
-
setShipmentPackageName
public void setShipmentPackageName(String shipmentPackageName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getShipmentPackageNameHasBeenModified
-
getParentShipmentPackagePK
-
getParentShipmentPackage
-
getParentShipmentPackage
-
getParentShipmentPackageForUpdate
-
setParentShipmentPackagePK
public void setParentShipmentPackagePK(ShipmentPackagePK parentShipmentPackagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParentShipmentPackage
-
getParentShipmentPackagePKHasBeenModified
-
getShipmentPK
-
getShipment
-
getShipment
-
getShipmentForUpdate
-
setShipmentPK
public void setShipmentPK(ShipmentPK shipmentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setShipment
-
getShipmentPKHasBeenModified
-
getPackageTypePK
-
getPackageType
-
getPackageType
-
getPackageTypeForUpdate
-
setPackageTypePK
public void setPackageTypePK(PackageTypePK packageTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPackageType
-
getPackageTypePKHasBeenModified
-
getUnitOfMeasureTypePK
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureTypeForUpdate
-
setUnitOfMeasureTypePK
public void setUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUnitOfMeasureType
-
getUnitOfMeasureTypePKHasBeenModified
-
getWeight
-
setWeight
-
getWeightHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-