public class GiftlistQuantityRemaining
extends atg.repository.RepositoryPropertyDescriptor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string.
|
static java.lang.String |
QUANTITY_DESIRED
Desired quantity constant.
|
static java.lang.String |
QUANTITY_PURCHASED
Purchased quantity constant.
|
Constructor and Description |
---|
GiftlistQuantityRemaining() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getPropertyValue(atg.repository.RepositoryItemImpl pGiftlist,
java.lang.Object pValue)
Returns the amount remaining for a gift list item.
|
clone, createPropertyDescriptorFromType, getAttributeNames, getCascadeDelete, getCascadeInsert, getCascadeUpdate, getComponentItemDescriptor, getComponentPropertyBeanInfo, getDefaultValue, getDefaultValueString, getEnumeratedLocalizedValuesMapping, getEnumeratedValues, getItemDescriptor, getLocalizedResourceBundle, getPropertyBeanInfo, getPropertyItemDescriptor, getResourceBundle, getResourceBundleName, getSecureLogging, getSecureLoggingFormatter, getSecureLoggingString, getTypeName, getUnmodifiableDefaultValue, getValue, isAssignableFrom, isCacheable, isCollectionOrMap, isDerived, isDynamicallyCreated, isIdProperty, isIgnoreNullValue, isLocalizable, isLoggingDebug, isMultiValued, isPersistent, isQueryable, isSecureLogging, isValidValue, isVersionable, isVersionableSet, registerPropertyDescriptorClass, setCacheable, setCascadeDelete, setCascadeInsert, setCascadeUpdate, setComponentItemDescriptor, setDefaultValue, setDefaultValueString, setDerived, setDynamicallyCreated, setIdProperty, setIgnoreNullValue, setItemDescriptor, setLoggingDebug, setPersistent, setPropertyItemDescriptor, setPropertyType, setPropertyValue, setQueryable, setResourceBundleName, setSecureLogging, setSecureLoggingFormatter, setValue, setVersionable, toString
createLocalePropertyEditor, createLocalePropertyEditor, createPropertyEditor, getComponentPropertyType, getLocale, getPropertyEditorClass, getPropertyType, getUIPropertyEditor, isReadable, isRequired, isWritable, setComponentPropertyType, setPropertyEditorClass, setReadable, setRequired, setWritable
copyFeatureDescriptor, getCurrentLocale, getDisplayName, getDisplayName, getDisplayNameResource, getDisplaySortString, getLocalizedDisplayName, getLocalizedResourceBundle, getShortDescription, getShortDescriptionResource, getSortString, setDisplayNameResource, setShortDescriptionResource
public static final java.lang.String CLASS_VERSION
public static final java.lang.String QUANTITY_DESIRED
public static final java.lang.String QUANTITY_PURCHASED
public java.lang.Object getPropertyValue(atg.repository.RepositoryItemImpl pGiftlist, java.lang.Object pValue)
getPropertyValue
in class atg.repository.RepositoryPropertyDescriptor
pGiftlist
- - gift list repository item.pValue
- - not used.