Class CreateBusinessEventInput

java.lang.Object
org.finos.cdm.functions.CreateBusinessEventInput

public class CreateBusinessEventInput extends Object
  • Constructor Details

    • CreateBusinessEventInput

      public CreateBusinessEventInput()
    • CreateBusinessEventInput

      public CreateBusinessEventInput(List<Instruction> instruction, EventIntentEnum intent, com.rosetta.model.lib.records.Date eventDate, com.rosetta.model.lib.records.Date effectiveDate)
  • Method Details

    • getInstruction

      public List<Instruction> getInstruction()
    • getIntent

      public EventIntentEnum getIntent()
    • getEventDate

      public com.rosetta.model.lib.records.Date getEventDate()
    • getEffectiveDate

      public com.rosetta.model.lib.records.Date getEffectiveDate()