Package io.jmix.data.impl.jpql.model
Class AttributeImpl
java.lang.Object
io.jmix.data.impl.jpql.model.AttributeImpl
- 
Constructor SummaryConstructorsConstructorDescriptionAttributeImpl(Class simpleType, String name) AttributeImpl(String referencedEntityName, String name, boolean isCollection) 
- 
Method SummaryModifier and TypeMethodDescriptionclone()getName()booleanbooleanbooleanvoidsetEmbedded(boolean embedded) voidsetUserFriendlyName(String userFriendlyName) 
- 
Constructor Details- 
AttributeImpl
- 
AttributeImpl
 
- 
- 
Method Details- 
getSimpleType- Specified by:
- getSimpleTypein interface- Attribute
 
- 
getName
- 
isEntityReferenceAttributepublic boolean isEntityReferenceAttribute()- Specified by:
- isEntityReferenceAttributein interface- Attribute
 
- 
isCollectionpublic boolean isCollection()- Specified by:
- isCollectionin interface- Attribute
 
- 
getReferencedEntityName- Specified by:
- getReferencedEntityNamein interface- Attribute
 
- 
getDisplayedName- Specified by:
- getDisplayedNamein interface- Attribute
 
- 
setUserFriendlyName
- 
isEmbeddedpublic boolean isEmbedded()- Specified by:
- isEmbeddedin interface- Attribute
 
- 
setEmbeddedpublic void setEmbedded(boolean embedded) 
- 
clone- Specified by:
- clonein interface- Attribute
- Overrides:
- clonein class- Object
- Throws:
- CloneNotSupportedException
 
 
-