Class CarrierServiceDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CarrierServiceDetailPK>
com.echothree.model.data.carrier.server.value.CarrierServiceDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class CarrierServiceDetailValue
extends BaseValue<CarrierServiceDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCarrierServiceDetailValue
(CarrierServiceDetailPK carrierServiceDetailPK, CarrierServicePK carrierServicePK, PartyPK carrierPartyPK, String carrierServiceName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierServiceDetailValueCarrierServiceDetailValue
(CarrierServicePK carrierServicePK, PartyPK carrierPartyPK, String carrierServiceName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierServiceDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCarrierPartyPK
(PartyPK carrierPartyPK) void
setCarrierServiceName
(String carrierServiceName) void
setCarrierServicePK
(CarrierServicePK carrierServicePK) void
setFromTime
(Long fromTime) void
setGeoCodeSelectorPK
(SelectorPK geoCodeSelectorPK) void
setIsDefault
(Boolean isDefault) void
setItemSelectorPK
(SelectorPK itemSelectorPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CarrierServiceDetailValue
public CarrierServiceDetailValue(CarrierServiceDetailPK carrierServiceDetailPK, CarrierServicePK carrierServicePK, PartyPK carrierPartyPK, String carrierServiceName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CarrierServiceDetailValue- Throws:
PersistenceNotNullException
-
CarrierServiceDetailValue
public CarrierServiceDetailValue(CarrierServicePK carrierServicePK, PartyPK carrierPartyPK, String carrierServiceName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CarrierServiceDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CarrierServiceDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CarrierServiceDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CarrierServiceDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CarrierServiceDetailPK>
-
getCarrierServicePK
-
setCarrierServicePK
public void setCarrierServicePK(CarrierServicePK carrierServicePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCarrierServicePKHasBeenModified
-
getCarrierPartyPK
-
setCarrierPartyPK
- Throws:
PersistenceNotNullException
-
getCarrierPartyPKHasBeenModified
-
getCarrierServiceName
-
setCarrierServiceName
- Throws:
PersistenceNotNullException
-
getCarrierServiceNameHasBeenModified
-
getGeoCodeSelectorPK
-
setGeoCodeSelectorPK
-
getGeoCodeSelectorPKHasBeenModified
-
getItemSelectorPK
-
setItemSelectorPK
-
getItemSelectorPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-