Class ContextProfileImpl

  • All Implemented Interfaces:
    org.ikasan.spec.scheduled.profile.model.ContextProfile

    public class ContextProfileImpl
    extends java.lang.Object
    implements org.ikasan.spec.scheduled.profile.model.ContextProfile
    • Constructor Detail

      • ContextProfileImpl

        public ContextProfileImpl()
    • Method Detail

      • getDefaultContext

        public java.lang.String getDefaultContext()
        Specified by:
        getDefaultContext in interface org.ikasan.spec.scheduled.profile.model.ContextProfile
      • setDefaultContext

        public void setDefaultContext​(java.lang.String defaultContext)
        Specified by:
        setDefaultContext in interface org.ikasan.spec.scheduled.profile.model.ContextProfile
      • getSubContexts

        public java.util.List<java.lang.String> getSubContexts()
        Specified by:
        getSubContexts in interface org.ikasan.spec.scheduled.profile.model.ContextProfile
      • setSubContexts

        public void setSubContexts​(java.util.List<java.lang.String> subContexts)
        Specified by:
        setSubContexts in interface org.ikasan.spec.scheduled.profile.model.ContextProfile