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 SummaryFields inherited from class com.echothree.util.server.persistence.BaseEntity_entityPermission
- 
Constructor SummaryConstructorsConstructorDescriptionCreates a new instance of ShipmentTimeShipmentTime(ShipmentTimeValue value, EntityPermission entityPermission) Creates a new instance of ShipmentTime
- 
Method SummaryModifier 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.BaseEntitycheckReadWrite, getEntityPermission, store
- 
Constructor Details- 
ShipmentTimeCreates a new instance of ShipmentTime- Throws:
- PersistenceException
 
- 
ShipmentTimeCreates a new instance of ShipmentTime
 
- 
- 
Method Details- 
getBaseFactoryInstance- Specified by:
- getBaseFactoryInstancein class- BaseEntity
 
- 
hasBeenModified- Specified by:
- hasBeenModifiedin class- BaseEntity
 
- 
hashCode
- 
toString
- 
equals
- 
store- Specified by:
- storein class- BaseEntity
- Throws:
- PersistenceDatabaseException
 
- 
remove- Specified by:
- removein class- BaseEntity
- Throws:
- PersistenceDatabaseException
 
- 
remove- Overrides:
- removein class- BaseEntity
- Throws:
- PersistenceDatabaseException
 
- 
getShipmentTimeValue
- 
setShipmentTimeValue- Throws:
- PersistenceReadOnlyException
 
- 
getPrimaryKey- Specified by:
- getPrimaryKeyin class- BaseEntity
 
- 
getShipmentPK
- 
getShipment
- 
getShipment
- 
getShipment
- 
getShipment
- 
getShipmentForUpdate
- 
getShipmentForUpdate
- 
setShipmentPKpublic void setShipmentPK(ShipmentPK shipmentPK) throws PersistenceNotNullException, PersistenceReadOnlyException 
- 
setShipment
- 
getShipmentPKHasBeenModified
- 
getShipmentTimeTypePK
- 
getShipmentTimeType
- 
getShipmentTimeType
- 
getShipmentTimeType
- 
getShipmentTimeType
- 
getShipmentTimeTypeForUpdate
- 
getShipmentTimeTypeForUpdate
- 
setShipmentTimeTypePKpublic void setShipmentTimeTypePK(ShipmentTimeTypePK shipmentTimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException 
- 
setShipmentTimeType
- 
getShipmentTimeTypePKHasBeenModified
- 
getTime
- 
setTime
- 
getTimeHasBeenModified
- 
getFromTime
- 
setFromTimepublic void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException 
- 
getFromTimeHasBeenModified
- 
getThruTime
- 
setThruTimepublic void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException 
- 
getThruTimeHasBeenModified
 
-