java.lang.Object
com.onlyoffice.model.documenteditor.config.editorconfig.customization.Customer

public class Customer extends Object
Contains the information which will be displayed in the editor "About" section and visible to all the editor users.
  • 构造器详细资料

    • Customer

      public Customer()
  • 方法详细资料

    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • getInfo

      public String getInfo()
    • setInfo

      public void setInfo(String info)
    • getLogo

      public String getLogo()
    • setLogo

      public void setLogo(String logo)
    • getLogoDark

      public String getLogoDark()
    • setLogoDark

      public void setLogoDark(String logoDark)
    • getMail

      public String getMail()
    • setMail

      public void setMail(String mail)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getPhone

      public String getPhone()
    • setPhone

      public void setPhone(String phone)
    • getWww

      public String getWww()
    • setWww

      public void setWww(String www)