Class Note
- java.lang.Object
-
- com.ellucian.generated.eedm.constituent_communication_activities.v1_0_0.Note
-
@Generated("jsonschema2pojo") public class Note extends Object
-
-
Constructor Summary
Constructors Constructor Description Note()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetContent()ContentStringgetSubject()SubjectinthashCode()voidsetContent(String content)ContentvoidsetSubject(String subject)SubjectStringtoString()NotewithContent(String content)NotewithSubject(String subject)
-
-
-
Method Detail
-
getSubject
public String getSubject()
SubjectThe subject of the note.
-
setSubject
public void setSubject(String subject)
SubjectThe subject of the note.
-
getContent
public String getContent()
ContentThe content of the note. (Required)
-
setContent
public void setContent(String content)
ContentThe content of the note. (Required)
-
-