Class ShipmentTime
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.shipment.server.entity.ShipmentTime
- 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 ShipmentTimeShipmentTime
(ShipmentTimeValue value, EntityPermission entityPermission) Creates a new instance of ShipmentTime -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getShipment
(EntityPermission entityPermission) getShipment
(Session session) getShipment
(Session session, EntityPermission entityPermission) getShipmentForUpdate
(Session session) boolean
getShipmentTimeType
(EntityPermission entityPermission) getShipmentTimeType
(Session session) getShipmentTimeType
(Session session, EntityPermission entityPermission) getShipmentTimeTypeForUpdate
(Session session) boolean
boolean
getTime()
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
setShipment
(Shipment entity) void
setShipmentPK
(ShipmentPK shipmentPK) void
setShipmentTimeType
(ShipmentTimeType entity) void
setShipmentTimeTypePK
(ShipmentTimeTypePK shipmentTimeTypePK) void
void
setThruTime
(Long thruTime) void
void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ShipmentTime
Creates a new instance of ShipmentTime- Throws:
PersistenceException
-
ShipmentTime
Creates a new instance of ShipmentTime
-
-
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
-
getShipmentTimeValue
-
setShipmentTimeValue
- 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
-
getShipmentTimeTypePK
-
getShipmentTimeType
-
getShipmentTimeType
-
getShipmentTimeType
-
getShipmentTimeType
-
getShipmentTimeTypeForUpdate
-
getShipmentTimeTypeForUpdate
-
setShipmentTimeTypePK
public void setShipmentTimeTypePK(ShipmentTimeTypePK shipmentTimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setShipmentTimeType
-
getShipmentTimeTypePKHasBeenModified
-
getTime
-
setTime
-
getTimeHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-