Persoenliche Mediazentrale
undisclosed
2023-01-29 7f44143e08ee4ed5d9c89efe5e0592d2c5b39dd8
commit | author | age
d86ba2 1 /*
U 2  * To change this license header, choose License Headers in Project Properties.
3  * To change this template file, choose Tools | Templates
4  * and open the template in the editor.
5  */
94b1c2 6 package de.uhilger.tango.entity;
d86ba2 7
U 8 /**
9  *
10  * @author ulrich
11  */
081606 12 public interface Entity {
d86ba2 13   public String getName();
U 14 }