fr.paris.lutece.plugins.stock.business.attribute
Class AbstractAttributeDate<E extends StockEntityBean<?>>
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_key
protected java.lang.String _key
_value
protected java.sql.Timestamp _value
AbstractAttributeDate
public AbstractAttributeDate()
- Constructor
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.