Class Carrier
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.carrier.server.entity.Carrier
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCarrier()Creates a new instance of CarrierCarrier(CarrierValue value, EntityPermission entityPermission) Creates a new instance of Carrier -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetCarrierType(EntityPermission entityPermission) booleanbooleangetGeoCodeSelector(EntityPermission entityPermission) booleanbooleangetItemSelector(EntityPermission entityPermission) booleangetParty()getParty(EntityPermission entityPermission) booleanbooleanbooleanbooleaninthashCode()voidremove()voidsetAccountValidationPattern(String accountValidationPattern) voidsetCarrierName(String carrierName) voidsetCarrierType(CarrierType entity) voidsetCarrierTypePK(CarrierTypePK carrierTypePK) voidsetCarrierValue(CarrierValue value) voidsetFromTime(Long fromTime) voidsetGeoCodeSelector(Selector entity) voidsetGeoCodeSelectorPK(SelectorPK geoCodeSelectorPK) voidsetIsDefault(Boolean isDefault) voidsetItemSelector(Selector entity) voidsetItemSelectorPK(SelectorPK itemSelectorPK) voidvoidsetPartyPK(PartyPK partyPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
Carrier
Creates a new instance of Carrier- Throws:
PersistenceException
-
Carrier
Creates a new instance of Carrier
-
-
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
-
getCarrierValue
-
setCarrierValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPartyPK
-
getParty
-
getParty
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(@Nonnull PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getCarrierName
-
setCarrierName
public void setCarrierName(@Nonnull String carrierName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCarrierNameHasBeenModified
-
getCarrierTypePK
-
getCarrierType
-
getCarrierType
-
getCarrierTypeForUpdate
-
setCarrierTypePK
public void setCarrierTypePK(@Nonnull CarrierTypePK carrierTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCarrierType
-
getCarrierTypePKHasBeenModified
-
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
-
getAccountValidationPattern
-
setAccountValidationPattern
public void setAccountValidationPattern(@Nullable String accountValidationPattern) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAccountValidationPatternHasBeenModified
-
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
-