package com.bdyjy.entity.activity;
import java.io.Serializable;
import com.bdyjy.entity.activity.Data;;
/**
* ���Ż��ѯ���bean
*
* @author cuicui create at 2016-04-02 16:34
*
*/
public class ActivityQueryResultBean implements Serializable {
/**
*
*/
private static final long serialVersionUID = -5240671849238960293L;
/**
* @return the system_result_key
*/
public String getSystem_result_key() {
return system_result_key;
}
/**
* @param system_result_key
* the system_result_key to set
*/
public void setSystem_result_key(String system_result_key) {
this.system_result_key = system_result_key;
}
/**
* @return the app_result_key
*/
public String getApp_result_key() {
return app_result_key;
}
/**
* @param app_result_key
* the app_result_key to set
*/
public void setApp_result_key(String app_result_key) {
this.app_result_key = app_result_key;
}
/**
* @return the data
*/
public Data getData() {
return data;
}
/**
* @param data
* the data to set
*/
public void setData(Data data) {
this.data = data;
}
/**
* @return the current_session_user_resource_ids_index
*/
public String getCurrent_session_user_resource_ids_index() {
return current_session_user_resource_ids_index;
}
/**
* @param current_session_user_resource_ids_index
* the current_session_user_resource_ids_index to set
*/
public void setCurrent_session_user_resource_ids_index(String current_session_user_resource_ids_index) {
this.current_session_user_resource_ids_index = current_session_user_resource_ids_index;
}
/**
* @return the serialversionuid
*/
public static long getSerialversionuid() {
return serialVersionUID;
}
String system_result_key;
String app_result_key;
Data data;
String current_session_user_resource_ids_index;
}