com.xcase.open.transputs.CreateMatterWarningRequest Maven / Gradle / Ivy
/**
* Copyright 2016 Xcase All rights reserved.
*/
package com.xcase.open.transputs;
import com.xcase.open.impl.simple.core.CreateWarningData;
/**
*
* @author martin
*/
public interface CreateMatterWarningRequest {
String getEntityId();
void setEntityId(String entityId);
CreateWarningData getCreateWarningData();
void setCreateWarningData(CreateWarningData createWarningData);
String getParentEntityId();
void setParentEntityId(String parentEntityId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy