Interface COM.ibm.jaws.models.trs.HotelCompany
All Packages Class Hierarchy This Package Previous Next Index
Interface COM.ibm.jaws.models.trs.HotelCompany
- public interface HotelCompany
- extends Object
- extends Common
-
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.
toString
public abstract String toString()
- Returns a String that represents the value of this Object.
- Overrides:
- toString in class Object
addContact
public abstract 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 abstract Contact getContact()
getImage
public abstract String getImage()
addRoomGroup
public abstract RoomGroup addRoomGroup(String cityString,
String name,
String info,
float price)
getRoomGroups
public abstract Iterator getRoomGroups()
getName
public abstract String getName()
All Packages Class Hierarchy This Package Previous Next Index