Class RelationInfo
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.model.extractor.impl.RelationInfo
-
public class RelationInfo extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRelationInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RelationInfo.Builderbuilder()java.util.LocalegetLocale()java.lang.IntegergetPosition()RelationMetaInfogetRelationMetaInfo()PKgetSourcePk()PKgetTargetPk()booleanisClearOnSource()booleanisLocalized()booleanisOneToMany()booleanisRemove()booleanisSrcToTgt()java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static RelationInfo.Builder builder()
-
isOneToMany
public boolean isOneToMany()
-
getRelationMetaInfo
public RelationMetaInfo getRelationMetaInfo()
-
getSourcePk
public PK getSourcePk()
-
getTargetPk
public PK getTargetPk()
-
isRemove
public boolean isRemove()
-
getLocale
public java.util.Locale getLocale()
-
isSrcToTgt
public boolean isSrcToTgt()
-
isClearOnSource
public boolean isClearOnSource()
-
isLocalized
public boolean isLocalized()
-
getPosition
public java.lang.Integer getPosition()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-