javaee.module.backend.models.status.AbstractStatusHelperDtoParent_1 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-javaee-module Show documentation
Show all versions of common-javaee-module Show documentation
This Module contains common JavaEE Helper Classes.
The newest version!
package javaee.module.backend.models.status;
import javaee.module.backend.models.entity.AbstractEntityHelperDto;
abstract class AbstractStatusHelperDtoParent_1 extends AbstractEntityHelperDto {
protected String status;
}