|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGWTApplication.client.FDBSystem
public class FDBSystem
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 |
---|
private java.lang.String en_description
private java.lang.String sp_description
private java.lang.String id
Constructor Detail |
---|
public FDBSystem()
Method Detail |
---|
public java.lang.String getEn_description()
public void setEn_description(java.lang.String en_description)
en_description
- English description of the system.public java.lang.String getSp_description()
public void setSp_description(java.lang.String sp_description)
sp_description
- Spanish description of the system.public java.lang.String getId()
public void setId(java.lang.String id)
id
- The primary key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |