Class LotAliasValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<LotAliasPK>
com.echothree.model.data.inventory.server.value.LotAliasValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionLotAliasValue
(LotAliasPK lotAliasPK, LotPK lotPK, LotAliasTypePK lotAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of LotAliasValueLotAliasValue
(LotPK lotPK, LotAliasTypePK lotAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of LotAliasValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
getAlias()
boolean
boolean
boolean
getLotPK()
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setFromTime
(Long fromTime) void
setLotAliasTypePK
(LotAliasTypePK lotAliasTypePK) void
void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
LotAliasValue
public LotAliasValue(LotAliasPK lotAliasPK, LotPK lotPK, LotAliasTypePK lotAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LotAliasValue- Throws:
PersistenceNotNullException
-
LotAliasValue
public LotAliasValue(LotPK lotPK, LotAliasTypePK lotAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LotAliasValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<LotAliasPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<LotAliasPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<LotAliasPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<LotAliasPK>
-
getLotPK
-
setLotPK
- Throws:
PersistenceNotNullException
-
getLotPKHasBeenModified
-
getLotAliasTypePK
-
setLotAliasTypePK
- Throws:
PersistenceNotNullException
-
getLotAliasTypePKHasBeenModified
-
getAlias
-
setAlias
- Throws:
PersistenceNotNullException
-
getAliasHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-