Package cdm.event.common
Class TransferInstruction.TransferInstructionImpl
java.lang.Object
cdm.event.common.TransferInstruction.TransferInstructionImpl
- All Implemented Interfaces:
TransferInstruction,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
TransferInstruction
public static class TransferInstruction.TransferInstructionImpl
extends Object
implements TransferInstruction
Immutable Implementation of TransferInstruction
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.event.common.TransferInstruction
TransferInstruction.TransferInstructionBuilder, TransferInstruction.TransferInstructionBuilderImpl, TransferInstruction.TransferInstructionImpl -
Field Summary
Fields inherited from interface cdm.event.common.TransferInstruction
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanList<? extends TransferState> Specifies the terms and state of a transfers.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface cdm.event.common.TransferInstruction
getType, metaData, process
-
Constructor Details
-
TransferInstructionImpl
-
-
Method Details
-
getTransferState
@RosettaAttribute("transferState") @RuneAttribute("transferState") public List<? extends TransferState> getTransferState()Description copied from interface:TransferInstructionSpecifies the terms and state of a transfers.- Specified by:
getTransferStatein interfaceTransferInstruction
-
build
Description copied from interface:TransferInstructionBuild Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
buildin interfaceTransferInstruction
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
toBuilderin interfaceTransferInstruction
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-