|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.beans.FeatureDescriptor
atg.beans.SerializableFeatureDescriptor
atg.beans.DynamicPropertyDescriptor
atg.repository.RepositoryPropertyDescriptor
atg.commerce.catalog.custom.CatalogAlias
public class CatalogAlias
A user-defined property descriptor that will allow one property to act as an alias for another
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Fields inherited from class atg.repository.RepositoryPropertyDescriptor |
|---|
EMPTY_LIST, EMPTY_MAP, EMPTY_SET, FOREIGN_REPOSITORY_NAME, mCollectionOrMap |
| Fields inherited from class atg.beans.DynamicPropertyDescriptor |
|---|
PORTABLE_VALUE_KEY |
| Fields inherited from class atg.beans.SerializableFeatureDescriptor |
|---|
BUNDLE_ATTRIBUTE_NAME, LOCALE_ATTRIBUTE_NAME |
| Constructor Summary | |
|---|---|
CatalogAlias()
Constructs a new CatalogAlias |
|
| Method Summary | |
|---|---|
java.lang.Object |
getPropertyValue(RepositoryItemImpl pItem,
java.lang.Object pValue)
This method is called to retrieve a read-only value for this property. |
java.lang.String |
getTypeName()
Returns the name this type uses in the XML file. |
boolean |
isExpert()
|
boolean |
isHidden()
|
boolean |
isQueryable()
Returns property Queryable |
boolean |
isReadable()
Returns property Readable |
boolean |
isWritable()
Returns property Writable |
void |
setPropertyType(java.lang.Class pClass)
Perform type checking. |
void |
setValue(java.lang.String pAttributeName,
java.lang.Object pValue)
Catch the attribute values that we care about and store them in member variables. |
| Methods inherited from class atg.beans.SerializableFeatureDescriptor |
|---|
copyFeatureDescriptor, getDisplayName, getDisplayNameResource, getDisplaySortString, getShortDescription, getShortDescriptionResource, getSortString, setDisplayNameResource, setShortDescriptionResource |
| Methods inherited from class java.beans.FeatureDescriptor |
|---|
attributeNames, getName, getValue, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public CatalogAlias()
| Method Detail |
|---|
public java.lang.Object getPropertyValue(RepositoryItemImpl pItem,
java.lang.Object pValue)
getPropertyValue in class RepositoryPropertyDescriptor
public void setValue(java.lang.String pAttributeName,
java.lang.Object pValue)
setValue in class RepositoryPropertyDescriptorpublic java.lang.String getTypeName()
getTypeName in class RepositoryPropertyDescriptorpublic void setPropertyType(java.lang.Class pClass)
setPropertyType in class RepositoryPropertyDescriptorpublic boolean isQueryable()
RepositoryPropertyDescriptor
isQueryable in class RepositoryPropertyDescriptorpublic boolean isWritable()
DynamicPropertyDescriptor
isWritable in class DynamicPropertyDescriptorpublic boolean isReadable()
DynamicPropertyDescriptor
isReadable in class DynamicPropertyDescriptorpublic boolean isHidden()
isHidden in class java.beans.FeatureDescriptorpublic boolean isExpert()
isExpert in class java.beans.FeatureDescriptor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||