Class AssetStates
- java.lang.Object
-
- com.ellucian.generated.eedm.asset_states.v9_0.AssetStates
-
@Generated("jsonschema2pojo") public class AssetStates extends Object
Asset StatesThe list of valid states that may be applied to an asset, e.g. cash on hand, unable to liquidate, ready to sell, currently on market, jointly held, etc.
-
-
Constructor Summary
Constructors Constructor Description AssetStates()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetDescription()DescriptionStringgetId()IDMetadatagetMetadata()MetadataStringgetTitle()TitleinthashCode()voidsetDescription(String description)DescriptionvoidsetId(String id)IDvoidsetMetadata(Metadata metadata)MetadatavoidsetTitle(String title)TitleStringtoString()AssetStateswithDescription(String description)AssetStateswithId(String id)AssetStateswithMetadata(Metadata metadata)AssetStateswithTitle(String title)
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadataMetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the asset state.") private String idIDThe global identifier of the asset state. (Required)
-
title
@JsonPropertyDescription("The full name of the asset state.") private String titleTitleThe full name of the asset state. (Required)
-
description
@JsonPropertyDescription("The description of the asset state.") private String descriptionDescriptionThe description of the asset state.
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public AssetStates withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the asset state. (Required)
-
setId
public void setId(String id)
IDThe global identifier of the asset state. (Required)
-
withId
public AssetStates withId(String id)
-
getTitle
public String getTitle()
TitleThe full name of the asset state. (Required)
-
setTitle
public void setTitle(String title)
TitleThe full name of the asset state. (Required)
-
withTitle
public AssetStates withTitle(String title)
-
getDescription
public String getDescription()
DescriptionThe description of the asset state.
-
setDescription
public void setDescription(String description)
DescriptionThe description of the asset state.
-
withDescription
public AssetStates withDescription(String description)
-
-