Package org.dajlab.bricksetapi.v3.vo
Class Collections
- java.lang.Object
-
- org.dajlab.bricksetapi.v3.vo.Collections
-
public class Collections extends Object
-
-
Constructor Summary
Constructors Constructor Description Collections()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetOwnedBy()IntegergetWantedBy()voidsetOwnedBy(Integer ownedBy)voidsetWantedBy(Integer wantedBy)
-
-
-
Method Detail
-
getOwnedBy
public Integer getOwnedBy()
- Returns:
- the ownedBy
-
setOwnedBy
public void setOwnedBy(Integer ownedBy)
- Parameters:
ownedBy- the ownedBy to set
-
getWantedBy
public Integer getWantedBy()
- Returns:
- the wantedBy
-
setWantedBy
public void setWantedBy(Integer wantedBy)
- Parameters:
wantedBy- the wantedBy to set
-
-