Class ItemShippingTimeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemShippingTimePK>
com.echothree.model.data.item.server.value.ItemShippingTimeValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ItemShippingTimeValue
extends BaseValue<ItemShippingTimePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionItemShippingTimeValue(ItemPK itemPK, CustomerTypePK customerTypePK, Long shippingStartTime, Long shippingEndTime, Long fromTime, Long thruTime) Creates a new instance of ItemShippingTimeValueItemShippingTimeValue(ItemShippingTimePK itemShippingTimePK, ItemPK itemPK, CustomerTypePK customerTypePK, Long shippingStartTime, Long shippingEndTime, Long fromTime, Long thruTime) Creates a new instance of ItemShippingTimeValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCustomerTypePK(CustomerTypePK customerTypePK) voidsetFromTime(Long fromTime) voidvoidsetShippingEndTime(Long shippingEndTime) voidsetShippingStartTime(Long shippingStartTime) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ItemShippingTimeValue
public ItemShippingTimeValue(ItemShippingTimePK itemShippingTimePK, ItemPK itemPK, CustomerTypePK customerTypePK, Long shippingStartTime, Long shippingEndTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemShippingTimeValue- Throws:
PersistenceNotNullException
-
ItemShippingTimeValue
public ItemShippingTimeValue(ItemPK itemPK, CustomerTypePK customerTypePK, Long shippingStartTime, Long shippingEndTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemShippingTimeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ItemShippingTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ItemShippingTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ItemShippingTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ItemShippingTimePK>
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getCustomerTypePK
-
setCustomerTypePK
- Throws:
PersistenceNotNullException
-
getCustomerTypePKHasBeenModified
-
getShippingStartTime
-
setShippingStartTime
- Throws:
PersistenceNotNullException
-
getShippingStartTimeHasBeenModified
-
getShippingEndTime
-
setShippingEndTime
-
getShippingEndTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-