public static class ItemModelConverter.TypeAttributeInfo extends Object
| Constructor and Description |
|---|
TypeAttributeInfo(String qualifier,
String enclosingTypeQualifier) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeHandler() |
String |
getEnclosingTypeQualifier() |
String |
getExtensionName() |
String |
getQualifier() |
String |
getRelationName() |
RelationType |
getRelationType() |
boolean |
isEncrypted() |
boolean |
isInitial() |
boolean |
isJaloOnly() |
boolean |
isLocalized() |
boolean |
isMandatory() |
boolean |
isMandatoryForCreation() |
boolean |
isNonLazyLoading()
Deprecated.
|
boolean |
isOptional() |
boolean |
isPartOf() |
boolean |
isPreFetched() |
boolean |
isPrivate() |
boolean |
isReadable() |
boolean |
isRedeclared() |
boolean |
isReference() |
boolean |
isRelation() |
boolean |
isRequiredForCreation() |
boolean |
isUnique() |
boolean |
isWritable() |
boolean |
isWritableFlag() |
void |
setAttributeHandler(String attributeHandler) |
void |
setEncrypted(boolean encrypted) |
void |
setExtensionName(String extensionName) |
void |
setInitial(boolean initial) |
void |
setJaloOnly(boolean jaloOnly) |
void |
setLocalized(boolean localized) |
void |
setMandatory(boolean mandatory) |
void |
setMandatoryForCreation(boolean mandatoryForCreation) |
void |
setNonLazyLoading(boolean nonLazyLoading) |
void |
setOptional(boolean optional) |
void |
setPartOf(boolean partOf) |
void |
setPrivate(boolean isPrivate) |
void |
setReadable(boolean readable) |
void |
setRedeclared(boolean redeclared) |
void |
setReference(boolean reference) |
void |
setRelationName(String relationName) |
void |
setRelationType(RelationType relationType) |
void |
setRequiredForCreation(boolean requiredForCreation) |
void |
setUnique(boolean unique) |
void |
setWritable(boolean writable) |
void |
setWritableFlag(boolean writableFlag) |
String |
toString() |
@Deprecated public boolean isNonLazyLoading()
public boolean isPreFetched()
public void setNonLazyLoading(boolean nonLazyLoading)
public boolean isReadable()
public void setReadable(boolean readable)
public boolean isPrivate()
public void setPrivate(boolean isPrivate)
public boolean isWritable()
public void setWritable(boolean writable)
public boolean isPartOf()
public void setPartOf(boolean partOf)
public String getQualifier()
public String getEnclosingTypeQualifier()
public boolean isLocalized()
public void setLocalized(boolean localized)
public boolean isRequiredForCreation()
public void setRequiredForCreation(boolean requiredForCreation)
public boolean isReference()
public void setReference(boolean reference)
public boolean isUnique()
public void setUnique(boolean unique)
public boolean isOptional()
public void setOptional(boolean optional)
public boolean isMandatory()
public void setMandatory(boolean mandatory)
public boolean isMandatoryForCreation()
public void setMandatoryForCreation(boolean mandatoryForCreation)
public boolean isJaloOnly()
public void setJaloOnly(boolean jaloOnly)
public void setAttributeHandler(String attributeHandler)
public String getAttributeHandler()
public String getExtensionName()
public void setExtensionName(String extensionName)
public void setRelationName(String relationName)
public String getRelationName()
public void setRelationType(RelationType relationType)
public boolean isRelation()
public RelationType getRelationType()
public void setRedeclared(boolean redeclared)
public boolean isRedeclared()
public boolean isEncrypted()
public void setEncrypted(boolean encrypted)
public boolean isInitial()
public void setInitial(boolean initial)
public void setWritableFlag(boolean writableFlag)
public boolean isWritableFlag()
Copyright © 2017 SAP SE. All Rights Reserved.