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

cn.tom.transport.Id Maven / Gradle / Ivy

The newest version!
package cn.tom.transport;

import java.io.Serializable;


public interface Id extends Serializable{
	Id setMsgId(String id);
	String getMsgId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy