Class ShippingMethodDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ShippingMethodDetailPK>
com.echothree.model.data.shipping.server.value.ShippingMethodDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ShippingMethodDetailValue
extends BaseValue<ShippingMethodDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionShippingMethodDetailValue(ShippingMethodDetailPK shippingMethodDetailPK, ShippingMethodPK shippingMethodPK, String shippingMethodName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ShippingMethodDetailValueShippingMethodDetailValue(ShippingMethodPK shippingMethodPK, String shippingMethodName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ShippingMethodDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetGeoCodeSelectorPK(SelectorPK geoCodeSelectorPK) voidsetItemSelectorPK(SelectorPK itemSelectorPK) voidsetShippingMethodName(String shippingMethodName) voidsetShippingMethodPK(ShippingMethodPK shippingMethodPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ShippingMethodDetailValue
public ShippingMethodDetailValue(ShippingMethodDetailPK shippingMethodDetailPK, ShippingMethodPK shippingMethodPK, String shippingMethodName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ShippingMethodDetailValue- Throws:
PersistenceNotNullException
-
ShippingMethodDetailValue
public ShippingMethodDetailValue(ShippingMethodPK shippingMethodPK, String shippingMethodName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ShippingMethodDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ShippingMethodDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ShippingMethodDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ShippingMethodDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ShippingMethodDetailPK>
-
getShippingMethodPK
-
setShippingMethodPK
public void setShippingMethodPK(ShippingMethodPK shippingMethodPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getShippingMethodPKHasBeenModified
-
getShippingMethodName
-
setShippingMethodName
- Throws:
PersistenceNotNullException
-
getShippingMethodNameHasBeenModified
-
getGeoCodeSelectorPK
-
setGeoCodeSelectorPK
-
getGeoCodeSelectorPKHasBeenModified
-
getItemSelectorPK
-
setItemSelectorPK
-
getItemSelectorPKHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-