GWTApplication.client
Class FDBSystem

java.lang.Object
  extended by GWTApplication.client.FDBSystem
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class FDBSystem
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 FDBSystem
private  java.lang.String id
          This is the primary identifier of the FDBSystem
private  java.lang.String sp_description
          This is the spanish description of the FDBSystem
 
Constructor Summary
FDBSystem()
           
 
Method Summary
 java.lang.String getEn_description()
          Gets the English description of the system
 java.lang.String getId()
          Gets the primary key which is associated with the system
 java.lang.String getSp_description()
          Gets the Spanish description of the system
 void setEn_description(java.lang.String en_description)
          Sets the English description of the system
 void setId(java.lang.String id)
          Sets the primary key which is associated with the system
 void setSp_description(java.lang.String sp_description)
          Sets the Spanish description of the system
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

en_description

private java.lang.String en_description
This is the english description of the FDBSystem


sp_description

private java.lang.String sp_description
This is the spanish description of the FDBSystem


id

private java.lang.String id
This is the primary identifier of the FDBSystem

Constructor Detail

FDBSystem

public FDBSystem()
Method Detail

getEn_description

public java.lang.String getEn_description()
Gets the English description of the system

Returns:
String English description of the system.

setEn_description

public void setEn_description(java.lang.String en_description)
Sets the English description of the system

Parameters:
en_description - English description of the system.

getSp_description

public java.lang.String getSp_description()
Gets the Spanish description of the system

Returns:
String Spanish description of the system.

setSp_description

public void setSp_description(java.lang.String sp_description)
Sets the Spanish description of the system

Parameters:
sp_description - Spanish description of the system.

getId

public java.lang.String getId()
Gets the primary key which is associated with the system

Returns:
The primary key

setId

public void setId(java.lang.String id)
Sets the primary key which is associated with the system

Parameters:
id - The primary key