public class HeadQuarterDTO extends Object
| Constructor and Description |
|---|
HeadQuarterDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeadquarterAddress()
Returns the address of the HeadQuarter.
|
String |
getHeadquarterDescription()
Returns the description of the HeadQuarter.
|
String |
getHeadquarterLocality()
Returns the locality of the HeadQuarter.
|
String |
getHeadquarterName()
Returns the name of the HeadQuarter.
|
String |
getHeadquarterProvince()
Returns the province of the HeadQuarter.
|
void |
setHeadquarterAddress(String headquarterAddress)
Sets the address of the HeadQuarter.
|
void |
setHeadquarterDescription(String headquarterDescription)
Sets the description of the HeadQuarter.
|
void |
setHeadquarterLocality(String headquarterLocality)
Sets the locality of the HeadQuarter.
|
void |
setHeadquarterName(String headquarterName)
Sets the name of the HeadQuarter.
|
void |
setHeadquarterProvince(String headquarterProvince)
Sets the province of the HeadQuarter.
|
public String getHeadquarterName()
public void setHeadquarterName(String headquarterName)
headquarterName - the new name of the HeadQuarter.public String getHeadquarterDescription()
public void setHeadquarterDescription(String headquarterDescription)
headquarterDescription - the new description of the HeadQuarter.public String getHeadquarterAddress()
public void setHeadquarterAddress(String headquarterAddress)
headquarterAddress - the new address of the HeadQuarter.public String getHeadquarterLocality()
public void setHeadquarterLocality(String headquarterLocality)
headquarterLocality - the new locality of the HeadQuarter.public String getHeadquarterProvince()
public void setHeadquarterProvince(String headquarterProvince)
headquarterProvince - the new province of the HeadQuarter.Copyright © 2018. All rights reserved.