|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.higgins.rpps.core.tobj.UIResponseRPTO
public class UIResponseRPTO
The transfer object for the RP element of UserInterfaceResponse. 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 | |
|---|---|
UIResponseRPTO()
Creates a new instance of UIResponseRPTO |
|
| Method Summary | |
|---|---|
String |
getAddr1()
Gets the address1 property value. |
String |
getAddr2()
Gets the address2 property value. |
String |
getName()
Gets the name of transfer object. |
String |
getPhone()
Gets the phone property value. |
String |
getVerifier()
Gets the verifier property value. |
boolean |
isExtendedValid()
|
boolean |
isValid()
|
void |
setAddr1(String addr1)
Sets the address1 property value. |
void |
setAddr2(String addr2)
Sets the address2 property value. |
void |
setExtendedValid(boolean extendedValid)
|
void |
setName(String name)
Sets the name of transfer object |
void |
setPhone(String phone)
Sets the phone property value. |
void |
setValid(boolean valid)
|
void |
setVerifier(String verifier)
Sets the verifier property value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIResponseRPTO()
| Method Detail |
|---|
public boolean isExtendedValid()
public void setExtendedValid(boolean extendedValid)
public boolean isValid()
public void setValid(boolean valid)
public String getAddr1()
public void setAddr1(String addr1)
addr1 - the address1 property value.public String getAddr2()
public void setAddr2(String addr2)
addr2 - the address2 property value.public String getPhone()
public void setPhone(String phone)
phone - the phone property value.public String getVerifier()
public void setVerifier(String verifier)
verifier - the verifier property value.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 | |||||||||