Class DirectiveSetBean


  • public class DirectiveSetBean
    extends Object
    • Constructor Detail

      • DirectiveSetBean

        public DirectiveSetBean​(boolean enabled,
                                String name,
                                String desc,
                                String catchemailAddressFromProfile,
                                String directivesCRLF)
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDesc

        public String getDesc()
      • setDesc

        public void setDesc​(String desc)
      • getCatchemailAddressFromProfile

        public String getCatchemailAddressFromProfile()
      • setCatchemailAddressFromProfile

        public void setCatchemailAddressFromProfile​(String catchemailAddressFromProfile)
      • getDirectivesCRLF

        public String getDirectivesCRLF()
      • setDirectivesCRLF

        public void setDirectivesCRLF​(String directivesCRLF)
      • setId

        public void setId​(int id)
      • getId

        public int getId()