Uses of Class
com.tootsville.user.UserHouse

Packages that use UserHouse
com.tootsville.user   
org.starhope.appius.user   
 

Uses of UserHouse in com.tootsville.user
 

Methods in com.tootsville.user that return UserHouse
 UserHouse UserHouseSQLLoader.loadRecord(int id)
           
 UserHouse UserHouseSQLLoader.loadRecord(String identifier)
           
private  UserHouse UserHouseSQLLoader.setHouse(PreparedStatement getHouse)
          WRITEME: Document this method brpocock@star-hope.org
 

Methods in com.tootsville.user with parameters of type UserHouse
 void UserHouseSQLLoader.changed(UserHouse changedRecord)
           
 void UserHouseSQLLoader.saveRecord(UserHouse record)
           
private  void UserHouseSQLLoader.setRooms(UserHouse record, PreparedStatement getRooms)
          WRITEME: Document this method brpocock@star-hope.org
 

Uses of UserHouse in org.starhope.appius.user
 

Fields in org.starhope.appius.user declared as UserHouse
protected  UserHouse UserRecord.userHouse
          The set of rooms in this user's house (and yard).
 

Methods in org.starhope.appius.user that return UserHouse
 UserHouse User.getHouse()
          WRITEME: Document this method brpocock@star-hope.org
 UserHouse UserRecord.getHouse()