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

com.payneteasy.superfly.service.mapping.MappingService Maven / Gradle / Ivy

package com.payneteasy.superfly.service.mapping;

import java.io.Serializable;

public interface MappingService extends Serializable {
    long getItemId();

    String getItemName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy