Uses of Class
myorg.relex.many2one.House
-
Packages that use House Package Description myorg.relex.many2one -
-
Uses of House in myorg.relex.many2one
Fields in myorg.relex.many2one declared as House Modifier and Type Field Description private House
Occupant. residence
Methods in myorg.relex.many2one that return House Modifier and Type Method Description House
Occupant. getResidence()
Methods in myorg.relex.many2one with parameters of type House Modifier and Type Method Description void
Occupant. setResidence(House residence)
Constructors in myorg.relex.many2one with parameters of type House Constructor Description Occupant(String name, House residence)
-