Class RelationInformation
- java.lang.Object
-
- de.hybris.platform.directpersistence.read.RelationInformation
-
public class RelationInformation extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRelationInformation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RelationInformation.Builderbuilder(PK pk, java.lang.String qualifier, boolean isSource)java.lang.StringgetForeignKeyAttr()PKgetLanguagePK()OneToManyHandler<?>getOneToManyHandler()java.lang.StringgetOrderNumberAttr()java.lang.StringgetRelationQualifier()java.lang.StringgetTargetItemType()PKgtPK()booleanisLocalized()booleanisOneSide()booleanisOneToMany()booleanisPartOf()booleanisSetExpexted()booleanisSorted()booleanisSource()
-
-
-
Method Detail
-
getTargetItemType
public java.lang.String getTargetItemType()
-
isPartOf
public boolean isPartOf()
-
getForeignKeyAttr
public java.lang.String getForeignKeyAttr()
-
getOrderNumberAttr
public java.lang.String getOrderNumberAttr()
-
isOneToMany
public boolean isOneToMany()
-
isOneSide
public boolean isOneSide()
-
isLocalized
public boolean isLocalized()
-
gtPK
public PK gtPK()
-
isSource
public boolean isSource()
-
getLanguagePK
public PK getLanguagePK()
-
getRelationQualifier
public java.lang.String getRelationQualifier()
-
isSorted
public boolean isSorted()
-
isSetExpexted
public boolean isSetExpexted()
-
getOneToManyHandler
public OneToManyHandler<?> getOneToManyHandler()
-
builder
public static RelationInformation.Builder builder(PK pk, java.lang.String qualifier, boolean isSource)
-
-