Class CarrierServiceOptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CarrierServiceOptionPK>
com.echothree.model.data.carrier.server.value.CarrierServiceOptionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class CarrierServiceOptionValue
extends BaseValue<CarrierServiceOptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCarrierServiceOptionValue
(CarrierServiceOptionPK carrierServiceOptionPK, CarrierServicePK carrierServicePK, CarrierOptionPK carrierOptionPK, Boolean isRecommended, Boolean isRequired, SelectorPK recommendedGeoCodeSelectorPK, SelectorPK requiredGeoCodeSelectorPK, SelectorPK recommendedItemSelectorPK, SelectorPK requiredItemSelectorPK, SelectorPK recommendedOrderSelectorPK, SelectorPK requiredOrderSelectorPK, SelectorPK recommendedShipmentSelectorPK, SelectorPK requiredShipmentSelectorPK, Long fromTime, Long thruTime) Creates a new instance of CarrierServiceOptionValueCarrierServiceOptionValue
(CarrierServicePK carrierServicePK, CarrierOptionPK carrierOptionPK, Boolean isRecommended, Boolean isRequired, SelectorPK recommendedGeoCodeSelectorPK, SelectorPK requiredGeoCodeSelectorPK, SelectorPK recommendedItemSelectorPK, SelectorPK requiredItemSelectorPK, SelectorPK recommendedOrderSelectorPK, SelectorPK requiredOrderSelectorPK, SelectorPK recommendedShipmentSelectorPK, SelectorPK requiredShipmentSelectorPK, Long fromTime, Long thruTime) Creates a new instance of CarrierServiceOptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCarrierOptionPK
(CarrierOptionPK carrierOptionPK) void
setCarrierServicePK
(CarrierServicePK carrierServicePK) void
setFromTime
(Long fromTime) void
setIsRecommended
(Boolean isRecommended) void
setIsRequired
(Boolean isRequired) void
setRecommendedGeoCodeSelectorPK
(SelectorPK recommendedGeoCodeSelectorPK) void
setRecommendedItemSelectorPK
(SelectorPK recommendedItemSelectorPK) void
setRecommendedOrderSelectorPK
(SelectorPK recommendedOrderSelectorPK) void
setRecommendedShipmentSelectorPK
(SelectorPK recommendedShipmentSelectorPK) void
setRequiredGeoCodeSelectorPK
(SelectorPK requiredGeoCodeSelectorPK) void
setRequiredItemSelectorPK
(SelectorPK requiredItemSelectorPK) void
setRequiredOrderSelectorPK
(SelectorPK requiredOrderSelectorPK) void
setRequiredShipmentSelectorPK
(SelectorPK requiredShipmentSelectorPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CarrierServiceOptionValue
public CarrierServiceOptionValue(CarrierServiceOptionPK carrierServiceOptionPK, CarrierServicePK carrierServicePK, CarrierOptionPK carrierOptionPK, Boolean isRecommended, Boolean isRequired, SelectorPK recommendedGeoCodeSelectorPK, SelectorPK requiredGeoCodeSelectorPK, SelectorPK recommendedItemSelectorPK, SelectorPK requiredItemSelectorPK, SelectorPK recommendedOrderSelectorPK, SelectorPK requiredOrderSelectorPK, SelectorPK recommendedShipmentSelectorPK, SelectorPK requiredShipmentSelectorPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CarrierServiceOptionValue- Throws:
PersistenceNotNullException
-
CarrierServiceOptionValue
public CarrierServiceOptionValue(CarrierServicePK carrierServicePK, CarrierOptionPK carrierOptionPK, Boolean isRecommended, Boolean isRequired, SelectorPK recommendedGeoCodeSelectorPK, SelectorPK requiredGeoCodeSelectorPK, SelectorPK recommendedItemSelectorPK, SelectorPK requiredItemSelectorPK, SelectorPK recommendedOrderSelectorPK, SelectorPK requiredOrderSelectorPK, SelectorPK recommendedShipmentSelectorPK, SelectorPK requiredShipmentSelectorPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CarrierServiceOptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CarrierServiceOptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CarrierServiceOptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CarrierServiceOptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CarrierServiceOptionPK>
-
getCarrierServicePK
-
setCarrierServicePK
public void setCarrierServicePK(CarrierServicePK carrierServicePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCarrierServicePKHasBeenModified
-
getCarrierOptionPK
-
setCarrierOptionPK
- Throws:
PersistenceNotNullException
-
getCarrierOptionPKHasBeenModified
-
getIsRecommended
-
setIsRecommended
- Throws:
PersistenceNotNullException
-
getIsRecommendedHasBeenModified
-
getIsRequired
-
setIsRequired
- Throws:
PersistenceNotNullException
-
getIsRequiredHasBeenModified
-
getRecommendedGeoCodeSelectorPK
-
setRecommendedGeoCodeSelectorPK
-
getRecommendedGeoCodeSelectorPKHasBeenModified
-
getRequiredGeoCodeSelectorPK
-
setRequiredGeoCodeSelectorPK
-
getRequiredGeoCodeSelectorPKHasBeenModified
-
getRecommendedItemSelectorPK
-
setRecommendedItemSelectorPK
-
getRecommendedItemSelectorPKHasBeenModified
-
getRequiredItemSelectorPK
-
setRequiredItemSelectorPK
-
getRequiredItemSelectorPKHasBeenModified
-
getRecommendedOrderSelectorPK
-
setRecommendedOrderSelectorPK
-
getRecommendedOrderSelectorPKHasBeenModified
-
getRequiredOrderSelectorPK
-
setRequiredOrderSelectorPK
-
getRequiredOrderSelectorPKHasBeenModified
-
getRecommendedShipmentSelectorPK
-
setRecommendedShipmentSelectorPK
-
getRecommendedShipmentSelectorPKHasBeenModified
-
getRequiredShipmentSelectorPK
-
setRequiredShipmentSelectorPK
-
getRequiredShipmentSelectorPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-