All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mServer.crawler.sender.hr.HrSendungenDto Maven / Gradle / Ivy

There is a newer version: 3.1.64
Show newest version
package mServer.crawler.sender.hr;

public class HrSendungenDto {

    private String theme;
    private String url;

    public String getTheme() {
        return theme;
    }
    
    public void setTheme(String aTheme) {
        theme = aTheme;
    }

    public String getUrl() {
        return url;
    }
    
    public void setUrl(String aUrl) {
        url = aUrl;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy