GWTApplication.client
Class Instrument
java.lang.Object
GWTApplication.client.Instrument
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class Instrument
- 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 instrument |
private java.lang.String |
id
This is the primary identifier of the instrument |
private java.lang.String |
sp_description
This is the spanish description of the instrument |
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 instrument
sp_description
private java.lang.String sp_description
- This is the spanish description of the instrument
id
private java.lang.String id
- This is the primary identifier of the instrument
Instrument
public Instrument()
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)