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 TypeMethodDescriptionbooleanbooleangetShipment(EntityPermission entityPermission) getShipment(Session session) getShipment(Session session, EntityPermission entityPermission) getShipmentForUpdate(Session session) booleangetShipmentTimeType(EntityPermission entityPermission) getShipmentTimeType(Session session) getShipmentTimeType(Session session, EntityPermission entityPermission) getShipmentTimeTypeForUpdate(Session session) booleanbooleangetTime()booleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetShipment(Shipment entity) voidsetShipmentPK(ShipmentPK shipmentPK) voidsetShipmentTimeType(ShipmentTimeType entity) voidsetShipmentTimeTypePK(ShipmentTimeTypePK shipmentTimeTypePK) voidvoidsetThruTime(Long thruTime) voidvoidtoString()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:
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
-
getShipmentTimeValue
-
setShipmentTimeValue
- 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
-
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
-