Class CarrierValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CarrierPK>
com.echothree.model.data.carrier.server.value.CarrierValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCarrierValue
(CarrierPK carrierPK, PartyPK partyPK, String carrierName, CarrierTypePK carrierTypePK, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, String accountValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierValueCarrierValue
(PartyPK partyPK, String carrierName, CarrierTypePK carrierTypePK, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, String accountValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAccountValidationPattern
(String accountValidationPattern) void
setCarrierName
(String carrierName) void
setCarrierTypePK
(CarrierTypePK carrierTypePK) void
setFromTime
(Long fromTime) void
setGeoCodeSelectorPK
(SelectorPK geoCodeSelectorPK) void
setIsDefault
(Boolean isDefault) void
setItemSelectorPK
(SelectorPK itemSelectorPK) void
setPartyPK
(PartyPK partyPK) 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
-
CarrierValue
public CarrierValue(CarrierPK carrierPK, PartyPK partyPK, String carrierName, CarrierTypePK carrierTypePK, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, String accountValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CarrierValue- Throws:
PersistenceNotNullException
-
CarrierValue
public CarrierValue(PartyPK partyPK, String carrierName, CarrierTypePK carrierTypePK, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, String accountValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CarrierValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CarrierPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CarrierPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CarrierPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CarrierPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getCarrierName
-
setCarrierName
- Throws:
PersistenceNotNullException
-
getCarrierNameHasBeenModified
-
getCarrierTypePK
-
setCarrierTypePK
- Throws:
PersistenceNotNullException
-
getCarrierTypePKHasBeenModified
-
getGeoCodeSelectorPK
-
setGeoCodeSelectorPK
-
getGeoCodeSelectorPKHasBeenModified
-
getItemSelectorPK
-
setItemSelectorPK
-
getItemSelectorPKHasBeenModified
-
getAccountValidationPattern
-
setAccountValidationPattern
-
getAccountValidationPatternHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-