Class QWizardWithChannels

    • Field Detail

      • channels

        public final com.querydsl.core.types.dsl.SetPath<Channel,​QChannel> channels
      • description

        public final com.querydsl.core.types.dsl.StringPath description
      • id

        public final com.querydsl.core.types.dsl.NumberPath<Long> id
      • incompleteRegistrationNotifyInterval

        protected QTimeInterval incompleteRegistrationNotifyInterval
      • internalName

        public final com.querydsl.core.types.dsl.StringPath internalName
      • name

        public final com.querydsl.core.types.dsl.StringPath name
      • requireConfirmationCredential

        public final com.querydsl.core.types.dsl.BooleanPath requireConfirmationCredential
      • scriptParameters

        public final com.querydsl.core.types.dsl.StringPath scriptParameters
      • showProgress

        public final com.querydsl.core.types.dsl.BooleanPath showProgress
      • svgIcon

        public final com.querydsl.core.types.dsl.StringPath svgIcon
      • version

        public final QInteger version
    • Constructor Detail

      • QWizardWithChannels

        public QWizardWithChannels​(String variable)
      • QWizardWithChannels

        public QWizardWithChannels​(com.querydsl.core.types.Path<? extends WizardWithChannels> path)
      • QWizardWithChannels

        public QWizardWithChannels​(com.querydsl.core.types.PathMetadata metadata)
      • QWizardWithChannels

        public QWizardWithChannels​(com.querydsl.core.types.PathMetadata metadata,
                                   com.querydsl.core.types.dsl.PathInits inits)
      • QWizardWithChannels

        public QWizardWithChannels​(Class<? extends WizardWithChannels> type,
                                   com.querydsl.core.types.PathMetadata metadata,
                                   com.querydsl.core.types.dsl.PathInits inits)