|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.datastore.DataEntity
public class DataEntity
This is the business class for the object Entity
Constructor Summary | |
---|---|
DataEntity()
Constructor |
|
DataEntity(String strKey,
String strValue)
Constructor |
Method Summary | |
---|---|
String |
getKey()
Returns the Key |
String |
getValue()
Returns the Value |
void |
setKey(String strKey)
Sets the Key |
void |
setValue(String strValue)
Sets the Value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataEntity()
public DataEntity(String strKey, String strValue)
strKey
- The keystrValue
- The valueMethod Detail |
---|
public String getKey()
public void setKey(String strKey)
strKey
- The Keypublic String getValue()
public void setValue(String strValue)
strValue
- The Value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |