GWTApplication.client
Class Site
java.lang.Object
GWTApplication.client.Site
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class Site
- extends java.lang.Object
- implements com.google.gwt.user.client.rpc.IsSerializable
Field Summary |
private java.lang.String |
en_description
This is the english description of the site |
private java.lang.String |
id
This is the primary identifier of the site |
private java.lang.String |
sp_description
This is the spanish description of the site |
Constructor Summary |
Site()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
en_description
private java.lang.String en_description
- This is the english description of the site
sp_description
private java.lang.String sp_description
- This is the spanish description of the site
id
private java.lang.String id
- This is the primary identifier of the site
Site
public Site()
getEn_description
public java.lang.String getEn_description()
setEn_description
public void setEn_description(java.lang.String en_description)
getSp_description
public java.lang.String getSp_description()
setSp_description
public void setSp_description(java.lang.String sp_description)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)