public class BranchData2 extends Object implements CopyableTo<BranchData2>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
nm |
protected PostalAddress6 |
pstlAdr |
| Constructor and Description |
|---|
BranchData2() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(BranchData2 target)
Copy recursively all attributes of this object to target.
|
boolean |
equals(Object that) |
String |
getId()
Gets the value of the id property.
|
String |
getNm()
Gets the value of the nm property.
|
PostalAddress6 |
getPstlAdr()
Gets the value of the pstlAdr property.
|
int |
hashCode() |
BranchData2 |
setId(String value)
Sets the value of the id property.
|
BranchData2 |
setNm(String value)
Sets the value of the nm property.
|
BranchData2 |
setPstlAdr(PostalAddress6 value)
Sets the value of the pstlAdr property.
|
String |
toString() |
protected String id
protected String nm
protected PostalAddress6 pstlAdr
public BranchData2 setId(String value)
value - allowed object is
Stringpublic BranchData2 setNm(String value)
value - allowed object is
Stringpublic PostalAddress6 getPstlAdr()
PostalAddress6public BranchData2 setPstlAdr(PostalAddress6 value)
value - allowed object is
PostalAddress6public final void copyTo(BranchData2 target)
CopyableToCopyableTo, then copyTo is invoked also in that attribute.copyTo in interface CopyableTo<BranchData2>target - the object where these attributes will be copied. may be null, in which case nothing happens.