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