Package org.dajlab.bricksetapi.v3.vo
Class UserNotes
- java.lang.Object
-
- org.dajlab.bricksetapi.v3.vo.UserNotes
-
public class UserNotes extends Object
-
-
Constructor Summary
Constructors Constructor Description UserNotes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNotes()intgetSetId()voidsetNotes(String userNotes)voidsetSetId(int setId)
-
-
-
Method Detail
-
getSetId
public final int getSetId()
- Returns:
- the setId
-
setSetId
public final void setSetId(int setId)
- Parameters:
setId- the setId to set
-
getNotes
public final String getNotes()
- Returns:
- the userNotes
-
setNotes
public final void setNotes(String userNotes)
- Parameters:
userNotes- the userNotes to set
-
-