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

org.zodiac.webui.extension.UiExtension Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.webui.extension;

public class UiExtension {

    private final String resourcePath;

    private final String resourceLocation;

    public UiExtension(String resourcePath, String resourceLocation) {
        super();
        this.resourcePath = resourcePath;
        this.resourceLocation = resourceLocation;
    }

    public String getResourcePath() {
        return resourcePath;
    }

    public String getResourceLocation() {
        return resourceLocation;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy