com.xtravelsystem.online.published.V1_0RC1.hotel.answers
Class Property
java.lang.Object
com.xtravelsystem.online.published.V1_0RC1.hotel.answers.Property
public class Property
- extends java.lang.Object
container for a hotel property at the getestablishmentdata response
- Author:
- Miguel Pérez
Constructor Summary |
Property()
|
Property(java.lang.String code,
java.lang.String name,
java.lang.String value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property()
Property
public Property(java.lang.String code,
java.lang.String name,
java.lang.String value)
getCode
public java.lang.String getCode()
setCode
public void setCode(java.lang.String code)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)