Class Preference
- java.lang.Object
-
- com.ellucian.generated.eedm.housing_requests.v10_0.Preference
-
@Generated("jsonschema2pojo") public class Preference extends Object
-
-
Constructor Summary
Constructors Constructor Description Preference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ObjectgetBuilding()BuildingObjectgetFloor()FloorObjectgetRoom()RoomObjectgetSite()SiteObjectgetWing()WinginthashCode()voidsetBuilding(Object building)BuildingvoidsetFloor(Object floor)FloorvoidsetRoom(Object room)RoomvoidsetSite(Object site)SitevoidsetWing(Object wing)WingStringtoString()PreferencewithBuilding(Object building)PreferencewithFloor(Object floor)PreferencewithRoom(Object room)PreferencewithSite(Object site)PreferencewithWing(Object wing)
-
-
-
Field Detail
-
site
@JsonPropertyDescription("The person\'s preferred location or campus.") private Object siteSiteThe person's preferred location or campus.
-
building
@JsonPropertyDescription("The person\'s preferred building.") private Object buildingBuildingThe person's preferred building.
-
wing
@JsonPropertyDescription("The person\'s preferred building wing.") private Object wingWingThe person's preferred building wing.
-
floor
@JsonPropertyDescription("A person\'s preferred floor.") private Object floorFloorA person's preferred floor.
-
room
@JsonPropertyDescription("A person\'s preferred room.") private Object roomRoomA person's preferred room.
-
-
Method Detail
-
getSite
public Object getSite()
SiteThe person's preferred location or campus.
-
setSite
public void setSite(Object site)
SiteThe person's preferred location or campus.
-
withSite
public Preference withSite(Object site)
-
getBuilding
public Object getBuilding()
BuildingThe person's preferred building.
-
setBuilding
public void setBuilding(Object building)
BuildingThe person's preferred building.
-
withBuilding
public Preference withBuilding(Object building)
-
getWing
public Object getWing()
WingThe person's preferred building wing.
-
setWing
public void setWing(Object wing)
WingThe person's preferred building wing.
-
withWing
public Preference withWing(Object wing)
-
getFloor
public Object getFloor()
FloorA person's preferred floor.
-
setFloor
public void setFloor(Object floor)
FloorA person's preferred floor.
-
withFloor
public Preference withFloor(Object floor)
-
getRoom
public Object getRoom()
RoomA person's preferred room.
-
setRoom
public void setRoom(Object room)
RoomA person's preferred room.
-
withRoom
public Preference withRoom(Object room)
-
-