Class BatchAliasValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<BatchAliasPK>
com.echothree.model.data.batch.server.value.BatchAliasValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionBatchAliasValue(BatchAliasPK batchAliasPK, BatchPK batchPK, BatchAliasTypePK batchAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of BatchAliasValueBatchAliasValue(BatchPK batchPK, BatchAliasTypePK batchAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of BatchAliasValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleangetAlias()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetBatchAliasTypePK(BatchAliasTypePK batchAliasTypePK) voidsetBatchPK(BatchPK batchPK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
BatchAliasValue
public BatchAliasValue(BatchAliasPK batchAliasPK, BatchPK batchPK, BatchAliasTypePK batchAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of BatchAliasValue- Throws:
PersistenceNotNullException
-
BatchAliasValue
public BatchAliasValue(BatchPK batchPK, BatchAliasTypePK batchAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of BatchAliasValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<BatchAliasPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<BatchAliasPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<BatchAliasPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<BatchAliasPK>
-
getBatchPK
-
setBatchPK
- Throws:
PersistenceNotNullException
-
getBatchPKHasBeenModified
-
getBatchAliasTypePK
-
setBatchAliasTypePK
public void setBatchAliasTypePK(BatchAliasTypePK batchAliasTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getBatchAliasTypePKHasBeenModified
-
getAlias
-
setAlias
- Throws:
PersistenceNotNullException
-
getAliasHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-