Android Open Source - msghandle Application






From Project

Back to project page msghandle.

License

The source code is released under:

GNU General Public License

If you think the Android project msghandle listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.anlong.msghandle.vo;
/*from   www . ja  v  a 2 s .  c  o  m*/
import java.util.Date;


/**
 * @Title: Application.java 
 * @Package com.anlong.msghandle.vo
 * @company ShenZhen AnLong Technology CO.,LTD.   
 * @author lixl   
 * @date 2014-3-12 ????3:38:24 
 * @version V1.0   
 * @Description: TODO
 */
public class Application {

  /** ??ID */
  private Integer appId;
  /** ?????? */
  private String appName;
  /** ????:1-APP,2-WEB??????,3-?????? */
  private Byte appType;
  /** 1-?????:1??????2?????3 ?????? */
  private Byte appState;
  /** ??LOGO ???LOGO???????80x80? */
  private String appLogo;
  /** ???? */
  private String appProfile;
  /** ???WEB??????(???????:2WEB??) */
  private String webPath;
  /** 1-??????? 1-??????;????2-??????; */
  private Byte authType;
  /** ????????????uid={1}&pwd={2}?? **/
  private String authParam;
  /** 1-??? 1-10????????????????? */
  private Byte priority;
  /** ??????????? **/
  private String updateTime;
  /** ???????????? */
  private String clientPath;
  /** ??????????1.0.0.6? */
  private String version;
  /** ??????? */
  private String intro;
  /** ??????? */
  private String uploadTime;
  /**
   * ????????????????????????????? 1:??????? 4:APP????ID 5:android?????
   */
  private String uniqueKey;

  private String[] fieldArr = { "appId", "appName", "appType", "appState",
      "appLogo", "appProfile", "webPath", "authType", "authParam",
      "priority", "updateTime", "clientPath", "version", "intro",
      "uploadTime", "uniqueKey" };

  public Integer getAppId() {
    return appId;
  }

  public void setAppId(Integer appId) {
    this.appId = appId;
  }

  public String getAppName() {
    return appName;
  }

  public void setAppName(String appName) {
    this.appName = appName;
  }

  public Byte getAppType() {
    return appType;
  }

  public void setAppType(Byte appType) {
    this.appType = appType;
  }

  public Byte getAppState() {
    return appState;
  }

  public void setAppState(Byte appState) {
    this.appState = appState;
  }

  public String getAppLogo() {
    return appLogo;
  }

  public void setAppLogo(String appLogo) {
    this.appLogo = appLogo;
  }

  public String getAppProfile() {
    return appProfile;
  }

  public void setAppProfile(String appProfile) {
    this.appProfile = appProfile;
  }

  public String getWebPath() {
    return webPath;
  }

  public void setWebPath(String webPath) {
    this.webPath = webPath;
  }

  public Byte getAuthType() {
    return authType;
  }

  public void setAuthType(Byte authType) {
    this.authType = authType;
  }

  public String getAuthParam() {
    return authParam;
  }

  public void setAuthParam(String authParam) {
    this.authParam = authParam;
  }

  public Byte getPriority() {
    return priority;
  }

  public void setPriority(Byte priority) {
    this.priority = priority;
  }

  public String getUpdateTime() {
    return updateTime;
  }

  public void setUpdateTime(String updateTime) {
    this.updateTime = updateTime;
  }

  public String getClientPath() {
    return clientPath;
  }

  public void setClientPath(String clientPath) {
    this.clientPath = clientPath;
  }

  public String getVersion() {
    return version;
  }

  public void setVersion(String version) {
    this.version = version;
  }

  public String getIntro() {
    return intro;
  }

  public void setIntro(String intro) {
    this.intro = intro;
  }

  public String getUploadTime() {
    return uploadTime;
  }

  public void setUploadTime(String uploadTime) {
    this.uploadTime = uploadTime;
  }

  public String getUniqueKey() {
    return uniqueKey;
  }

  public void setUniqueKey(String uniqueKey) {
    this.uniqueKey = uniqueKey;
  }

  @Override
  public String toString() {
    return "Application [getAppId()=" + getAppId() + ", getAppName()="
        + getAppName() + ", getAppType()=" + getAppType()
        + ", getAppState()=" + getAppState() + ", getAppLogo()="
        + getAppLogo() + ", getAppProfile()=" + getAppProfile()
        + ", getWebPath()=" + getWebPath() + ", getAuthType()="
        + getAuthType() + ", getAuthParam()=" + getAuthParam()
        + ", getPriority()=" + getPriority() + ", getUpdateTime()="
        + getUpdateTime() + ", getClientPath()=" + getClientPath()
        + ", getVersion()=" + getVersion() + ", getIntro()="
        + getIntro() + ", getUploadTime()=" + getUploadTime()
        + ", getUniqueKey()=" + getUniqueKey() + ", toString()="
        + super.toString() + "]";
  }

}




Java Source Code List

com.anlong.msghandle.common.BaseMessage.java
com.anlong.msghandle.common.HandleStaticValue.java
com.anlong.msghandle.common.HandleTimer.java
com.anlong.msghandle.common.MessageTimer.java
com.anlong.msghandle.event.MessageEventListener.java
com.anlong.msghandle.event.MessageEventSource.java
com.anlong.msghandle.event.MessageEvent.java
com.anlong.msghandle.file.InitImageFileServer.java
com.anlong.msghandle.handle.ImageRequestHandle.java
com.anlong.msghandle.handle.ImageResponseHandle.java
com.anlong.msghandle.handle.MsgRequestHandle.java
com.anlong.msghandle.handle.MsgResponseHandle.java
com.anlong.msghandle.impl.AppParamImpl.java
com.anlong.msghandle.impl.AppSystemMessageReportImpl.java
com.anlong.msghandle.impl.AuthenticationImpl.java
com.anlong.msghandle.impl.BroadcastImpl.java
com.anlong.msghandle.impl.CommonContactImpl.java
com.anlong.msghandle.impl.DepImpl.java
com.anlong.msghandle.impl.DepInfoListImpl.java
com.anlong.msghandle.impl.EditGroupImpl.java
com.anlong.msghandle.impl.EditGroupUserImpl.java
com.anlong.msghandle.impl.EditUserInfoImpl.java
com.anlong.msghandle.impl.ExitPreventGroupImpl.java
com.anlong.msghandle.impl.GetGroupInfoImpl.java
com.anlong.msghandle.impl.GetHistoryMessageImpl.java
com.anlong.msghandle.impl.GetUserInfoImpl105.java
com.anlong.msghandle.impl.GroupInfoListImpl.java
com.anlong.msghandle.impl.GroupShareImpl.java
com.anlong.msghandle.impl.HeartImpl103.java
com.anlong.msghandle.impl.LocationImpl.java
com.anlong.msghandle.impl.LoginImpl101.java
com.anlong.msghandle.impl.MessageStateReportImpl.java
com.anlong.msghandle.impl.OnlineStateImpl102.java
com.anlong.msghandle.impl.OnlineUserListImpl110.java
com.anlong.msghandle.impl.SendImageFile.java
com.anlong.msghandle.impl.SendMessageImpl203.java
com.anlong.msghandle.impl.SystemParaImpl.java
com.anlong.msghandle.impl.UnreadMessageImpl.java
com.anlong.msghandle.impl.UpdatePasswordImpl.java
com.anlong.msghandle.impl.UserInfoListImpl.java
com.anlong.msghandle.interfac.AbstractMsgHandle.java
com.anlong.msghandle.interfac.BaseActivity.java
com.anlong.msghandle.interfac.MessageHandleActivity.java
com.anlong.msghandle.interfac.MsgHandle.java
com.anlong.msghandle.message.InitRequMessageServer.java
com.anlong.msghandle.message.InitRespMessageServer.java
com.anlong.msghandle.request.BaseRequest.java
com.anlong.msghandle.request.Request100.java
com.anlong.msghandle.request.Request101.java
com.anlong.msghandle.request.Request102.java
com.anlong.msghandle.request.Request103.java
com.anlong.msghandle.request.Request105.java
com.anlong.msghandle.request.Request110.java
com.anlong.msghandle.request.Request203.java
com.anlong.msghandle.request.Request301.java
com.anlong.msghandle.response.BaseResponse.java
com.anlong.msghandle.response.Response1000.java
com.anlong.msghandle.response.Response1010.java
com.anlong.msghandle.response.Response1020.java
com.anlong.msghandle.response.Response1030.java
com.anlong.msghandle.response.Response1050.java
com.anlong.msghandle.response.Response1100.java
com.anlong.msghandle.response.Response2030.java
com.anlong.msghandle.response.Response3010.java
com.anlong.msghandle.service.InitServerManager.java
com.anlong.msghandle.service.ServerManager.java
com.anlong.msghandle.socket.InitFileSocketServer.java
com.anlong.msghandle.socket.InitMsgSocketServer.java
com.anlong.msghandle.util.ByteAndInt.java
com.anlong.msghandle.util.FormatTransfer.java
com.anlong.msghandle.util.IMLog.java
com.anlong.msghandle.util.ReflectionUtil.java
com.anlong.msghandle.util.Utils.java
com.anlong.msghandle.vo.AppMessage.java
com.anlong.msghandle.vo.Application.java
com.anlong.msghandle.vo.BroadcastMessage.java
com.anlong.msghandle.vo.DepInfo.java
com.anlong.msghandle.vo.GroupInfo.java
com.anlong.msghandle.vo.GroupShare.java
com.anlong.msghandle.vo.OnlineUser.java
com.anlong.msghandle.vo.ReportState.java
com.anlong.msghandle.vo.SimpleUserInfo.java
com.anlong.msghandle.vo.UserInfo.java
com.anlong.msghandle.vo.UserMessage.java