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

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

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

import com.xcase.open.transputs.CreateMatterWarningResponse;

public class CreateMatterWarningResponseImpl implements CreateMatterWarningResponse {

    private int id;

    @Override
    public int getId() {
        return this.id;
    }

    @Override
    public void setId(int entityWarningID) {
        this.id = id;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy