Class ConstituentPersonIncomeLevels
- java.lang.Object
-
- com.ellucian.generated.eedm.constituent_person_income_levels.v8_0.ConstituentPersonIncomeLevels
-
@Generated("jsonschema2pojo") public class ConstituentPersonIncomeLevels extends Object
Constituent Person Income LevelsA list of valid levels of income for constituent persons
-
-
Constructor Summary
Constructors Constructor Description ConstituentPersonIncomeLevels()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getCode()
CodeString
getId()
IDMetadata
getMetadata()
MetadataString
getTitle()
Titleint
hashCode()
void
setCode(String code)
Codevoid
setId(String id)
IDvoid
setMetadata(Metadata metadata)
Metadatavoid
setTitle(String title)
TitleString
toString()
ConstituentPersonIncomeLevels
withCode(String code)
ConstituentPersonIncomeLevels
withId(String id)
ConstituentPersonIncomeLevels
withMetadata(Metadata metadata)
ConstituentPersonIncomeLevels
withTitle(String title)
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadata
MetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the income level") private String id
IDThe global identifier of the income level (Required)
-
title
@JsonPropertyDescription("The full name of the income level") private String title
TitleThe full name of the income level (Required)
-
code
@JsonPropertyDescription("The code of the income level") private String code
CodeThe code of the income level
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public ConstituentPersonIncomeLevels withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the income level (Required)
-
setId
public void setId(String id)
IDThe global identifier of the income level (Required)
-
withId
public ConstituentPersonIncomeLevels withId(String id)
-
getTitle
public String getTitle()
TitleThe full name of the income level (Required)
-
setTitle
public void setTitle(String title)
TitleThe full name of the income level (Required)
-
withTitle
public ConstituentPersonIncomeLevels withTitle(String title)
-
getCode
public String getCode()
CodeThe code of the income level
-
setCode
public void setCode(String code)
CodeThe code of the income level
-
withCode
public ConstituentPersonIncomeLevels withCode(String code)
-
-