All Packages Class Hierarchy This Package Previous Next Index
Class Acme.Conf.Server.ResponseServer
java.lang.Object
|
+----Acme.Conf.Response
|
+----Acme.Conf.Server.ResponseServer
- public class ResponseServer
- extends Response
Server side of a conferencing response.
Fetch the software.
Fetch the entire Acme package.
-
ResponseServer(Session, int, String, String)
- Make a new response.
-
getAuthor()
- The author of the response.
-
getDate()
- The date the response was entered.
-
getNumber()
- The number of this response.
-
getPseud()
- The author's pseudonym for this response - often the same as
the real name, but not always.
-
getScribbleDate()
- The time of the scribble.
-
getScribbler()
- The user who did the scribbling.
-
getText()
- The text of the response.
-
hide(Session)
- Hide this response.
-
isHidden()
- Whether the response is hidden.
-
isScribbled()
- Whether the response is scribbled.
-
scribble(Session)
- Scribble this response.
-
unhide(Session)
- Unhide this response.
ResponseServer
public ResponseServer(Session session,
int number,
String pseud,
String text)
- Make a new response.
getNumber
public int getNumber()
- The number of this response.
- Overrides:
- getNumber in class Response
getDate
public long getDate()
- The date the response was entered.
- Overrides:
- getDate in class Response
getAuthor
public User getAuthor()
- The author of the response.
- Overrides:
- getAuthor in class Response
getPseud
public String getPseud()
- The author's pseudonym for this response - often the same as
the real name, but not always.
- Overrides:
- getPseud in class Response
getText
public String getText()
- The text of the response.
- Overrides:
- getText in class Response
isHidden
public boolean isHidden()
- Whether the response is hidden.
The text of hidden responses is normally not shown.
- Overrides:
- isHidden in class Response
isScribbled
public boolean isScribbled()
- Whether the response is scribbled.
Scribbling is similar to hiding, but the text is really gone and
can never be shown.
- Overrides:
- isScribbled in class Response
getScribbler
public User getScribbler()
- The user who did the scribbling.
- Overrides:
- getScribbler in class Response
getScribbleDate
public long getScribbleDate()
- The time of the scribble.
- Overrides:
- getScribbleDate in class Response
hide
public void hide(Session session)
- Hide this response.
Only the author or a host may do this.
- Overrides:
- hide in class Response
unhide
public void unhide(Session session)
- Unhide this response.
Only the author or a host may do this.
- Overrides:
- unhide in class Response
scribble
public void scribble(Session session)
- Scribble this response. Scribbling cannot be undone.
Only the author or a host may do this.
- Overrides:
- scribble in class Response
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs