public class DataBox extends Object implements Serializable
| Constructor and Description |
|---|
DataBox() |
DataBox(String id) |
DataBox(String id,
DataBoxType dataBoxType,
String name,
String adress) |
DataBox(String id,
String name,
String adress) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Adresa majitele datové schránky
|
String |
getDataBoxID()
Vrátí jednoznačné ID schránky.
|
DataBoxType |
getDataBoxType() |
String |
getIdentity()
Jméno majitele datové schránky.
|
void |
setAddress(String address) |
void |
setDataBoxID(String newID) |
void |
setDataBoxType(DataBoxType type) |
void |
setIdentity(String identity) |
String |
toString() |
public DataBox()
public DataBox(String id)
public DataBox(String id, DataBoxType dataBoxType, String name, String adress)
public String getDataBoxID()
public void setDataBoxID(String newID)
public String getIdentity()
public void setIdentity(String identity)
public String getAddress()
public void setAddress(String address)
public DataBoxType getDataBoxType()
public void setDataBoxType(DataBoxType type)
Copyright © 2017. All rights reserved.