Class GenericBatchTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.batch.common.transfer.GenericBatchTransfer
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BatchTransfer,OrderBatchTransfer
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGenericBatchTransfer(BatchTypeTransfer batchType, String batchName, WorkflowEntityStatusTransfer batchStatus) Creates a new instance of GenericBatchTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the batchAliases.Returns the batchEntities.Returns the batchName.Returns the batchStatus.Returns the batchType.voidsetBatchAliases(ListWrapper<BatchAliasTransfer> batchAliases) Sets the batchAliases.voidsetBatchEntities(ListWrapper<BatchEntityTransfer> batchEntities) Sets the batchEntities.voidsetBatchName(String batchName) Sets the batchName.voidsetBatchStatus(WorkflowEntityStatusTransfer batchStatus) Sets the batchStatus.voidsetBatchType(BatchTypeTransfer batchType) Sets the batchType.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
GenericBatchTransfer
protected GenericBatchTransfer(BatchTypeTransfer batchType, String batchName, WorkflowEntityStatusTransfer batchStatus) Creates a new instance of GenericBatchTransfer
-
-
Method Details
-
getBatchType
Returns the batchType.- Returns:
- the batchType
-
setBatchType
Sets the batchType.- Parameters:
batchType- the batchType to set
-
getBatchName
Returns the batchName.- Returns:
- the batchName
-
setBatchName
Sets the batchName.- Parameters:
batchName- the batchName to set
-
getBatchStatus
Returns the batchStatus.- Returns:
- the batchStatus
-
setBatchStatus
Sets the batchStatus.- Parameters:
batchStatus- the batchStatus to set
-
getBatchAliases
Returns the batchAliases.- Returns:
- the batchAliases
-
setBatchAliases
Sets the batchAliases.- Parameters:
batchAliases- the batchAliases to set
-
getBatchEntities
Returns the batchEntities.- Returns:
- the batchEntities
-
setBatchEntities
Sets the batchEntities.- Parameters:
batchEntities- the batchEntities to set
-