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