Class ItemAliasValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemAliasPK>
com.echothree.model.data.item.server.value.ItemAliasValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionItemAliasValue
(ItemAliasPK itemAliasPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemAliasTypePK itemAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of ItemAliasValueItemAliasValue
(ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemAliasTypePK itemAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of ItemAliasValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
getAlias()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setFromTime
(Long fromTime) void
setItemAliasTypePK
(ItemAliasTypePK itemAliasTypePK) void
void
setThruTime
(Long thruTime) void
setUnitOfMeasureTypePK
(UnitOfMeasureTypePK unitOfMeasureTypePK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ItemAliasValue
public ItemAliasValue(ItemAliasPK itemAliasPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemAliasTypePK itemAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemAliasValue- Throws:
PersistenceNotNullException
-
ItemAliasValue
public ItemAliasValue(ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemAliasTypePK itemAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemAliasValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ItemAliasPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ItemAliasPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ItemAliasPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ItemAliasPK>
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getUnitOfMeasureTypePK
-
setUnitOfMeasureTypePK
public void setUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUnitOfMeasureTypePKHasBeenModified
-
getItemAliasTypePK
-
setItemAliasTypePK
- Throws:
PersistenceNotNullException
-
getItemAliasTypePKHasBeenModified
-
getAlias
-
setAlias
- Throws:
PersistenceNotNullException
-
getAliasHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-