Interface Model

All Superinterfaces:
Serializable
All Known Implementing Classes:
ModelImpl

public interface Model extends Serializable
Author:
jwells
  • Method Details

    • getOriginalInterface

      String getOriginalInterface()
      Returns:
      the originalInterface
    • getOriginalInterfaceAsClass

      Class<?> getOriginalInterfaceAsClass()
      Returns:
      the original interface as a class
    • getTranslatedClass

      String getTranslatedClass()
      Returns:
      the translatedClass
    • getRootName

      QName getRootName()
      Returns:
      the rootName
    • getKeyProperty

      QName getKeyProperty()
      Returns:
      the keyProperty
    • getProxyAsClass

      Class<?> getProxyAsClass()
      Gets the class of the proxy for this bean
      Returns:
      The class of the generated proxy