Package org.dajlab.rebrickableapi.v3.vo
Class ColorExternalIds
- java.lang.Object
-
- org.dajlab.rebrickableapi.v3.vo.ColorExternalIds
-
public class ColorExternalIds extends Object
External ids.- Author:
- Erik Amzallag
-
-
Constructor Summary
Constructors Constructor Description ColorExternalIds()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalIdgetBricklink()ExternalIdgetLego()voidsetBricklink(ExternalId bricklink)voidsetLego(ExternalId lego)
-
-
-
Method Detail
-
getBricklink
public ExternalId getBricklink()
- Returns:
- the bricklink
-
setBricklink
public void setBricklink(ExternalId bricklink)
- Parameters:
bricklink- the bricklink to set
-
getLego
public ExternalId getLego()
- Returns:
- the lego
-
setLego
public void setLego(ExternalId lego)
- Parameters:
lego- the lego to set
-
-