Package org.dajlab.bricksetapi.v3.vo
Class LegoCom
- java.lang.Object
-
- org.dajlab.bricksetapi.v3.vo.LegoCom
-
public class LegoCom extends Object
-
-
Constructor Summary
Constructors Constructor Description LegoCom()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LegoComDetailsgetCa()LegoComDetailsgetDe()LegoComDetailsgetUk()LegoComDetailsgetUs()voidsetCa(LegoComDetails ca)voidsetDe(LegoComDetails de)voidsetUk(LegoComDetails uk)voidsetUs(LegoComDetails us)
-
-
-
Method Detail
-
getUs
public LegoComDetails getUs()
- Returns:
- the us
-
setUs
public void setUs(LegoComDetails us)
- Parameters:
us- the us to set
-
getUk
public LegoComDetails getUk()
- Returns:
- the uk
-
setUk
public void setUk(LegoComDetails uk)
- Parameters:
uk- the uk to set
-
getCa
public LegoComDetails getCa()
- Returns:
- the ca
-
setCa
public void setCa(LegoComDetails ca)
- Parameters:
ca- the ca to set
-
getDe
public LegoComDetails getDe()
- Returns:
- the de
-
setDe
public void setDe(LegoComDetails de)
- Parameters:
de- the de to set
-
-