Interface DescriptorRemote
-
- All Superinterfaces:
EntityProxy
,ExtensibleItemRemote
,ItemRemote
,LocalizableItemRemote
,TypeManagerManagedRemote
- All Known Subinterfaces:
AttributeDescriptorRemote
- All Known Implementing Classes:
AttributeDescriptor_HJMPWrapper
,AttributeDescriptorEJB
public interface DescriptorRemote extends TypeManagerManagedRemote
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeRemote
getAttributeType()
java.lang.String
getQualifier()
boolean
isLocalized()
-
Methods inherited from interface de.hybris.platform.persistence.framework.EntityProxy
getPK
-
Methods inherited from interface de.hybris.platform.persistence.ExtensibleItemRemote
copyPropertiesFrom, getAllProperties, getProperty, getPropertyNames, getPropertyRaw, getPropertyTimestamp, getTypeInfoMap, removeProperty, setAllProperties, setProperty
-
Methods inherited from interface de.hybris.platform.persistence.ItemRemote
getComposedType, getCreationTime, getHJMPTS, getModifiedTime, getOwner, getPkString, getTypeKey, hasJNDIName, remove, setComposedType, setCreationTime, setModifiedTime, setOwner, setOwnerRef, wasModifiedSince
-
Methods inherited from interface de.hybris.platform.persistence.c2l.LocalizableItemRemote
copyLocalizablePropertiesFrom, getAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, hintPropertyCache, removeLocalizedProperty, setAllLocalizedProperties, setLocalizedProperty
-
-
-
-
Method Detail
-
getQualifier
java.lang.String getQualifier()
-
getAttributeType
TypeRemote getAttributeType()
-
isLocalized
boolean isLocalized()
-
-