BEA Systems, Inc.

com.beasys.commerce.foundation.property
Interface PropertyMetaDataTimeStamp

All Known Implementing Classes:
PropertyMetaDataTimeStampImpl

public interface PropertyMetaDataTimeStamp
extends AbstractPropertyMetaData

Attribute: value

See Also:
PropertyMetaDataTimeStampHome, PropertyMetaDataTimeStampImpl

Method Summary
 java.sql.Timestamp getValue()
          Get the value of value
 void setValue(java.sql.Timestamp value)
          Set the value of value
 
Methods inherited from interface com.beasys.commerce.foundation.property.AbstractPropertyMetaData
extractValue, getIsDefault, getPropertyKey, getPropertyMetaDataId, putValue, setIsDefault, setPropertyKey, setPropertyMetaDataId
 
Methods inherited from interface com.beasys.commerce.foundation.Belonging
clone, equals, interfaceName, setByValue, value
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getValue

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

setValue

public void setValue(java.sql.Timestamp value)
Set the value of value
Parameters:
value - value to be added

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved