Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.

Paste

Pasted as Plain Text by jigs ( 12 years ago )
package com.ea;

public class Item_DTO
{
 String id;
 String title;
 String latitude;
 String longitude;

    public String getId() {
        return id;
    }

    public void setId(String id) {
        this.id = id;
    }

    public String getTitle() {
        return title;
    }

    public void setTitle(String title) {
        this.title = title;
    }

    public String getLatitude() {
        return latitude;
    }

    public void setLatitude(String latitude) {
        this.latitude = latitude;
    }   
    
    
    public String getLongitude() {
        return longitude;
    }

    public void setLongitude(String longitude) {
         this.l
    }   

}

 

Revise this Paste

Your Name: Code Language: