Class ShipmentAlias
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.shipment.server.entity.ShipmentAlias
- 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 ShipmentAliasShipmentAlias(ShipmentAliasValue value, EntityPermission entityPermission) Creates a new instance of ShipmentAlias -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAlias()booleanbooleangetShipment(EntityPermission entityPermission) getShipment(Session session) getShipment(Session session, EntityPermission entityPermission) getShipmentAliasType(EntityPermission entityPermission) getShipmentAliasType(Session session) getShipmentAliasType(Session session, EntityPermission entityPermission) getShipmentAliasTypeForUpdate(Session session) booleangetShipmentForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetFromTime(Long fromTime) voidsetShipment(Shipment entity) voidvoidsetShipmentAliasTypePK(ShipmentAliasTypePK shipmentAliasTypePK) voidvoidsetShipmentPK(ShipmentPK shipmentPK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ShipmentAlias
Creates a new instance of ShipmentAlias- Throws:
PersistenceException
-
ShipmentAlias
Creates a new instance of ShipmentAlias
-
-
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
-
getShipmentAliasValue
-
setShipmentAliasValue
- 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
-
getShipmentAliasTypePK
-
getShipmentAliasType
-
getShipmentAliasType
-
getShipmentAliasType
-
getShipmentAliasType
-
getShipmentAliasTypeForUpdate
-
getShipmentAliasTypeForUpdate
-
setShipmentAliasTypePK
public void setShipmentAliasTypePK(ShipmentAliasTypePK shipmentAliasTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setShipmentAliasType
-
getShipmentAliasTypePKHasBeenModified
-
getAlias
-
setAlias
-
getAliasHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-