Class COM.ibm.jaws.models.trs.HotelCompanyBase
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.models.trs.HotelCompanyBase
java.lang.Object
|
+----COM.ibm.jaws.models.trs.CommonBase
|
+----COM.ibm.jaws.models.trs.HotelCompanyBase
- public class HotelCompanyBase
- extends CommonBase
-
contact
-
-
image
-
-
name
-
-
roomGroupRC
-
-
HotelCompanyBase()
-
-
HotelCompanyBase(String, String)
-
-
addContact(String, String, String, String, String, String, String, String, String, String, URL)
-
-
addRoomGroup(String, String, String, float)
-
-
getContact()
-
-
getImage()
-
-
getName()
-
-
getRoomGroups()
-
-
toString()
- Returns a String that represents the value of this Object.
name
protected String name
image
protected String image
contact
protected Contact contact
roomGroupRC
protected ReferenceCollection roomGroupRC
HotelCompanyBase
public HotelCompanyBase()
HotelCompanyBase
public HotelCompanyBase(String name,
String image)
addContact
public Contact addContact(String address1,
String address2,
String city,
String zip,
String phoneAreaCode,
String phoneNumber,
String faxAreaCode,
String faxNumber,
String emailId,
String emailAddress,
URL url)
getContact
public Contact getContact()
getImage
public String getImage()
addRoomGroup
public RoomGroup addRoomGroup(String cityString,
String name,
String info,
float price)
getRoomGroups
public Iterator getRoomGroups()
getName
public String getName()
toString
public String toString()
- Returns a String that represents the value of this Object.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index