Interface IMockEntity


  • public interface IMockEntity
    Mock Entity to allow different Entity implementations for each implementing vendor.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getId

        java.lang.Long getId()
        Obtains the identifier.
        Returns:
        Identifier.
      • getName

        java.lang.String getName()
        Obtains the name.
        Returns:
        Name.
      • setName

        void setName​(java.lang.String name)
        Specifies the name.
        Parameters:
        name - Name.
      • getDescription

        java.lang.String getDescription()
        Obtains the description.
        Returns:
        Description.
      • setDescription

        void setDescription​(java.lang.String description)
        Specifies the description.
        Parameters:
        description - Description.