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 TypeMethodDescriptionboolean
getAlias()
boolean
boolean
getShipment
(EntityPermission entityPermission) getShipment
(Session session) getShipment
(Session session, EntityPermission entityPermission) getShipmentAliasType
(EntityPermission entityPermission) getShipmentAliasType
(Session session) getShipmentAliasType
(Session session, EntityPermission entityPermission) getShipmentAliasTypeForUpdate
(Session session) boolean
getShipmentForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setFromTime
(Long fromTime) void
setShipment
(Shipment entity) void
void
setShipmentAliasTypePK
(ShipmentAliasTypePK shipmentAliasTypePK) void
void
setShipmentPK
(ShipmentPK shipmentPK) void
setThruTime
(Long thruTime) void
toString()
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:
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
-
getShipmentAliasValue
-
setShipmentAliasValue
- 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
-
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
-