Class ShipmentAliasValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ShipmentAliasPK>
com.echothree.model.data.shipment.server.value.ShipmentAliasValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ShipmentAliasValue
extends BaseValue<ShipmentAliasPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionShipmentAliasValue
(ShipmentAliasPK shipmentAliasPK, ShipmentPK shipmentPK, ShipmentAliasTypePK shipmentAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of ShipmentAliasValueShipmentAliasValue
(ShipmentPK shipmentPK, ShipmentAliasTypePK shipmentAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of ShipmentAliasValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
getAlias()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setFromTime
(Long fromTime) void
setShipmentAliasTypePK
(ShipmentAliasTypePK shipmentAliasTypePK) void
setShipmentPK
(ShipmentPK shipmentPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ShipmentAliasValue
public ShipmentAliasValue(ShipmentAliasPK shipmentAliasPK, ShipmentPK shipmentPK, ShipmentAliasTypePK shipmentAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ShipmentAliasValue- Throws:
PersistenceNotNullException
-
ShipmentAliasValue
public ShipmentAliasValue(ShipmentPK shipmentPK, ShipmentAliasTypePK shipmentAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ShipmentAliasValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ShipmentAliasPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ShipmentAliasPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ShipmentAliasPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ShipmentAliasPK>
-
getShipmentPK
-
setShipmentPK
- Throws:
PersistenceNotNullException
-
getShipmentPKHasBeenModified
-
getShipmentAliasTypePK
-
setShipmentAliasTypePK
public void setShipmentAliasTypePK(ShipmentAliasTypePK shipmentAliasTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getShipmentAliasTypePKHasBeenModified
-
getAlias
-
setAlias
- Throws:
PersistenceNotNullException
-
getAliasHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-