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 int
ATOMIC
static int
COPY_ON_DEMAND
static int
INITIAL_ONLY
static int
LOCALIZED
static int
OPTIONAL
static int
PARTOF
static int
UNIQUE
-
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 boolean
equals(java.lang.Object obj)
java.lang.String
getQualifier()
AttributeDescriptor
getRealAttributeDescriptor()
java.util.Set<RelationDescriptor>
getRelationAttributes()
RelationType
getRelationType()
long
getRelationTypePK()
int
hashCode()
boolean
isAtomic()
boolean
isCopyOnDemand()
boolean
isInitialOnly()
boolean
isLocalized()
boolean
isOneToManyRelation()
boolean
isOptional()
boolean
isPartOf()
boolean
isSource()
boolean
isUnique()
java.lang.String
toString()
-
-
-
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:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-