Class ConstituentInvolvements
- java.lang.Object
-
- com.ellucian.generated.eedm.constituent_involvements.v12_1_0.ConstituentInvolvements
-
@Generated("jsonschema2pojo") public class ConstituentInvolvements extends Object
Constituent InvolvementsA constituent's involvement in an activity.
-
-
Field Summary
Fields Modifier and Type Field Description private ActivityactivityActivityprivate ObjectclassYearClass Yearprivate StringcommentCommentprivate ObjectconstituentConstituentprivate EndOnendOnEnd Dateprivate StringidIDprivate MetadatametadataMetadataprivate ObjectparticipationTypeParticipation Typeprivate ObjectresponsiblePersonResponsible Personprivate ObjectsourceSourceprivate StartOnstartOnStart Dateprivate ObjectstatusStatus
-
Constructor Summary
Constructors Constructor Description ConstituentInvolvements()
-
Method Summary
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadataMetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("A global identifier of a constituent involvement.") private String idIDA global identifier of a constituent involvement. (Required)
-
constituent
@JsonPropertyDescription("The constituent involved in an activity.") private Object constituentConstituentThe constituent involved in an activity. (Required)
-
activity
@JsonPropertyDescription("The activity in which a constituent is involved.") private Activity activityActivityThe activity in which a constituent is involved. (Required)
-
participationType
@JsonPropertyDescription("The type of participation the constituent had in the activity.") private Object participationTypeParticipation TypeThe type of participation the constituent had in the activity.
-
startOn
@JsonPropertyDescription("The date when a constituent\'s involvement in an activity starts.") private StartOn startOnStart DateThe date when a constituent's involvement in an activity starts.
-
endOn
@JsonPropertyDescription("The date when a constituent\'s involvement in an activity ends.") private EndOn endOnEnd DateThe date when a constituent's involvement in an activity ends.
-
status
@JsonPropertyDescription("The status of the constituent\'s involvement in the activity.") private Object statusStatusThe status of the constituent's involvement in the activity.
-
source
@JsonPropertyDescription("The source of the constituent activity information.") private Object sourceSourceThe source of the constituent activity information.
-
classYear
@JsonPropertyDescription("A class year associated with the constituent\'s involvement in the activity.") private Object classYearClass YearA class year associated with the constituent's involvement in the activity.
-
responsiblePerson
@JsonPropertyDescription("The person who oversees the constituent\'s involvement with the activity.") private Object responsiblePersonResponsible PersonThe person who oversees the constituent's involvement with the activity.
-
comment
@JsonPropertyDescription("A comment on the constituent\'s involvement in the activity.") private String commentCommentA comment on the constituent's involvement in the activity.
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public ConstituentInvolvements withMetadata(Metadata metadata)
-
getId
public String getId()
IDA global identifier of a constituent involvement. (Required)
-
setId
public void setId(String id)
IDA global identifier of a constituent involvement. (Required)
-
withId
public ConstituentInvolvements withId(String id)
-
getConstituent
public Object getConstituent()
ConstituentThe constituent involved in an activity. (Required)
-
setConstituent
public void setConstituent(Object constituent)
ConstituentThe constituent involved in an activity. (Required)
-
withConstituent
public ConstituentInvolvements withConstituent(Object constituent)
-
getActivity
public Activity getActivity()
ActivityThe activity in which a constituent is involved. (Required)
-
setActivity
public void setActivity(Activity activity)
ActivityThe activity in which a constituent is involved. (Required)
-
withActivity
public ConstituentInvolvements withActivity(Activity activity)
-
getParticipationType
public Object getParticipationType()
Participation TypeThe type of participation the constituent had in the activity.
-
setParticipationType
public void setParticipationType(Object participationType)
Participation TypeThe type of participation the constituent had in the activity.
-
withParticipationType
public ConstituentInvolvements withParticipationType(Object participationType)
-
getStartOn
public StartOn getStartOn()
Start DateThe date when a constituent's involvement in an activity starts.
-
setStartOn
public void setStartOn(StartOn startOn)
Start DateThe date when a constituent's involvement in an activity starts.
-
withStartOn
public ConstituentInvolvements withStartOn(StartOn startOn)
-
getEndOn
public EndOn getEndOn()
End DateThe date when a constituent's involvement in an activity ends.
-
setEndOn
public void setEndOn(EndOn endOn)
End DateThe date when a constituent's involvement in an activity ends.
-
withEndOn
public ConstituentInvolvements withEndOn(EndOn endOn)
-
getStatus
public Object getStatus()
StatusThe status of the constituent's involvement in the activity.
-
setStatus
public void setStatus(Object status)
StatusThe status of the constituent's involvement in the activity.
-
withStatus
public ConstituentInvolvements withStatus(Object status)
-
getSource
public Object getSource()
SourceThe source of the constituent activity information.
-
setSource
public void setSource(Object source)
SourceThe source of the constituent activity information.
-
withSource
public ConstituentInvolvements withSource(Object source)
-
getClassYear
public Object getClassYear()
Class YearA class year associated with the constituent's involvement in the activity.
-
setClassYear
public void setClassYear(Object classYear)
Class YearA class year associated with the constituent's involvement in the activity.
-
withClassYear
public ConstituentInvolvements withClassYear(Object classYear)
-
getResponsiblePerson
public Object getResponsiblePerson()
Responsible PersonThe person who oversees the constituent's involvement with the activity.
-
setResponsiblePerson
public void setResponsiblePerson(Object responsiblePerson)
Responsible PersonThe person who oversees the constituent's involvement with the activity.
-
withResponsiblePerson
public ConstituentInvolvements withResponsiblePerson(Object responsiblePerson)
-
getComment
public String getComment()
CommentA comment on the constituent's involvement in the activity.
-
setComment
public void setComment(String comment)
CommentA comment on the constituent's involvement in the activity.
-
withComment
public ConstituentInvolvements withComment(String comment)
-
-