public class IndexedPropertyInfo extends PropertyInfo
Constructor and Description |
---|
IndexedPropertyInfo(String name,
Class type)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
KeyDescription |
getKey()
Returns the key.
|
void |
setKey(KeyDescription key)
Sets the key.
|
getPropertyType, getXmlHandler, getXmlName, isPreserve, isReadMethodAvailable, isWriteMethodAvailable, setPreserve, setPropertyType, setReadMethodAvailable, setWriteMethodAvailable, setXmlHandler, setXmlName
equals, getComments, getDescription, getName, getType, hashCode, isConstrained, isNullable, setComments, setConstrained, setDescription, setNullable
public IndexedPropertyInfo(String name, Class type)
name
- the name.type
- the type.public KeyDescription getKey()
public void setKey(KeyDescription key)
key
- the key.