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

com.xcase.box.transputs.CreateGroupResponse Maven / Gradle / Ivy

/**
 * Copyright 2016 Xcase All rights reserved.
 */
package com.xcase.box.transputs;

import com.xcase.box.objects.BoxGroup;

/**
 *
 * @author martin
 */
public interface CreateGroupResponse {

    /**
     * @return the boxGroup
     */
    public BoxGroup getGroup();

    /**
     * @param boxGroup the boxGroup to set
     */
    public void setGroup(BoxGroup boxGroup);

    /**
     * @return the boxGroup id
     */
    public String getId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy