Class AttributeCopyDescriptor
- java.lang.Object
-
- de.hybris.platform.catalog.jalo.copy.AttributeCopyDescriptor
-
@Deprecated public class AttributeCopyDescriptor extends java.lang.ObjectDeprecated.since agesAttributeCopyDescriptor
-
-
Constructor Summary
Constructors Constructor Description AttributeCopyDescriptor(TypeCopyDescriptor parent, java.lang.String qualifier, int options)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Deprecated.java.lang.StringgetQualifier()Deprecated.AttributeDescriptorgetRealAttributeDescriptor()Deprecated.inthashCode()Deprecated.booleanisAtomic()Deprecated.booleanisInitialOnly()Deprecated.booleanisLocalized()Deprecated.booleanisOptional()Deprecated.booleanisPartOf()Deprecated.booleanisUnique()Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
Field Detail
-
ATOMIC
public static final int ATOMIC
Deprecated.- See Also:
- Constant Field Values
-
PARTOF
public static final int PARTOF
Deprecated.- See Also:
- Constant Field Values
-
LOCALIZED
public static final int LOCALIZED
Deprecated.- See Also:
- Constant Field Values
-
UNIQUE
public static final int UNIQUE
Deprecated.- See Also:
- Constant Field Values
-
INITIAL_ONLY
public static final int INITIAL_ONLY
Deprecated.- See Also:
- Constant Field Values
-
OPTIONAL
public static final int OPTIONAL
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AttributeCopyDescriptor
public AttributeCopyDescriptor(TypeCopyDescriptor parent, java.lang.String qualifier, int options)
Deprecated.
-
-
Method Detail
-
getQualifier
public java.lang.String getQualifier()
Deprecated.
-
isAtomic
public boolean isAtomic()
Deprecated.
-
isPartOf
public boolean isPartOf()
Deprecated.
-
isLocalized
public boolean isLocalized()
Deprecated.
-
isUnique
public boolean isUnique()
Deprecated.
-
isInitialOnly
public boolean isInitialOnly()
Deprecated.
-
isOptional
public boolean isOptional()
Deprecated.
-
getRealAttributeDescriptor
public AttributeDescriptor getRealAttributeDescriptor()
Deprecated.
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-