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) getCarrierParty(Session session) getCarrierParty(Session session, EntityPermission entityPermission) getCarrierPartyForUpdate(Session session) booleangetCarrierService(EntityPermission entityPermission) getCarrierService(Session session) getCarrierService(Session session, EntityPermission entityPermission) getCarrierServiceForUpdate(Session session) booleanbooleanbooleangetGeoCodeSelector(EntityPermission entityPermission) getGeoCodeSelector(Session session) getGeoCodeSelector(Session session, EntityPermission entityPermission) getGeoCodeSelectorForUpdate(Session session) booleanbooleangetItemSelector(EntityPermission entityPermission) getItemSelector(Session session) getItemSelector(Session session, EntityPermission entityPermission) getItemSelectorForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetCarrierParty(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) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getCarrierServiceDetailValue
-
setCarrierServiceDetailValue
public void setCarrierServiceDetailValue(CarrierServiceDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getCarrierServicePK
-
getCarrierService
-
getCarrierService
-
getCarrierService
-
getCarrierService
-
getCarrierServiceForUpdate
-
getCarrierServiceForUpdate
-
setCarrierServicePK
public void setCarrierServicePK(CarrierServicePK carrierServicePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCarrierService
-
getCarrierServicePKHasBeenModified
-
getCarrierPartyPK
-
getCarrierParty
-
getCarrierParty
-
getCarrierParty
-
getCarrierParty
-
getCarrierPartyForUpdate
-
getCarrierPartyForUpdate
-
setCarrierPartyPK
public void setCarrierPartyPK(PartyPK carrierPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCarrierParty
-
getCarrierPartyPKHasBeenModified
-
getCarrierServiceName
-
setCarrierServiceName
public void setCarrierServiceName(String carrierServiceName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCarrierServiceNameHasBeenModified
-
getGeoCodeSelectorPK
-
getGeoCodeSelector
-
getGeoCodeSelector
-
getGeoCodeSelector
-
getGeoCodeSelector
-
getGeoCodeSelectorForUpdate
-
getGeoCodeSelectorForUpdate
-
setGeoCodeSelectorPK
public void setGeoCodeSelectorPK(SelectorPK geoCodeSelectorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGeoCodeSelector
-
getGeoCodeSelectorPKHasBeenModified
-
getItemSelectorPK
-
getItemSelector
-
getItemSelector
-
getItemSelector
-
getItemSelector
-
getItemSelectorForUpdate
-
getItemSelectorForUpdate
-
setItemSelectorPK
public void setItemSelectorPK(SelectorPK itemSelectorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemSelector
-
getItemSelectorPKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-