Back to project page on-the-hook.
The source code is released under:
MIT License
If you think the Android project on-the-hook listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.yoandinkov.onthehook.models; /*w ww. ja v a 2 s. com*/ public class NewFishing { private int placeId; public int getPlaceId() { return placeId; } public void setPlaceId(int placeId) { this.placeId = placeId; } }