MCPcopy Create free account
hub / github.com/annmuor/jnode / setSubject

Method setSubject

jnode-core/src/jnode/dto/Netmail.java:105–107  ·  view source on GitHub ↗
(String subject)

Source from the content-addressed store, hash-verified

103 }
104
105 public void setSubject(String subject) {
106 this.subject = subject;
107 }
108
109 public String getText() {
110 return text;

Callers 2

ftnMessageToNetmailMethod · 0.95
tossNetmailMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected