Interface IMockEntity


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

    • getId

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

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

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

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

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