java.lang.Object
de.hybris.platform.servicelayer.internal.model.extractor.impl.RelationInfo

public class RelationInfo extends Object
  • Method Details

    • 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 Locale getLocale()
    • isSrcToTgt

      public boolean isSrcToTgt()
    • isClearOnSource

      public boolean isClearOnSource()
    • isLocalized

      public boolean isLocalized()
    • getPosition

      public Integer getPosition()
    • toString

      public String toString()
      Overrides:
      toString in class Object