Package cdm.legaldocumentation.csa
Interface BespokeTransferTiming
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
BespokeTransferTiming.BespokeTransferTimingBuilder
- All Known Implementing Classes:
BespokeTransferTiming.BespokeTransferTimingBuilderImpl,BespokeTransferTiming.BespokeTransferTimingImpl
@RosettaDataType(value="BespokeTransferTiming",
builder=BespokeTransferTimingBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="BespokeTransferTiming",
model="cdm",
builder=BespokeTransferTimingBuilderImpl.class,
version="7.0.0-dev.105")
public interface BespokeTransferTiming
extends com.rosetta.model.lib.RosettaModelObject
A class to specify any bespoke Transfer Timing language by each party to the agreement.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of BespokeTransferTimingstatic classImmutable Implementation of BespokeTransferTiming -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The bespoke transfer timing terms applicable to the agreement.A boolean flag to specify whether bespoke transfer terms are applicable or not.default Class<? extends BespokeTransferTiming> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends BespokeTransferTiming> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getIsApplicable
Boolean getIsApplicable()A boolean flag to specify whether bespoke transfer terms are applicable or not. -
getBespokeTransferTimingTerms
String getBespokeTransferTimingTerms()The bespoke transfer timing terms applicable to the agreement. -
build
BespokeTransferTiming build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-