Class RelatedItemDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<RelatedItemDetailPK>
com.echothree.model.data.item.server.value.RelatedItemDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class RelatedItemDetailValue
extends BaseValue<RelatedItemDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionRelatedItemDetailValue
(RelatedItemDetailPK relatedItemDetailPK, RelatedItemPK relatedItemPK, RelatedItemTypePK relatedItemTypePK, ItemPK fromItemPK, ItemPK toItemPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of RelatedItemDetailValueRelatedItemDetailValue
(RelatedItemPK relatedItemPK, RelatedItemTypePK relatedItemTypePK, ItemPK fromItemPK, ItemPK toItemPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of RelatedItemDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromItemPK
(ItemPK fromItemPK) void
setFromTime
(Long fromTime) void
setRelatedItemPK
(RelatedItemPK relatedItemPK) void
setRelatedItemTypePK
(RelatedItemTypePK relatedItemTypePK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
setToItemPK
(ItemPK toItemPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
RelatedItemDetailValue
public RelatedItemDetailValue(RelatedItemDetailPK relatedItemDetailPK, RelatedItemPK relatedItemPK, RelatedItemTypePK relatedItemTypePK, ItemPK fromItemPK, ItemPK toItemPK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of RelatedItemDetailValue- Throws:
PersistenceNotNullException
-
RelatedItemDetailValue
public RelatedItemDetailValue(RelatedItemPK relatedItemPK, RelatedItemTypePK relatedItemTypePK, ItemPK fromItemPK, ItemPK toItemPK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of RelatedItemDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<RelatedItemDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<RelatedItemDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<RelatedItemDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<RelatedItemDetailPK>
-
getRelatedItemPK
-
setRelatedItemPK
- Throws:
PersistenceNotNullException
-
getRelatedItemPKHasBeenModified
-
getRelatedItemTypePK
-
setRelatedItemTypePK
public void setRelatedItemTypePK(RelatedItemTypePK relatedItemTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getRelatedItemTypePKHasBeenModified
-
getFromItemPK
-
setFromItemPK
- Throws:
PersistenceNotNullException
-
getFromItemPKHasBeenModified
-
getToItemPK
-
setToItemPK
- Throws:
PersistenceNotNullException
-
getToItemPKHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-