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