Class CarrierServiceDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.carrier.server.entity.CarrierServiceDetail
- 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 CarrierServiceDetailCarrierServiceDetail(CarrierServiceDetailValue value, EntityPermission entityPermission) Creates a new instance of CarrierServiceDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCarrierParty(EntityPermission entityPermission) booleangetCarrierService(EntityPermission entityPermission) booleanbooleanbooleangetGeoCodeSelector(EntityPermission entityPermission) booleanbooleangetItemSelector(EntityPermission entityPermission) booleanbooleanbooleanbooleaninthashCode()voidremove()voidsetCarrierParty(Party entity) voidsetCarrierPartyPK(PartyPK carrierPartyPK) voidsetCarrierService(CarrierService entity) voidvoidsetCarrierServiceName(String carrierServiceName) voidsetCarrierServicePK(CarrierServicePK carrierServicePK) voidsetFromTime(Long fromTime) voidsetGeoCodeSelector(Selector entity) voidsetGeoCodeSelectorPK(SelectorPK geoCodeSelectorPK) voidsetIsDefault(Boolean isDefault) voidsetItemSelector(Selector entity) voidsetItemSelectorPK(SelectorPK itemSelectorPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
CarrierServiceDetail
Creates a new instance of CarrierServiceDetail- Throws:
PersistenceException
-
CarrierServiceDetail
Creates a new instance of CarrierServiceDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getCarrierServiceDetailValue
-
setCarrierServiceDetailValue
public void setCarrierServiceDetailValue(@Nonnull CarrierServiceDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getCarrierServicePK
-
getCarrierService
-
getCarrierService
-
getCarrierServiceForUpdate
-
setCarrierServicePK
public void setCarrierServicePK(@Nonnull CarrierServicePK carrierServicePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCarrierService
-
getCarrierServicePKHasBeenModified
-
getCarrierPartyPK
-
getCarrierParty
-
getCarrierParty
-
getCarrierPartyForUpdate
-
setCarrierPartyPK
public void setCarrierPartyPK(@Nonnull PartyPK carrierPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCarrierParty
-
getCarrierPartyPKHasBeenModified
-
getCarrierServiceName
-
setCarrierServiceName
public void setCarrierServiceName(@Nonnull String carrierServiceName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCarrierServiceNameHasBeenModified
-
getGeoCodeSelectorPK
-
getGeoCodeSelector
-
getGeoCodeSelector
-
getGeoCodeSelectorForUpdate
-
setGeoCodeSelectorPK
public void setGeoCodeSelectorPK(@Nullable SelectorPK geoCodeSelectorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGeoCodeSelector
-
getGeoCodeSelectorPKHasBeenModified
-
getItemSelectorPK
-
getItemSelector
-
getItemSelector
-
getItemSelectorForUpdate
-
setItemSelectorPK
public void setItemSelectorPK(@Nullable SelectorPK itemSelectorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemSelector
-
getItemSelectorPKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(@Nonnull Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(@Nonnull Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-