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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCustomerTypePK
(CustomerTypePK customerTypePK) void
setFromTime
(Long fromTime) void
void
setShippingEndTime
(Long shippingEndTime) void
setShippingStartTime
(Long shippingStartTime) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ItemShippingTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ItemShippingTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ItemShippingTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-