public class PicPlc
extends org.beigesoft.mdlp.AIdLnNm
Model of Pick-Up Place for goods means where it is located, e.g. for small store there is only place e.g. "shop". For a service it means either where is service performed (e.g. haircut saloon) or service maker/s location (for services that performed in the buyer territory e.g. fix faucet by plumber). It's used for goods/service availability and can be used for buyer that prefer pick up goods or get service at chosen place.
| Constructor and Description |
|---|
PicPlc() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLatid()
Getter for latid.
|
String |
getLonud()
Getter for lonud.
|
Integer |
getTmZn()
Getter for tmZn.
|
void |
setLatid(String pLatid)
Setter for latid.
|
void |
setLonud(String pLonud)
Setter for lonud.
|
void |
setTmZn(Integer pTmZn)
Setter for tmZn.
|
public final String getLatid()
Getter for latid.
public final void setLatid(String pLatid)
Setter for latid.
pLatid - referencepublic final String getLonud()
Getter for lonud.
public final void setLonud(String pLonud)
Setter for lonud.
pLonud - referencepublic final Integer getTmZn()
Getter for tmZn.
public final void setTmZn(Integer pTmZn)
Setter for tmZn.
pTmZn - referenceCopyright © 2019. All rights reserved.