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 class
Comment.Type
Type
-
Field Summary
Fields Modifier and Type Field Description private String
comment
Commentprivate Comment.Type
type
Type
-
Constructor Summary
Constructors Constructor Description Comment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getComment()
CommentComment.Type
getType()
Typeint
hashCode()
void
setComment(String comment)
Commentvoid
setType(Comment.Type type)
TypeString
toString()
Comment
withComment(String comment)
Comment
withType(Comment.Type type)
-
-
-
Field Detail
-
comment
@JsonPropertyDescription("A comment associated with the purchase order.") private String comment
CommentA comment associated with the purchase order. (Required)
-
type
@JsonPropertyDescription("An indication of whether the comment is printed or not printed.") private Comment.Type type
TypeAn 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)
-
-