Class AdvancementTicketSeasons
- java.lang.Object
-
- com.ellucian.generated.eedm.advancement_ticket_seasons.v1_0_0.AdvancementTicketSeasons
-
@Generated("jsonschema2pojo") public class AdvancementTicketSeasons extends Object
Advancement Ticket SeasonsThe valid list of user defined advancement ticket seasons.
-
-
Constructor Summary
Constructors Constructor Description AdvancementTicketSeasons()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getDescription()
DescriptionString
getId()
IDMetadata
getMetadata()
MetadataString
getTitle()
Titleint
hashCode()
void
setDescription(String description)
Descriptionvoid
setId(String id)
IDvoid
setMetadata(Metadata metadata)
Metadatavoid
setTitle(String title)
TitleString
toString()
AdvancementTicketSeasons
withDescription(String description)
AdvancementTicketSeasons
withId(String id)
AdvancementTicketSeasons
withMetadata(Metadata metadata)
AdvancementTicketSeasons
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 advancement ticket season.") private String id
IDThe global identifier of the advancement ticket season. (Required)
-
title
@JsonPropertyDescription("The full name of the advancement ticket season.") private String title
TitleThe full name of the advancement ticket season. (Required)
-
description
@JsonPropertyDescription("The description of the advancement ticket season.") private String description
DescriptionThe description of the advancement ticket season.
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public AdvancementTicketSeasons withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the advancement ticket season. (Required)
-
setId
public void setId(String id)
IDThe global identifier of the advancement ticket season. (Required)
-
withId
public AdvancementTicketSeasons withId(String id)
-
getTitle
public String getTitle()
TitleThe full name of the advancement ticket season. (Required)
-
setTitle
public void setTitle(String title)
TitleThe full name of the advancement ticket season. (Required)
-
withTitle
public AdvancementTicketSeasons withTitle(String title)
-
getDescription
public String getDescription()
DescriptionThe description of the advancement ticket season.
-
setDescription
public void setDescription(String description)
DescriptionThe description of the advancement ticket season.
-
withDescription
public AdvancementTicketSeasons withDescription(String description)
-
-