Package cronapp.reports.commons
Interface Bean<T>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
GsonSingleton
public interface Bean<T> extends Serializable
Interface auxiliar para implementação de um JavaBean padrão. Created by arthemus on 27/04/16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()voidset(T object)
-