Class CreditCategory
- java.lang.Object
-
- com.ellucian.generated.eedm.sections.v6_0.CreditCategory
-
@Generated("jsonschema2pojo") public class CreditCategory extends Object
Credit Category
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreditCategory.CreditTypeCredit Type
-
Field Summary
Fields Modifier and Type Field Description private CreditCategory.CreditTypecreditTypeCredit Typeprivate ObjectdetailDetail
-
Constructor Summary
Constructors Constructor Description CreditCategory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)CreditCategory.CreditTypegetCreditType()Credit TypeObjectgetDetail()DetailinthashCode()voidsetCreditType(CreditCategory.CreditType creditType)Credit TypevoidsetDetail(Object detail)DetailStringtoString()CreditCategorywithCreditType(CreditCategory.CreditType creditType)CreditCategorywithDetail(Object detail)
-
-
-
Field Detail
-
creditType
@JsonPropertyDescription("The higher-level category of academic credits.") private CreditCategory.CreditType creditTypeCredit TypeThe higher-level category of academic credits. (Required)
-
detail
@JsonPropertyDescription("") private Object detailDetail
-
-
Method Detail
-
getCreditType
public CreditCategory.CreditType getCreditType()
Credit TypeThe higher-level category of academic credits. (Required)
-
setCreditType
public void setCreditType(CreditCategory.CreditType creditType)
Credit TypeThe higher-level category of academic credits. (Required)
-
withCreditType
public CreditCategory withCreditType(CreditCategory.CreditType creditType)
-
getDetail
public Object getDetail()
Detail
-
setDetail
public void setDetail(Object detail)
Detail
-
withDetail
public CreditCategory withDetail(Object detail)
-
-