/*
̃t@C̒ǵANTT I[v\[XCZX@o[W 1.0iu{
_vƂj̓Kp󂯂܂B
{_炵ȂÃt@CgpĂ͂Ȃ܂B
{_̃Rs[́Âtqkł܂B
yzzTCgURLz http://www.oss.ecl.ntt.co.jp/lms/

{_ɊÂЕz\tgEFÁÂ܂܁Âَ͖
ނ̕ۏ؂ȂŁAЕz܂B{_ɊÂyѐ𗥂
̕ɂẮA{_QƂĂB

uIWiR[hv́A NTT Cyber Space Laboratories Code łB 
uIWiR[hv́uJҁv́A{dMdbЂłB  
{dMdbЂɂn삳ꂽ́ACopyright (C) 2004 
{dMdb łB
SĂ̌ۂ܂B 
uRgr[^vF_____________________________________ 


The contents of this file are subject to the NTT Opensource License
Version 1.0 (the License); you may not use this file except in
compliance with the License. You may obtain a copy of the License at
yzzTCgURLz http://www.oss.ecl.ntt.co.jp/lms/

Software distributed under the License is distributed on an AS IS
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
License for the specific language governing rights and limitations
under the License.

The Original Code is NTT Cyber Space Laboratories Code .

The Initial Developer of the Original Code is NIPPON TELEGRAPH AND 
TELEPHONE CORPORATION.
Portions created by the NIPPON TELEGRAPH AND TELEPHONE CORPORATION 
are Copyright (C) 2004 NIPPON TELEGRAPH AND TELEPHONE CORPORATION. 
All Rights Reserved.

Contributor(s) ______________________________________.
*/

//
//	Face2FaceLo@ʃe[u`C^tF[X
//			ύX
//				2004.01.08	VK쐬	؁@qq
//
package jp.co.ntt.lms.lo.Face2Face;

import jp.co.ntt.lms.lo.LoPropertyDef;

/**
 * Face2Faceށ@ʃe[u`C^tF[XłB<BR>
 * @author T.Sizuki
 * @version 0.0.0.1 2004/01/08
 */
public interface Face2FaceLoPropertyDef extends LoPropertyDef
{
	///////////////////////////////////////////////////////////////
	// Rei e[u`
	///////////////////////////////////////////////////////////////
	/** e[uێ܂ */
	public static final String TABLE_NAME = "Face2FaceLo";
	
	///////////////////////////////////////////////////////////////////////////
	// Face2FaceLoe[u e[u`
	///////////////////////////////////////////////////////////////////////////
	/** utID */
	public static final String TEACHERID = "TeacherID";

	///////////////////////////////////////////////////////////////////////////
	// Assignmentse[u e[u`
	///////////////////////////////////////////////////////////////////////////
	/** wKtB[hł */
	public static final String LEARN_AUTHORITY = "learn_authority";
	/** ǗtB[hł */
	public static final String MANAGEMENT_AUTHORITY = "management_authority";
	/** ǗtB[hł */
	public static final String STUDY_START_DATE = "study_start_date";

	///////////////////////////////////////////////////////////////////////////
	// ZbVϐL[`
	///////////////////////////////////////////////////////////////////////////
	/** OCID */
	public static final String LOGINID = "LOGIN_ID";	
	
}

