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

java.lang.Object
  extended by fr.paris.lutece.portal.business.datastore.DataEntity
All Implemented Interfaces:
Serializable

public class DataEntity
extends Object
implements Serializable

This is the business class for the object Entity

See Also:
Serialized Form

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

DataEntity

public DataEntity()
Constructor


DataEntity

public DataEntity(String strKey,
                  String strValue)
Constructor

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

getKey

public String getKey()
Returns the Key

Returns:
The Key

setKey

public void setKey(String strKey)
Sets the Key

Parameters:
strKey - The Key

getValue

public String getValue()
Returns the Value

Returns:
The Value

setValue

public void setValue(String strValue)
Sets the Value

Parameters:
strValue - The Value


Copyright © 2014 Mairie de Paris. All Rights Reserved.