forget file

This commit is contained in:
anhefti 2018-11-26 12:06:09 +01:00
parent 269275c3f2
commit 5a8ad16325

View file

@ -5,7 +5,7 @@ import javax.annotation.Generated;
/** Defines the global names of the domain model and domain model fields.
* This shall be used as a static overall domain model names reference within SEB Server Web-Service as well as within the integrated GUI
* This file is generated by the org.eth.demo.sebserver.gen.DomainModelNameReferencePlugin and must not be edited manually.**/
@Generated(value="org.mybatis.generator.api.MyBatisGenerator",comments="ch.ethz.seb.sebserver.gen.DomainModelNameReferencePlugin",date="2018-11-15T09:54:02.223+01:00")
@Generated(value="org.mybatis.generator.api.MyBatisGenerator",comments="ch.ethz.seb.sebserver.gen.DomainModelNameReferencePlugin",date="2018-11-26T12:04:08.096+01:00")
interface Domain {
interface ConfigurationAttribute {
@ -108,8 +108,8 @@ interface Domain {
String ATTR_AUTHTYPE = "authtype";
}
interface SebLmsSetup {
String ENITIY_NAME = "SebLmsSetup";
interface LmsSetup {
String ENITIY_NAME = "LmsSetup";
String ATTR_INSTITUTION_ID = "institutionId";
String ATTR_NAME = "name";
String ATTR_LMS_TYPE = "lmsType";