Class ConstituentAssets
- java.lang.Object
-
- com.ellucian.generated.eedm.constituent_assets.v13_1_0.ConstituentAssets
-
@Generated("jsonschema2pojo") public class ConstituentAssets extends Object
Constituent AssetsThe assets (e.g. art, stocks, airplane) used by Advancement to calculate the wealth of a constituent.
-
-
Field Summary
Fields Modifier and Type Field Description private String
comment
Commentprivate String
description
Descriptionprivate String
id
IDprivate String
informationDate
Information Dateprivate Metadata
metadata
Metadataprivate Owner
owner
Ownerprivate Object
range
Rangeprivate Object
source
Sourceprivate Object
state
Stateprivate Object
status
Statusprivate Object
targetType
Target Typeprivate Type
type
Typeprivate Object
worth
Worth
-
Constructor Summary
Constructors Constructor Description ConstituentAssets()
-
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 constituent asset.") private String id
IDThe global identifier of the constituent asset. (Required)
-
description
@JsonPropertyDescription("The description of the constituent asset.") private String description
DescriptionThe description of the constituent asset.
-
owner
@JsonPropertyDescription("The owner of the asset.") private Owner owner
OwnerThe owner of the asset. (Required)
-
type
@JsonPropertyDescription("The type of the asset owned by the constituent (e.g.: real estate, art, stocks).") private Type type
TypeThe type of the asset owned by the constituent (e.g.: real estate, art, stocks). (Required)
-
status
@JsonPropertyDescription("The status of the asset owned by the constituent.") private Object status
StatusThe status of the asset owned by the constituent.
-
informationDate
@JsonPropertyDescription("The date of the information for the asset.") private String informationDate
Information DateThe date of the information for the asset. (Required)
-
targetType
@JsonPropertyDescription("The asset\'s target type (e.g.: individual, household).") private Object targetType
Target TypeThe asset's target type (e.g.: individual, household).
-
state
@JsonPropertyDescription("The state of the asset (e.g.: cash on hand, sale of the asset).") private Object state
StateThe state of the asset (e.g.: cash on hand, sale of the asset).
-
worth
@JsonPropertyDescription("The specified worth of the asset.") private Object worth
WorthThe specified worth of the asset.
-
range
@JsonPropertyDescription("The range within which the asset\'s worth falls.") private Object range
RangeThe range within which the asset's worth falls.
-
source
@JsonPropertyDescription("The source that provided the asset information.") private Object source
SourceThe source that provided the asset information.
-
comment
@JsonPropertyDescription("The comments about the asset.") private String comment
CommentThe comments about the asset.
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public ConstituentAssets withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the constituent asset. (Required)
-
setId
public void setId(String id)
IDThe global identifier of the constituent asset. (Required)
-
withId
public ConstituentAssets withId(String id)
-
getDescription
public String getDescription()
DescriptionThe description of the constituent asset.
-
setDescription
public void setDescription(String description)
DescriptionThe description of the constituent asset.
-
withDescription
public ConstituentAssets withDescription(String description)
-
getOwner
public Owner getOwner()
OwnerThe owner of the asset. (Required)
-
setOwner
public void setOwner(Owner owner)
OwnerThe owner of the asset. (Required)
-
withOwner
public ConstituentAssets withOwner(Owner owner)
-
getType
public Type getType()
TypeThe type of the asset owned by the constituent (e.g.: real estate, art, stocks). (Required)
-
setType
public void setType(Type type)
TypeThe type of the asset owned by the constituent (e.g.: real estate, art, stocks). (Required)
-
withType
public ConstituentAssets withType(Type type)
-
getStatus
public Object getStatus()
StatusThe status of the asset owned by the constituent.
-
setStatus
public void setStatus(Object status)
StatusThe status of the asset owned by the constituent.
-
withStatus
public ConstituentAssets withStatus(Object status)
-
getInformationDate
public String getInformationDate()
Information DateThe date of the information for the asset. (Required)
-
setInformationDate
public void setInformationDate(String informationDate)
Information DateThe date of the information for the asset. (Required)
-
withInformationDate
public ConstituentAssets withInformationDate(String informationDate)
-
getTargetType
public Object getTargetType()
Target TypeThe asset's target type (e.g.: individual, household).
-
setTargetType
public void setTargetType(Object targetType)
Target TypeThe asset's target type (e.g.: individual, household).
-
withTargetType
public ConstituentAssets withTargetType(Object targetType)
-
getState
public Object getState()
StateThe state of the asset (e.g.: cash on hand, sale of the asset).
-
setState
public void setState(Object state)
StateThe state of the asset (e.g.: cash on hand, sale of the asset).
-
withState
public ConstituentAssets withState(Object state)
-
getWorth
public Object getWorth()
WorthThe specified worth of the asset.
-
setWorth
public void setWorth(Object worth)
WorthThe specified worth of the asset.
-
withWorth
public ConstituentAssets withWorth(Object worth)
-
getRange
public Object getRange()
RangeThe range within which the asset's worth falls.
-
setRange
public void setRange(Object range)
RangeThe range within which the asset's worth falls.
-
withRange
public ConstituentAssets withRange(Object range)
-
getSource
public Object getSource()
SourceThe source that provided the asset information.
-
setSource
public void setSource(Object source)
SourceThe source that provided the asset information.
-
withSource
public ConstituentAssets withSource(Object source)
-
getComment
public String getComment()
CommentThe comments about the asset.
-
setComment
public void setComment(String comment)
CommentThe comments about the asset.
-
withComment
public ConstituentAssets withComment(String comment)
-
-