|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjp.terasoluna.fw.web.struts.action.DBMessageBean
public class DBMessageBean
Class that temporarily stores the row (message resource) fetched from DB in the object format. For the usage method, refer to the following class.
MessageResourcesDAOImpl
Field Summary | |
---|---|
private java.lang.String |
key
Message key. |
private java.lang.String |
value
Message statement. |
Constructor Summary | |
---|---|
DBMessageBean()
Constructor. There is no specific process. |
Method Summary | |
---|---|
java.lang.String |
getKey()
Fetches message key |
java.lang.String |
getValue()
Fetches message statement. |
void |
setKey(java.lang.String key)
Sets message key. |
void |
setValue(java.lang.String value)
Sets message statement. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String key
private java.lang.String value
Constructor Detail |
---|
public DBMessageBean()
Method Detail |
---|
public java.lang.String getKey()
public java.lang.String getValue()
public void setKey(java.lang.String key)
key
- Message key.public void setValue(java.lang.String value)
value
- Message statement.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |