|
||||||||||
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(java.lang.String strKey,
java.lang.String strValue)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getKey()
Returns the Key |
java.lang.String |
getValue()
Returns the Value |
void |
setKey(java.lang.String strKey)
Sets the Key |
void |
setValue(java.lang.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(java.lang.String strKey, java.lang.String strValue)
strKey
- The keystrValue
- The valueMethod Detail |
---|
public java.lang.String getKey()
public void setKey(java.lang.String strKey)
strKey
- The Keypublic java.lang.String getValue()
public void setValue(java.lang.String strValue)
strValue
- The Value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |