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 booleanequals(Object other)StringgetCode()CodeStringgetId()IDMetadatagetMetadata()MetadataStringgetTitle()TitleinthashCode()voidsetCode(String code)CodevoidsetId(String id)IDvoidsetMetadata(Metadata metadata)MetadatavoidsetTitle(String title)TitleStringtoString()ConstituentPersonIncomeLevelswithCode(String code)ConstituentPersonIncomeLevelswithId(String id)ConstituentPersonIncomeLevelswithMetadata(Metadata metadata)ConstituentPersonIncomeLevelswithTitle(String title)
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadataMetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the income level") private String idIDThe global identifier of the income level (Required)
-
title
@JsonPropertyDescription("The full name of the income level") private String titleTitleThe full name of the income level (Required)
-
code
@JsonPropertyDescription("The code of the income level") private String codeCodeThe 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)
-
-