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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromItemPK(ItemPK fromItemPK) voidsetFromTime(Long fromTime) voidsetRelatedItemPK(RelatedItemPK relatedItemPK) voidsetRelatedItemTypePK(RelatedItemTypePK relatedItemTypePK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidsetToItemPK(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:
getBaseFactoryInstancein classBaseValue<RelatedItemDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<RelatedItemDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<RelatedItemDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-