All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.belerweb.social.qq.mail.bean.Org Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
package com.belerweb.social.qq.mail.bean;

public class Org {

  private String org1;
  private String org2;
  private String title;

  public String getOrg1() {
    return org1;
  }

  public void setOrg1(String org1) {
    this.org1 = org1;
  }

  public String getOrg2() {
    return org2;
  }

  public void setOrg2(String org2) {
    this.org2 = org2;
  }

  public String getTitle() {
    return title;
  }

  public void setTitle(String title) {
    this.title = title;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy