fr.paris.lutece.plugins.stock.business.attribute
Class AbstractAttributeDate<E extends StockEntityBean<?>>

java.lang.Object
  extended by fr.paris.lutece.plugins.stock.business.attribute.AbstractAttributeDate<E>
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CategoryAttributeDate, OfferAttributeDate, OfferGenreAttributeDate, ProductAttributeDate, ProviderAttributeDate, PurchaseAttributeDate

@MappedSuperclass
public abstract class AbstractAttributeDate<E extends StockEntityBean<?>>
extends java.lang.Object
implements java.io.Serializable

Category

See Also:
Serialized Form

Field Summary
protected  java.lang.String _key
           
protected  java.sql.Timestamp _value
           
 
Constructor Summary
AbstractAttributeDate()
          Constructor
 
Method Summary
 java.lang.String getKey()
           
abstract  E getOwner()
           
 java.sql.Timestamp getValue()
           
 void setKey(java.lang.String key)
           
 void setValue(java.sql.Timestamp value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_key

protected java.lang.String _key

_value

protected java.sql.Timestamp _value
Constructor Detail

AbstractAttributeDate

public AbstractAttributeDate()
Constructor

Method Detail

getKey

public java.lang.String getKey()
Returns:
the key

setKey

public void setKey(java.lang.String key)
Parameters:
key - the key to set

getValue

public java.sql.Timestamp getValue()
Returns:
the value

setValue

public void setValue(java.sql.Timestamp value)
Parameters:
value - the value to set

getOwner

public abstract E getOwner()
Returns:
the owner


Copyright © 2012 Mairie de Paris. All Rights Reserved.