Home | History | Annotate | Download | only in message

Lines Matching refs:epilogue

38  * epilogue. The preamble consists of whatever characters appear before the

39 * first body part while the epilogue consists of whatever characters come
47 private String epilogue = "";
98 * Gets the epilogue.
100 * @return the epilogue.
103 return epilogue;
107 * Sets the epilogue.
109 * @param epilogue the epilogue.
111 public void setEpilogue(String epilogue) {
112 this.epilogue = epilogue;