Class AdministrativeInstructionalMethods
- java.lang.Object
-
- com.ellucian.generated.eedm.administrative_instructional_methods.v1_0_0.AdministrativeInstructionalMethods
-
@Generated("jsonschema2pojo") public class AdministrativeInstructionalMethods extends Object
Administrative Instructional MethodsThe methods, styles, or formats for which hours are established.
-
-
Constructor Summary
Constructors Constructor Description AdministrativeInstructionalMethods()
-
Method Summary
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadata
MetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the administrative instructional method.") private String id
IDThe global identifier of the administrative instructional method. (Required)
-
title
@JsonPropertyDescription("The full name of the administrative instructional method.") private String title
TitleThe full name of the administrative instructional method. (Required)
-
description
@JsonPropertyDescription("The description of the administrative instructional method.") private String description
DescriptionThe description of the administrative instructional method.
-
code
@JsonPropertyDescription("The code used to identify the administrative instructional method.") private String code
CodeThe code used to identify the administrative instructional method.
-
instructionalMethod
@JsonPropertyDescription("The instructional method associated with the administrative instructional method.") private Object instructionalMethod
Instructional MethodThe instructional method associated with the administrative instructional method.
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public AdministrativeInstructionalMethods withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the administrative instructional method. (Required)
-
setId
public void setId(String id)
IDThe global identifier of the administrative instructional method. (Required)
-
withId
public AdministrativeInstructionalMethods withId(String id)
-
getTitle
public String getTitle()
TitleThe full name of the administrative instructional method. (Required)
-
setTitle
public void setTitle(String title)
TitleThe full name of the administrative instructional method. (Required)
-
withTitle
public AdministrativeInstructionalMethods withTitle(String title)
-
getDescription
public String getDescription()
DescriptionThe description of the administrative instructional method.
-
setDescription
public void setDescription(String description)
DescriptionThe description of the administrative instructional method.
-
withDescription
public AdministrativeInstructionalMethods withDescription(String description)
-
getCode
public String getCode()
CodeThe code used to identify the administrative instructional method.
-
setCode
public void setCode(String code)
CodeThe code used to identify the administrative instructional method.
-
withCode
public AdministrativeInstructionalMethods withCode(String code)
-
getInstructionalMethod
public Object getInstructionalMethod()
Instructional MethodThe instructional method associated with the administrative instructional method.
-
setInstructionalMethod
public void setInstructionalMethod(Object instructionalMethod)
Instructional MethodThe instructional method associated with the administrative instructional method.
-
withInstructionalMethod
public AdministrativeInstructionalMethods withInstructionalMethod(Object instructionalMethod)
-
-