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 boolean
equals(Object other)
String
getCode()
CodeString
getDescription()
DescriptionString
getId()
IDMetadata
getMetadata()
MetadataString
getTitle()
Titleint
hashCode()
void
setCode(String code)
Codevoid
setDescription(String description)
Descriptionvoid
setId(String id)
IDvoid
setMetadata(Metadata metadata)
Metadatavoid
setTitle(String title)
TitleString
toString()
ConstituentEmploymentPositionLevels
withCode(String code)
ConstituentEmploymentPositionLevels
withDescription(String description)
ConstituentEmploymentPositionLevels
withId(String id)
ConstituentEmploymentPositionLevels
withMetadata(Metadata metadata)
ConstituentEmploymentPositionLevels
withTitle(String title)
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadata
MetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The globally unique identifier of the position level.") private String id
IDThe globally unique identifier of the position level. (Required)
-
title
@JsonPropertyDescription("The full name of the position level.") private String title
TitleThe full name of the position level. (Required)
-
description
@JsonPropertyDescription("The description of the position level.") private String description
DescriptionThe description of the position level.
-
code
@JsonPropertyDescription("The code of the position level") private String code
CodeThe 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)
-
-