Class AttributeCopyDescriptor
- java.lang.Object
-
- de.hybris.platform.catalog.jalo.synchronization.AttributeCopyDescriptor
-
public class AttributeCopyDescriptor extends java.lang.Object- Since:
- 3.-1u6
-
-
Field Summary
Fields Modifier and Type Field Description static intATOMICstatic intCOPY_ON_DEMANDstatic intINITIAL_ONLYstatic intLOCALIZEDstatic intOPTIONALstatic intPARTOFstatic intUNIQUE
-
Constructor Summary
Constructors Constructor Description AttributeCopyDescriptor(TypeCopyDescriptor parent, java.lang.String qualifier, int options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetQualifier()AttributeDescriptorgetRealAttributeDescriptor()java.util.Set<RelationDescriptor>getRelationAttributes()RelationTypegetRelationType()longgetRelationTypePK()inthashCode()booleanisAtomic()booleanisCopyOnDemand()booleanisInitialOnly()booleanisLocalized()booleanisOneToManyRelation()booleanisOptional()booleanisPartOf()booleanisSource()booleanisUnique()java.lang.StringtoString()
-
-
-
Field Detail
-
ATOMIC
public static final int ATOMIC
- See Also:
- Constant Field Values
-
PARTOF
public static final int PARTOF
- See Also:
- Constant Field Values
-
LOCALIZED
public static final int LOCALIZED
- See Also:
- Constant Field Values
-
UNIQUE
public static final int UNIQUE
- See Also:
- Constant Field Values
-
INITIAL_ONLY
public static final int INITIAL_ONLY
- See Also:
- Constant Field Values
-
OPTIONAL
public static final int OPTIONAL
- See Also:
- Constant Field Values
-
COPY_ON_DEMAND
public static final int COPY_ON_DEMAND
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AttributeCopyDescriptor
public AttributeCopyDescriptor(TypeCopyDescriptor parent, java.lang.String qualifier, int options)
-
-
Method Detail
-
getRelationAttributes
public java.util.Set<RelationDescriptor> getRelationAttributes()
-
isOneToManyRelation
public final boolean isOneToManyRelation()
-
getRelationType
public RelationType getRelationType()
-
getRelationTypePK
public final long getRelationTypePK()
-
isSource
public final boolean isSource()
-
getQualifier
public java.lang.String getQualifier()
-
isAtomic
public boolean isAtomic()
-
isPartOf
public boolean isPartOf()
-
isLocalized
public boolean isLocalized()
-
isUnique
public boolean isUnique()
-
isInitialOnly
public boolean isInitialOnly()
-
isOptional
public boolean isOptional()
-
isCopyOnDemand
public boolean isCopyOnDemand()
-
getRealAttributeDescriptor
public AttributeDescriptor getRealAttributeDescriptor()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-