Class Component__1
- java.lang.Object
-
- com.ellucian.generated.eedm.accounting_string_formats.v8_0.Component__1
-
@Generated("jsonschema2pojo") public class Component__1 extends Object
ComponentAn accounting string component that is part of a valid accounting string.
-
-
Constructor Summary
Constructors Constructor Description Component__1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetId()IDinthashCode()voidsetId(String id)IDStringtoString()Component__1withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Component.") private String idIDThe global identifier for the Component. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Component. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Component. (Required)
-
withId
public Component__1 withId(String id)
-
-