Class AccountingStringComponentValue
- java.lang.Object
-
- com.ellucian.generated.eedm.budget_phase_line_items.v12_0.AccountingStringComponentValue
-
@Generated("jsonschema2pojo") public class AccountingStringComponentValue extends Object
Accounting String Component ValuesThe accounting string details of the line item.
-
-
Constructor Summary
Constructors Constructor Description AccountingStringComponentValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getId()
IDint
hashCode()
void
setId(String id)
IDString
toString()
AccountingStringComponentValue
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Accounting String Component Values.") private String id
IDThe global identifier for the Accounting String Component Values. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Accounting String Component Values. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Accounting String Component Values. (Required)
-
withId
public AccountingStringComponentValue withId(String id)
-
-