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

com.commercetools.sunrise.framework.components.viewmodels.ViewModelComponent Maven / Gradle / Ivy

The newest version!
package com.commercetools.sunrise.framework.components.viewmodels;

import com.commercetools.sunrise.framework.viewmodels.ViewModel;
import com.commercetools.sunrise.framework.components.SunriseComponent;

public class ViewModelComponent extends ViewModel implements SunriseComponent {

    private String templateName;

    public ViewModelComponent() {
    }

    public String getTemplateName() {
        return templateName;
    }

    public void setTemplateName(final String templateName) {
        this.templateName = templateName;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy