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

com.xcase.open.impl.simple.transputs.CreateMatterResponseImpl Maven / Gradle / Ivy

/**
 * Copyright 2016 Xcase All rights reserved.
 */
package com.xcase.open.impl.simple.transputs;

import com.xcase.open.transputs.CreateMatterResponse;

/**
 *
 * @author martin
 */
public class CreateMatterResponseImpl extends OpenResponseImpl implements CreateMatterResponse {

    private int Id;

    public int getId() {
        return this.Id;
    }

    public void setId(int Id) {
        this.Id = Id;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy