function FolderManagerPermissionDTO(){
	this[Buffalo.BOCLASS] = "com.newsease.portal.dto.FolderManagerPermissionDTO";
	this.authorizedTime=new Date();
	this.authorizedUserId="";
	this.canAuthorized=0;
	this.deleted=0;
	this.folderId="";
	this.id="";
	this.userId="";
	this.userName="";
	this.folderName="";
}
function FolderInfomationLinkDTO(){
	this[Buffalo.BOCLASS] = "com.newsease.portal.dto.FolderInfomationLinkDTO";
	this.floderId="";
	this.id="";
	this.infomationId="";
	this.orderIndex = 1000;
	this.releaseTime=new Date();
	this.title="";
	this.type=0;
}
function FilesFolderDTO(){
	this[Buffalo.BOCLASS] = "com.newsease.portal.dto.FilesFolderDTO";
	this.id="";
	this.name="";
	this.enName="";
	this.parentId="";
	this.path="";
	this.description="";
	this.htmlDescription="";
	this.extInfo="";
	this.type=0;
	this.orderIndex = 1000;
	this.orgId="";
	this.aclId="";
	this.orgName="";
	this.orgIds="";
	this.roleIds="";
	this.userIds="";
	this.orgNames="";
	this.roleNames="";
	this.userNames="";
	this.studyRequired=false;
}
function InfomationDTO(){
	this[Buffalo.BOCLASS] = "com.newsease.portal.dto.InfomationDTO";
	this.author="";
	this.contentFileId="";
	this.contentFileType=0;
	this.creatorId="";
	this.creatorName="";
	//this.creatTime= new Date();
	//this.releaseTime=new Date();
	this.description="";
	this.extInfo="";
	this.files="";
	this.filesName="";
	this.id="";
	this.imgUrls="";
	this.keywords="";
	this.orderIndex = 1000.0;
	this.source="";
	this.subTitle="";
	this.title="";
	this.type=1;
	this.security=100;
	this.relatedInfoHtml="";
	this.content="";
	this.aclId="";
	this.orgIds="";
	this.roleIds="";
	this.userIds="";
	this.orgNames="";
	this.roleNames="";
	this.userNames="";
	this.filesFolderIds="";
	this.filesDesc="";
	this.filesFolderNames="";
	this.releaseTimeStr="";
	this.infoTypeStd="";
	this.fileNo="";
	this.abstracts="";
	this.fileName="";
}
function PortalQuestionsDTO(){
	this[Buffalo.BOCLASS] = "com.newsease.portal.dto.PortalQuestionsDTO";
	this.questionId="";
    this.questions="";
    this.isVisable="";
    this.createDate="";
    this.isOpen="";
    this.description="";
    this.type="";
    this.motifId="";
    this.singleSelect=true;
}

function LeadInfoDTO(){
	this[Buffalo.BOCLASS] = "com.newsease.portal.dto.LeadInfoDTO";
	this.id="";
	this.name="";
	this.headShip="";
	this.phone="";
	this.email="";
	this.responsibility="";
	this.introduction="";
	this.imageUrl="";
}

function OrganizationFunctionDTO(){
	this[Buffalo.BOCLASS] = "com.newsease.portal.dto.OrganizationFunctionDTO";
	this.id="";
	this.name="";
	this.address="";
	this.openPhone="";
	this.email="";
	this.supervisePhone="";
	this.mainFunction="";
	this.webAddress="";
	this.principal="";
}
