Class Proficiency
- java.lang.Object
-
- com.ellucian.generated.eedm.person_employment_proficiencies.v10_0.Proficiency
-
@Generated("jsonschema2pojo") public class Proficiency extends Object
ProficiencyThe person's proficiency.
-
-
Constructor Summary
Constructors Constructor Description Proficiency()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getId()
IDint
hashCode()
void
setId(String id)
IDString
toString()
Proficiency
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Proficiency.") private String id
IDThe global identifier for the Proficiency. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Proficiency. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Proficiency. (Required)
-
withId
public Proficiency withId(String id)
-
-