rs.data.impl.dto.StringDTO Maven / Gradle / Ivy
/**
*
*/
package rs.data.impl.dto;
/**
* Abstract Implementation for Data Transfer Objects using {@link String} keys.
* @author ralph
*
*/
public abstract class StringDTO extends GeneralDTO {
/**
* Serial UID.
*/
private static final long serialVersionUID = 3908058672286154314L;
/**
* Constructor.
*/
public StringDTO() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy