Class Comment__1
- java.lang.Object
-
- com.ellucian.generated.eedm.purchase_orders.v10_0.Comment__1
-
@Generated("jsonschema2pojo") public class Comment__1 extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classComment__1.TypeType
-
Field Summary
Fields Modifier and Type Field Description private StringcommentCommentprivate Comment__1.TypetypeType
-
Constructor Summary
Constructors Constructor Description Comment__1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetComment()CommentComment__1.TypegetType()TypeinthashCode()voidsetComment(String comment)CommentvoidsetType(Comment__1.Type type)TypeStringtoString()Comment__1withComment(String comment)Comment__1withType(Comment__1.Type type)
-
-
-
Field Detail
-
comment
@JsonPropertyDescription("A comment associated with the line item.") private String commentCommentA comment associated with the line item. (Required)
-
type
@JsonPropertyDescription("An indication of whether the comment is printed or not printed.") private Comment__1.Type typeTypeAn indication of whether the comment is printed or not printed. (Required)
-
-
Method Detail
-
getComment
public String getComment()
CommentA comment associated with the line item. (Required)
-
setComment
public void setComment(String comment)
CommentA comment associated with the line item. (Required)
-
withComment
public Comment__1 withComment(String comment)
-
getType
public Comment__1.Type getType()
TypeAn indication of whether the comment is printed or not printed. (Required)
-
setType
public void setType(Comment__1.Type type)
TypeAn indication of whether the comment is printed or not printed. (Required)
-
withType
public Comment__1 withType(Comment__1.Type type)
-
-