Antiloveg 8 lat temu
rodzic
commit
54c9199853

+ 9 - 0
src/main/java/com/goafanti/patent/bo/InputPatentInfo.java

@@ -92,7 +92,16 @@ public class InputPatentInfo {
 	@Size(min = 0, max = 16, message = "{" + ErrorConstants.PARAM_SIZE_ERROR + "}")
 	private String office;
 	
+	@Size(min = 0, max = 36, message = "{" + ErrorConstants.PARAM_SIZE_ERROR + "}")
+	private String author;
 	
+	public String getAuthor() {
+		return author;
+	}
+
+	public void setAuthor(String author) {
+		this.author = author;
+	}
 
 	public Integer getState() {
 		return state;