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

org.cloudfoundry.multiapps.controller.persistence.dto.DtoWithPrimaryKey Maven / Gradle / Ivy

package org.cloudfoundry.multiapps.controller.persistence.dto;

public interface DtoWithPrimaryKey

{ P getPrimaryKey(); void setPrimaryKey(P primaryKey); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy