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