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