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

org.alliancegenome.mati.entity.Identifier Maven / Gradle / Ivy

package org.alliancegenome.mati.entity;

import lombok.AllArgsConstructor;
import lombok.Data;

/** AGR identifier
 * Identifier LinkML
 * */
@Data
@AllArgsConstructor
public class Identifier {
    private Long counter;
    private String subdomain_code;
    private String subdomain_name;
    private String curie;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy