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

io.ciera.tool.sql.ooaofooa.domain.ExternalEntityInModel Maven / Gradle / Ivy

There is a newer version: 2.7.3
Show newest version
package io.ciera.tool.sql.ooaofooa.domain;


import io.ciera.runtime.summit.classes.IModelInstance;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.runtime.summit.types.UniqueId;
import io.ciera.tool.Sql;
import io.ciera.tool.sql.ooaofooa.domain.ExternalEntity;


public interface ExternalEntityInModel extends IModelInstance {

    // attributes
    public void setEEmod_ID( UniqueId m_EEmod_ID ) throws XtumlException;
    public UniqueId getEEmod_ID() throws XtumlException;
    public UniqueId getEE_ID() throws XtumlException;
    public void setEE_ID( UniqueId ref_EE_ID ) throws XtumlException;
    public void setModl_Typ( int m_Modl_Typ ) throws XtumlException;
    public int getModl_Typ() throws XtumlException;
    public UniqueId getSS_IDdeprecated() throws XtumlException;
    public void setSS_IDdeprecated( UniqueId m_SS_IDdeprecated ) throws XtumlException;


    // operations


    // selections
    default public void setR9_is_a_presence_in_subsystem_model_of_ExternalEntity( ExternalEntity inst ) {}
    public ExternalEntity R9_is_a_presence_in_subsystem_model_of_ExternalEntity() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy