Type of Business Object

  • Protected

    Protected business objects are only used within Infor LN. They have only a protected interface (protected attributes and protected methods), and no public interface. Infor LN functions as a server.

  • Public

    Public business objects have both a public and a protected interface. The public interface is used to exchange information outside the Infor LN applications. Infor LN functions as a server.

  • Proxy

    Proxy business objects are implemented by external applications for which Infor LN creates a model that is derived from the external application and in compliance with the interfaces offered by that application. Infor LN functions as a client.