Class ARG_CreateBranchIn

java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_CreateBranchIn
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_CreateBranchIn extends Object implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • adModel

      public ADModel adModel
      create branch for this model
    • branchName

      public String branchName
      name of the new branch
    • note

      public String note
      note of the new branch
    • asSubBranch

      public boolean asSubBranch
      if true create as a sub brunch of the current branch
    • withCS

      public boolean withCS
      extract with change set
    • withUN

      public boolean withUN
      extract with user notification
    • variableModelName

      public String variableModelName
      value of property 'VariableModelName'
  • Constructor Details

    • ARG_CreateBranchIn

      public ARG_CreateBranchIn()
    • ARG_CreateBranchIn

      public ARG_CreateBranchIn(ADModel adModel, String branchName, String note, boolean asSubBranch, boolean withCS, boolean withUN, String variableModelName)
  • Method Details

    • marshal

      public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • unmarshal

      public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
      Specified by:
      unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • resolveReferences

      public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble