|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.higgins.rpps.core.tobj.TokenResponseTO
public class TokenResponseTO
The transfer object for the token response. A transfer object is a serializable class that groups related attributes, forming a composite value. This class is used as the return type of a WS business method.
| Constructor Summary | |
|---|---|
TokenResponseTO()
Creates a new instance of TokenResponseTO |
|
| Method Summary | |
|---|---|
String |
getName()
Gets the name of transfer object. |
String |
getTkn()
Gets security token property as a string |
void |
setName(String name)
Sets the name of transfer object |
void |
setTkn(String token)
Sets security token property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TokenResponseTO()
| Method Detail |
|---|
public String getTkn()
public void setTkn(String token)
token - the security token a s a string.public String getName()
public void setName(String name)
name - the name of transfer object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||