public class TynamoPropertyDescriptorImpl extends TynamoDescriptor implements TynamoPropertyDescriptor
beanType, LOGGERDEFAULT_LENGTH| Constructor and Description |
|---|
TynamoPropertyDescriptorImpl(Class beanType,
Class propertyType) |
TynamoPropertyDescriptorImpl(Class beanType,
String name,
Class propertyType) |
TynamoPropertyDescriptorImpl(Class beanType,
TynamoPropertyDescriptor descriptor)
It's kinda like an old-skool C++ copy constructor
|
TynamoPropertyDescriptorImpl(TynamoPropertyDescriptorImpl dto) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
copyFrom(Descriptor descriptor) |
boolean |
equals(Object obj) |
String |
getFormat() |
int |
getLength() |
String |
getName() |
Class |
getPropertyType() |
int |
hashCode() |
boolean |
isBoolean() |
boolean |
isCollection() |
boolean |
isDate() |
boolean |
isEmbedded() |
boolean |
isIdentifier() |
boolean |
isLarge() |
boolean |
isNumeric() |
boolean |
isObjectReference() |
boolean |
isReadOnly() |
boolean |
isRequired() |
boolean |
isRichText() |
boolean |
isSearchable() |
boolean |
isString() |
void |
setFormat(String format) |
void |
setLarge(boolean large) |
void |
setLength(int length) |
void |
setName(String name) |
void |
setPropertyType(Class propertyType) |
void |
setReadOnly(boolean readOnly) |
void |
setRequired(boolean required) |
void |
setRichText(boolean richText) |
void |
setSearchable(boolean searchable) |
addExtension, addExtension, copyExtensionsFrom, getBeanType, getExtension, getExtension, getExtensions, getType, isNonVisual, removeExtension, removeExtension, setBeanType, setExtensions, setNonVisual, supportsExtension, supportsExtensionfinalize, getClass, notify, notifyAll, toString, wait, wait, waitgetBeanType, setBeanTypeisNonVisual, setNonVisualaddExtension, addExtension, getExtension, getExtension, getExtensions, removeExtension, removeExtension, supportsExtension, supportsExtensionpublic TynamoPropertyDescriptorImpl(Class beanType, TynamoPropertyDescriptor descriptor)
public TynamoPropertyDescriptorImpl(Class beanType, Class propertyType)
public TynamoPropertyDescriptorImpl(Class beanType, String name, Class propertyType)
public TynamoPropertyDescriptorImpl(TynamoPropertyDescriptorImpl dto)
dto - public Class getPropertyType()
getPropertyType in interface TynamoPropertyDescriptorpublic void setPropertyType(Class propertyType)
public boolean isNumeric()
isNumeric in interface TynamoPropertyDescriptorpublic boolean isBoolean()
isBoolean in interface TynamoPropertyDescriptorpublic boolean isDate()
isDate in interface TynamoPropertyDescriptorpublic boolean isString()
isString in interface TynamoPropertyDescriptorpublic boolean isObjectReference()
isObjectReference in interface TynamoPropertyDescriptorpublic boolean isRequired()
isRequired in interface TynamoPropertyDescriptorpublic void setRequired(boolean required)
setRequired in interface TynamoPropertyDescriptorrequired - The required to set.public boolean isReadOnly()
isReadOnly in interface TynamoPropertyDescriptorpublic void setReadOnly(boolean readOnly)
setReadOnly in interface TynamoPropertyDescriptorreadOnly - The readOnly to set.public boolean isIdentifier()
isIdentifier in interface TynamoPropertyDescriptorpublic boolean isCollection()
isCollection in interface TynamoPropertyDescriptorpublic Object clone()
clone in interface Descriptorclone in class TynamoDescriptorpublic void copyFrom(Descriptor descriptor)
copyFrom in class TynamoDescriptorpublic int getLength()
getLength in interface TynamoPropertyDescriptorpublic void setLength(int length)
setLength in interface TynamoPropertyDescriptorpublic boolean isLarge()
isLarge in interface TynamoPropertyDescriptorpublic void setLarge(boolean large)
setLarge in interface TynamoPropertyDescriptorpublic String getFormat()
getFormat in interface TynamoPropertyDescriptorpublic void setFormat(String format)
setFormat in interface TynamoPropertyDescriptorpublic boolean isSearchable()
isSearchable in interface TynamoPropertyDescriptorpublic void setSearchable(boolean searchable)
setSearchable in interface TynamoPropertyDescriptorpublic boolean isRichText()
isRichText in interface TynamoPropertyDescriptorpublic void setRichText(boolean richText)
setRichText in interface TynamoPropertyDescriptorpublic boolean isEmbedded()
isEmbedded in interface TynamoPropertyDescriptorpublic String getName()
getName in interface TynamoPropertyDescriptorpublic void setName(String name)
setName in interface TynamoPropertyDescriptorCopyright © 2004-2013. All Rights Reserved.