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 TypeMethodDescriptionvoidclone()booleangetAlias()booleanbooleanbooleangetLotPK()booleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetFromTime(Long fromTime) voidsetLotAliasTypePK(LotAliasTypePK lotAliasTypePK) voidvoidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<LotAliasPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<LotAliasPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<LotAliasPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-