public interface TynamoClassDescriptor extends Descriptor
| Modifier and Type | Method and Description |
|---|---|
Class |
getBeanType()
Returns the type of bean to which this property belongs.
|
boolean |
getHasCyclicRelationships() |
TynamoPropertyDescriptor |
getIdentifierDescriptor() |
List<IMethodDescriptor> |
getMethodDescriptors() |
TynamoPropertyDescriptor |
getPropertyDescriptor(String name) |
List<TynamoPropertyDescriptor> |
getPropertyDescriptors() |
List<TynamoPropertyDescriptor> |
getPropertyDescriptors(List<String> propertyNames) |
boolean |
isAllowRemove() |
boolean |
isAllowSave() |
boolean |
isChild() |
boolean |
isSearchable() |
void |
setAllowRemove(boolean allowRemove) |
void |
setAllowSave(boolean allowSave) |
void |
setChild(boolean child) |
void |
setHasCyclicRelationships(boolean hasBidirectionalRelationship) |
void |
setMethodDescriptors(List<IMethodDescriptor> methodDescriptors) |
void |
setPropertyDescriptors(List<TynamoPropertyDescriptor> propertyDescriptors) |
void |
setSearchable(boolean searchable) |
clone, isNonVisual, setNonVisualaddExtension, addExtension, getExtension, getExtension, getExtensions, removeExtension, removeExtension, supportsExtension, supportsExtensionClass getBeanType()
List<IMethodDescriptor> getMethodDescriptors()
void setMethodDescriptors(List<IMethodDescriptor> methodDescriptors)
methodDescriptors - The methodDescriptors to set.List<TynamoPropertyDescriptor> getPropertyDescriptors()
void setPropertyDescriptors(List<TynamoPropertyDescriptor> propertyDescriptors)
propertyDescriptors - The propertyDescriptors to set.TynamoPropertyDescriptor getIdentifierDescriptor()
TynamoPropertyDescriptor getPropertyDescriptor(String name)
string - boolean isChild()
void setChild(boolean child)
- List<TynamoPropertyDescriptor> getPropertyDescriptors(List<String> propertyNames)
boolean isAllowSave()
void setAllowSave(boolean allowSave)
boolean isAllowRemove()
void setAllowRemove(boolean allowRemove)
boolean getHasCyclicRelationships()
void setHasCyclicRelationships(boolean hasBidirectionalRelationship)
boolean isSearchable()
void setSearchable(boolean searchable)
Copyright © 2004–2015. All rights reserved.