Home | History | Annotate | Download | only in boxes

Lines Matching defs:author

37     private String author;
55 * Author information.
57 * @return the author
60 return author;
67 public void setAuthor(String author) {
68 this.author = author;
72 return 7 + Utf8.utf8StringLengthInBytes(author);
79 author = IsoTypeReader.readString(content);
86 byteBuffer.put(Utf8.convert(author));
92 return "AuthorBox[language=" + getLanguage() + ";author=" + getAuthor() + "]";