Class BatchAlias
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.batch.server.entity.BatchAlias
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of BatchAliasBatchAlias
(BatchAliasValue value, EntityPermission entityPermission) Creates a new instance of BatchAlias -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAlias()
boolean
getBatch()
getBatch
(EntityPermission entityPermission) getBatch
(Session session, EntityPermission entityPermission) getBatchAliasType
(EntityPermission entityPermission) getBatchAliasType
(Session session) getBatchAliasType
(Session session, EntityPermission entityPermission) getBatchAliasTypeForUpdate
(Session session) boolean
getBatchForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
void
setBatchAliasType
(BatchAliasType entity) void
setBatchAliasTypePK
(BatchAliasTypePK batchAliasTypePK) void
void
setBatchPK
(BatchPK batchPK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
BatchAlias
Creates a new instance of BatchAlias- Throws:
PersistenceException
-
BatchAlias
Creates a new instance of BatchAlias
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getBatchAliasValue
-
setBatchAliasValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getBatchPK
-
getBatch
-
getBatch
-
getBatch
-
getBatch
-
getBatchForUpdate
-
getBatchForUpdate
-
setBatchPK
public void setBatchPK(BatchPK batchPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setBatch
-
getBatchPKHasBeenModified
-
getBatchAliasTypePK
-
getBatchAliasType
-
getBatchAliasType
-
getBatchAliasType
-
getBatchAliasType
-
getBatchAliasTypeForUpdate
-
getBatchAliasTypeForUpdate
-
setBatchAliasTypePK
public void setBatchAliasTypePK(BatchAliasTypePK batchAliasTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setBatchAliasType
-
getBatchAliasTypePKHasBeenModified
-
getAlias
-
setAlias
-
getAliasHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-