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