public interface DomainProperty extends PersistentProperty, java.lang.Comparable
An API to join the PersistentProperty to the Validator to assist with scaffolding
Type Params | Return Type | Name and description |
---|---|---|
|
public PersistentEntity |
getAssociatedEntity()
|
|
public java.lang.Class |
getAssociatedType()
|
|
public java.lang.Class |
getBeanType()
|
|
public Constrained |
getConstrained()
|
|
public java.lang.String |
getDefaultLabel()
|
|
public PersistentEntity |
getDomainClass()
|
|
public java.util.List<java.lang.String> |
getLabelKeys()
|
|
public java.lang.String |
getPathFromRoot()
|
|
public PersistentProperty |
getPersistentProperty()
|
|
public java.lang.Class |
getRootBeanType()
|
|
public PersistentProperty |
getRootProperty()
|
|
public boolean |
isRequired()
|
|
public void |
setRootProperty(PersistentProperty rootProperty) Sets the root property |
Methods inherited from class | Name |
---|---|
interface java.lang.Comparable |
java.lang.Comparable#compareTo(java.lang.Object) |
Sets the root property
rootProperty
- The root property