Methods Summary |
---|
public java.lang.String | getCategory()Gets the value of the category property.
return category;
|
public java.lang.String | getCats()Gets the value of the cats property.
return cats;
|
public java.lang.Integer | getCondition()Gets the value of the condition property.
return condition;
|
public java.lang.String | getCrossstreet()Gets the value of the crossstreet property.
return crossstreet;
|
public java.lang.String | getDescription()Gets the value of the description property.
return description;
|
public java.lang.String | getDogs()Gets the value of the dogs property.
return dogs;
|
public java.lang.String | getFull()Gets the value of the full property.
return full;
|
public com.facebook.api.schema.Listing$ImageUrls | getImageUrls()Gets the value of the imageUrls property.
return imageUrls;
|
public java.lang.String | getIntern()Gets the value of the intern property.
return intern;
|
public java.lang.String | getIsbn()Gets the value of the isbn property.
return isbn;
|
public long | getListingId()Gets the value of the listingId property.
return listingId;
|
public java.lang.String | getNonprofit()Gets the value of the nonprofit property.
return nonprofit;
|
public java.lang.String | getNumBeds()Gets the value of the numBeds property.
return numBeds;
|
public java.lang.String | getNumMaths()Gets the value of the numMaths property.
return numMaths;
|
public java.lang.String | getPay()Gets the value of the pay property.
return pay;
|
public java.lang.String | getPayType()Gets the value of the payType property.
return payType;
|
public java.lang.String | getPostal()Gets the value of the postal property.
return postal;
|
public long | getPoster()Gets the value of the poster property.
return poster;
|
public java.math.BigDecimal | getPrice()Gets the value of the price property.
return price;
|
public java.lang.String | getRent()Gets the value of the rent property.
return rent;
|
public java.lang.String | getSmoking()Gets the value of the smoking property.
return smoking;
|
public java.lang.String | getSquareFootage()Gets the value of the squareFootage property.
return squareFootage;
|
public java.lang.String | getStreet()Gets the value of the street property.
return street;
|
public java.lang.String | getSubcategory()Gets the value of the subcategory property.
return subcategory;
|
public java.lang.String | getSummer()Gets the value of the summer property.
return summer;
|
public java.lang.String | getTitle()Gets the value of the title property.
return title;
|
public int | getUpdateTime()Gets the value of the updateTime property.
return updateTime;
|
public java.lang.String | getUrl()Gets the value of the url property.
return url;
|
public void | setCategory(java.lang.String value)Sets the value of the category property.
this.category = value;
|
public void | setCats(java.lang.String value)Sets the value of the cats property.
this.cats = value;
|
public void | setCondition(java.lang.Integer value)Sets the value of the condition property.
this.condition = value;
|
public void | setCrossstreet(java.lang.String value)Sets the value of the crossstreet property.
this.crossstreet = value;
|
public void | setDescription(java.lang.String value)Sets the value of the description property.
this.description = value;
|
public void | setDogs(java.lang.String value)Sets the value of the dogs property.
this.dogs = value;
|
public void | setFull(java.lang.String value)Sets the value of the full property.
this.full = value;
|
public void | setImageUrls(com.facebook.api.schema.Listing$ImageUrls value)Sets the value of the imageUrls property.
this.imageUrls = value;
|
public void | setIntern(java.lang.String value)Sets the value of the intern property.
this.intern = value;
|
public void | setIsbn(java.lang.String value)Sets the value of the isbn property.
this.isbn = value;
|
public void | setListingId(long value)Sets the value of the listingId property.
this.listingId = value;
|
public void | setNonprofit(java.lang.String value)Sets the value of the nonprofit property.
this.nonprofit = value;
|
public void | setNumBeds(java.lang.String value)Sets the value of the numBeds property.
this.numBeds = value;
|
public void | setNumMaths(java.lang.String value)Sets the value of the numMaths property.
this.numMaths = value;
|
public void | setPay(java.lang.String value)Sets the value of the pay property.
this.pay = value;
|
public void | setPayType(java.lang.String value)Sets the value of the payType property.
this.payType = value;
|
public void | setPostal(java.lang.String value)Sets the value of the postal property.
this.postal = value;
|
public void | setPoster(long value)Sets the value of the poster property.
this.poster = value;
|
public void | setPrice(java.math.BigDecimal value)Sets the value of the price property.
this.price = value;
|
public void | setRent(java.lang.String value)Sets the value of the rent property.
this.rent = value;
|
public void | setSmoking(java.lang.String value)Sets the value of the smoking property.
this.smoking = value;
|
public void | setSquareFootage(java.lang.String value)Sets the value of the squareFootage property.
this.squareFootage = value;
|
public void | setStreet(java.lang.String value)Sets the value of the street property.
this.street = value;
|
public void | setSubcategory(java.lang.String value)Sets the value of the subcategory property.
this.subcategory = value;
|
public void | setSummer(java.lang.String value)Sets the value of the summer property.
this.summer = value;
|
public void | setTitle(java.lang.String value)Sets the value of the title property.
this.title = value;
|
public void | setUpdateTime(int value)Sets the value of the updateTime property.
this.updateTime = value;
|
public void | setUrl(java.lang.String value)Sets the value of the url property.
this.url = value;
|