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 TypeMethodDescriptionboolean
getCarrierParty
(EntityPermission entityPermission) getCarrierParty
(Session session) getCarrierParty
(Session session, EntityPermission entityPermission) getCarrierPartyForUpdate
(Session session) boolean
getCarrierService
(EntityPermission entityPermission) getCarrierService
(Session session) getCarrierService
(Session session, EntityPermission entityPermission) getCarrierServiceForUpdate
(Session session) boolean
boolean
boolean
getGeoCodeSelector
(EntityPermission entityPermission) getGeoCodeSelector
(Session session) getGeoCodeSelector
(Session session, EntityPermission entityPermission) getGeoCodeSelectorForUpdate
(Session session) boolean
boolean
getItemSelector
(EntityPermission entityPermission) getItemSelector
(Session session) getItemSelector
(Session session, EntityPermission entityPermission) getItemSelectorForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setCarrierParty
(Party entity) void
setCarrierPartyPK
(PartyPK carrierPartyPK) void
setCarrierService
(CarrierService entity) void
void
setCarrierServiceName
(String carrierServiceName) void
setCarrierServicePK
(CarrierServicePK carrierServicePK) void
setFromTime
(Long fromTime) void
setGeoCodeSelector
(Selector entity) void
setGeoCodeSelectorPK
(SelectorPK geoCodeSelectorPK) void
setIsDefault
(Boolean isDefault) void
setItemSelector
(Selector entity) void
setItemSelectorPK
(SelectorPK itemSelectorPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getCarrierServiceDetailValue
-
setCarrierServiceDetailValue
public void setCarrierServiceDetailValue(CarrierServiceDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-