Class WebPermition

java.lang.Object
ru.bitel.bgbilling.modules.email.server.bean.WebPermition

public class WebPermition
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    boolean autoReply  
    boolean create  
    java.util.Set<java.lang.String> createDomains  
    long createQuota  
    boolean delete  
    boolean forward  
    int maxCreate  
    int maxForward  
    boolean passwdChange  
    boolean view  
  • Constructor Summary

    Constructors
    Constructor Description
    WebPermition()  
  • Method Summary

    Modifier and Type Method Description
    void add​(WebPermition perm)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • view

      public boolean view
    • create

      public boolean create
    • maxCreate

      public int maxCreate
    • createDomains

      public java.util.Set<java.lang.String> createDomains
    • createQuota

      public long createQuota
    • delete

      public boolean delete
    • passwdChange

      public boolean passwdChange
    • autoReply

      public boolean autoReply
    • forward

      public boolean forward
    • maxForward

      public int maxForward
  • Constructor Details

    • WebPermition

      public WebPermition()
  • Method Details