mls.domain
Class Lot

java.lang.Object
  |
  +--mls.domain.Lot

public class Lot
extends java.lang.Object

A property lot


Field Summary
 int area
          The land area in square meters
 boolean view
          True if the land has a view
 boolean waterFront
          True if the land has water frontage
 
Constructor Summary
Lot()
          Default constructor
 
Method Summary
static Lot getTest()
          Get a 'filled-in' lot for testing
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

area

public int area
The land area in square meters

waterFront

public boolean waterFront
True if the land has water frontage

view

public boolean view
True if the land has a view
Constructor Detail

Lot

public Lot()
Default constructor
Method Detail

getTest

public static Lot getTest()
Get a 'filled-in' lot for testing
Returns:
a lot initialized with test data