com.ibm.commerce.search.catalog
Class CatEntryLastUpdateAttributeInfo

java.lang.Object
  AttributeInfo
      com.ibm.commerce.search.catalog.CatEntryLastUpdateAttributeInfo

public final class CatEntryLastUpdateAttributeInfo
extends AttributeInfo

Class Maps to CatEntry.LastUpdate column.

See Also:
Serialized Form

Constructor Summary
CatEntryLastUpdateAttributeInfo(TableInfo aInfo)
Constructor initializes the column name (and data type) represented by this class.
Method Summary
static CatEntryLastUpdateAttributeInfo getSingleton()
Singleton method.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CatEntryLastUpdateAttributeInfo

public CatEntryLastUpdateAttributeInfo(TableInfo aInfo)
Constructor initializes the column name (and data type) represented by this class.
Method Detail

getSingleton

public static CatEntryLastUpdateAttributeInfo getSingleton()
Singleton method.
Returns:
An instance of this class.

Feedback