Class ConstituentEmploymentPositionLevels
- java.lang.Object
-
- com.ellucian.generated.eedm.constituent_employment_position_levels.v7_0.ConstituentEmploymentPositionLevels
-
@Generated("jsonschema2pojo") public class ConstituentEmploymentPositionLevels extends Object
Constituent Employment Position LevelsA level of the position a constituent person (employee) holds in an organization
-
-
Constructor Summary
Constructors Constructor Description ConstituentEmploymentPositionLevels()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetCode()CodeStringgetDescription()DescriptionStringgetId()IDMetadatagetMetadata()MetadataStringgetTitle()TitleinthashCode()voidsetCode(String code)CodevoidsetDescription(String description)DescriptionvoidsetId(String id)IDvoidsetMetadata(Metadata metadata)MetadatavoidsetTitle(String title)TitleStringtoString()ConstituentEmploymentPositionLevelswithCode(String code)ConstituentEmploymentPositionLevelswithDescription(String description)ConstituentEmploymentPositionLevelswithId(String id)ConstituentEmploymentPositionLevelswithMetadata(Metadata metadata)ConstituentEmploymentPositionLevelswithTitle(String title)
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadataMetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The globally unique identifier of the position level.") private String idIDThe globally unique identifier of the position level. (Required)
-
title
@JsonPropertyDescription("The full name of the position level.") private String titleTitleThe full name of the position level. (Required)
-
description
@JsonPropertyDescription("The description of the position level.") private String descriptionDescriptionThe description of the position level.
-
code
@JsonPropertyDescription("The code of the position level") private String codeCodeThe code of the position 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 ConstituentEmploymentPositionLevels withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe globally unique identifier of the position level. (Required)
-
setId
public void setId(String id)
IDThe globally unique identifier of the position level. (Required)
-
withId
public ConstituentEmploymentPositionLevels withId(String id)
-
getTitle
public String getTitle()
TitleThe full name of the position level. (Required)
-
setTitle
public void setTitle(String title)
TitleThe full name of the position level. (Required)
-
withTitle
public ConstituentEmploymentPositionLevels withTitle(String title)
-
getDescription
public String getDescription()
DescriptionThe description of the position level.
-
setDescription
public void setDescription(String description)
DescriptionThe description of the position level.
-
withDescription
public ConstituentEmploymentPositionLevels withDescription(String description)
-
getCode
public String getCode()
CodeThe code of the position level
-
setCode
public void setCode(String code)
CodeThe code of the position level
-
withCode
public ConstituentEmploymentPositionLevels withCode(String code)
-
-