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 TypeMethodDescriptionboolean
getShipment
(EntityPermission entityPermission) getShipment
(Session session) getShipment
(Session session, EntityPermission entityPermission) getShipmentForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setShipment
(Shipment entity) void
setShipmentLineSequence
(Integer shipmentLineSequence) void
setShipmentPK
(ShipmentPK shipmentPK) void
void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getShipmentStatusValue
-
setShipmentStatusValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-