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

com.kuangkie.carbon.entity.RecordEntity Maven / Gradle / Ivy

The newest version!
package com.kuangkie.carbon.entity;

import java.util.Map;

import com.kuangkie.carbon.record.criteria.ProConJunction;

public interface RecordEntity extends LeafEntity {

	Map getConJunctionMap();

	void putConJunction(Long rstrucId, ProConJunction conJunction);

	//void putGroup2DEntity(LeafEntity entity);

	//void removeTheGroup2D(String group2DTitle);

	/**
	 * 多值属性名称
	 * 
	 * @return 多值属性名称集合
	 */
	//Set getGroup2DTitles();

	/**
	 * 多值属性实体对象
	 * 
	 * @param title 多值属性名称
	 * @return 简单对接实体列表
	 */
	//List getGroup2DEntity(String title);


	String getRecordCode();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy