package com.bdyjy.entity.lostfind;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import com.bdyjy.entity.attArryData;
public class LostFind implements Serializable {
/**
* @return the id
*/
public String getId() //id�Ļ�ȡ����
{
return id;
}
/**
* @param id
* the id to set
*/
public void setId(String id)
{
this.id = id;
}
/**
* @return the type
*/
public String getType() //id�Ļ�ȡ����
{
return type;
}
/**
* @param id
* the id to set
*/
public void setType(String type)
{
this.type = type;
}
public String getDescription() //id�Ļ�ȡ����
{
return description;
}
/**
* @param description
* the description to set
*/
public void setDescription(String description)
{
this.description = description;
}
/**
* @return the title
*/
public String getTitle() //����Ļ�ȡ����
{
return title;
}
/**
* @param title
* the title to set
*/
public void setTitle(String title)
{
this.title = title;
}
/**
* @return the Tel
*/
public String getTel()
{
return tel;
}
/**
* @param Tel
* the Tel to set
*/
public void setTel(String tel)
{
this.tel = tel;
}
/**
* @return the Contact
*/
public String getContacts()
{
return contacts;
}
/**
* @param contact
* the contact to set
*/
public void setContacts(String contacts)
{
this.contacts = contacts;
}
/**
* @return the createUser
*/
public String getCreateUser()
{
return createUser;
}
/**
* @param createUser
* the createUser to set
*/
public void setCreateUser(String createUser)
{
this.createUser = createUser;
}
/**
* @return the typeShow
*/
public String getTypeShow()
{
return typeShow;
}
/**
* @param typeShow
* the typeShow to set
*/
public void setTypeShow(String typeShow)
{
this.typeShow = typeShow;
}
public void setStatusShow(String statusShow){// ����ʧ�������״̬
this.statusShow=statusShow;
}
public String getStatusShow(){
return statusShow;
}
/**
* @return the createTime
*/
public String getCreateTime()
{
return createTime;
}
/**
* @param createTime
* the createTime to set
*/
public void setCreateTime(String createTime)
{
this.createTime = createTime;
}
/**
* @return the lastUpdateTime
*/
public String getLastUpdateTime()
{
return lastUpdateTime;
}
/**
* @param lastUpdateTime
* the lastUpdateTime to set
*/
public void setLastUpdateTime(String lastUpdateTime)
{
this.lastUpdateTime = lastUpdateTime;
}
/**
* @return the lastUpdateUser
*/
public String getLastUpdateUser()
{
return lastUpdateUser;
}
/**
* @param lastUpdateUser
* the lastUpdateUser to set
*/
public void setLastUpdateUser(String lastUpdateUser)
{
this.lastUpdateUser = lastUpdateUser;
}
/**
* @return the jsonUpdateFlag
*/
public String getJsonUpdateFlag()
{
return jsonUpdateFlag;
}
/**
* @param jsonUpdateFlag
* the jsonUpdateFlag to set
*/
public void setJsonUpdateFlag(String jsonUpdateFlag)
{
this.jsonUpdateFlag = jsonUpdateFlag;
}
/**
* @return the mybatisRecordCount
*/
public String getMybatisRecordCount()
{
return mybatisRecordCount;
}
/**
* @param mybatisRecordCount
* the mybatisRecordCount to set
*/
public void setMybatisRecordCount(String mybatisRecordCount)
{
this.mybatisRecordCount = mybatisRecordCount;
}
/**
* @return the orderNo
*/
public String getOrderNo()
{
return orderNo;
}
/**
* @param orderNo
* the orderNo to set
*/
public void setOrderNo(String orderNo)
{
this.orderNo = orderNo;
}
/**
* @return the orderNo
*/
public String getToken()
{
return token;
}
/**
* @param orderNo
* the orderNo to set
*/
public void setToken(String token)
{
this.token = token;
}
/**
* @return the attachmentPrefix
*/
public String getAttachmentPrefix()
{
return attachmentPrefix;
}
/**
* @param attachmentPrefix
* the attachmentPrefix to set
*/
public void setAttachmentPrefix(String attachmentPrefix)
{
this.attachmentPrefix = attachmentPrefix;
}
/**
* @return the rows
*/
public List<attArryData> getAttArry() {
return attArry;
}
/**
* @param rows
* the rows to set
*/
public void setAttArry(List<attArryData> attArry) {
this.attArry = attArry;
}
/**
* @return the serialversionuid
*/
public static long getSerialversionuid()
{
return serialVersionUID;
}
/**
* @return the isCollect
*/
public String getIsCollect()
{
return isCollect;
}
/**
* @param isCollect the isCollect to set
*/
public void setIsCollect(String isCollect)
{
this.isCollect = isCollect;
}
private static final long serialVersionUID = 0000000000000001000L;
String id;
String type;
String description;
String title;
String tel;
String contacts;
String index1;
String lastUpdateTime;
String lastUpdateUser;
String createTime;
String createUser;
String typeShow;
String statusShow;
String orderNo;
String mybatisRecordCount;
String jsonUpdateFlag;
String token; //δ���巽��
String attachmentPrefix;
List<attArryData> attArry; //ͼƬ��
private String isCollect;
}