fr.paris.lutece.portal.business.datastore
Class DataEntity

java.lang.Object
  extended by fr.paris.lutece.portal.business.datastore.DataEntity

public class DataEntity
extends java.lang.Object

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

DataEntity

public DataEntity()
Constructor


DataEntity

public DataEntity(java.lang.String strKey,
                  java.lang.String strValue)
Constructor

Parameters:
strKey - The key
strValue - The value
Method Detail

getKey

public java.lang.String getKey()
Returns the Key

Returns:
The Key

setKey

public void setKey(java.lang.String strKey)
Sets the Key

Parameters:
strKey - The Key

getValue

public java.lang.String getValue()
Returns the Value

Returns:
The Value

setValue

public void setValue(java.lang.String strValue)
Sets the Value

Parameters:
strValue - The Value


Copyright © 2012 Mairie de Paris. All Rights Reserved.