Class ShipmentStatus
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.shipment.server.entity.ShipmentStatus
- 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 ShipmentStatusShipmentStatus(ShipmentStatusValue value, EntityPermission entityPermission) Creates a new instance of ShipmentStatus -
Method Summary
Modifier and TypeMethodDescriptionbooleangetShipment(EntityPermission entityPermission) getShipment(Session session) getShipment(Session session, EntityPermission entityPermission) getShipmentForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetShipment(Shipment entity) voidsetShipmentLineSequence(Integer shipmentLineSequence) voidsetShipmentPK(ShipmentPK shipmentPK) voidvoidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ShipmentStatus
Creates a new instance of ShipmentStatus- Throws:
PersistenceException
-
ShipmentStatus
Creates a new instance of ShipmentStatus
-
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getShipmentStatusValue
-
setShipmentStatusValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getShipmentPK
-
getShipment
-
getShipment
-
getShipment
-
getShipment
-
getShipmentForUpdate
-
getShipmentForUpdate
-
setShipmentPK
public void setShipmentPK(ShipmentPK shipmentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setShipment
-
getShipmentPKHasBeenModified
-
getShipmentLineSequence
-
setShipmentLineSequence
public void setShipmentLineSequence(Integer shipmentLineSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getShipmentLineSequenceHasBeenModified
-