net.officefloor.tutorial.teamhttpserver
Class EncryptLetter

java.lang.Object
  extended by net.officefloor.tutorial.teamhttpserver.EncryptLetter
All Implemented Interfaces:
Serializable

@HttpParameters
public class EncryptLetter
extends Object
implements Serializable

Request to encode the letter.

Author:
Daniel Sagenschneider
See Also:
Serialized Form

Constructor Summary
EncryptLetter()
           
 
Method Summary
 char getLetter()
           
 void setLetter(String letter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptLetter

public EncryptLetter()
Method Detail

setLetter

public void setLetter(String letter)

getLetter

public char getLetter()


Copyright © 2005-2013. All Rights Reserved.