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

com.textkernel.tx.models.resume.employment.ProfessionClassification Maven / Gradle / Ivy

The newest version!
package com.textkernel.tx.models.resume.employment;

/** Object representing a profession concept */
public class ProfessionClassification {
    
        /** The code id of the profession concept. */
        public T CodeId;

        /** The description of the profession concept. */
        public String Description;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy