public class RelationInformation
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RelationInformation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RelationInformation.Builder |
builder(PK pk,
java.lang.String qualifier,
boolean isSource) |
java.lang.String |
getForeignKeyAttr() |
PK |
getLanguagePK() |
OneToManyHandler<?> |
getOneToManyHandler() |
java.lang.String |
getOrderNumberAttr() |
java.lang.String |
getRelationQualifier() |
java.lang.String |
getTargetItemType() |
PK |
gtPK() |
boolean |
isLocalized() |
boolean |
isOneSide() |
boolean |
isOneToMany() |
boolean |
isPartOf() |
boolean |
isSetExpexted() |
boolean |
isSorted() |
boolean |
isSource() |
public java.lang.String getTargetItemType()
public boolean isPartOf()
public java.lang.String getForeignKeyAttr()
public java.lang.String getOrderNumberAttr()
public boolean isOneToMany()
public boolean isOneSide()
public boolean isLocalized()
public PK gtPK()
public boolean isSource()
public PK getLanguagePK()
public java.lang.String getRelationQualifier()
public boolean isSorted()
public boolean isSetExpexted()
public OneToManyHandler<?> getOneToManyHandler()
public static RelationInformation.Builder builder(PK pk, java.lang.String qualifier, boolean isSource)
Copyright © 2018 SAP SE. All Rights Reserved.