org.tynamo.descriptor
Interface TynamoPropertyDescriptor
- All Superinterfaces:
- Cloneable, Descriptor, Extensible
- All Known Subinterfaces:
- IdentifierDescriptor
- All Known Implementing Classes:
- CollectionDescriptor, EmbeddedDescriptor, IdentifierDescriptorImpl, ObjectReferenceDescriptor, TynamoPropertyDescriptorImpl
public interface TynamoPropertyDescriptor
- extends Descriptor
UNDEFINED_INDEX
static final int UNDEFINED_INDEX
- See Also:
- Constant Field Values
DEFAULT_LENGTH
static final int DEFAULT_LENGTH
- See Also:
- Constant Field Values
setIndex
void setIndex(int index)
getIndex
int getIndex()
getPropertyType
Class getPropertyType()
- Returns:
isNumeric
boolean isNumeric()
- Returns:
isBoolean
boolean isBoolean()
isDate
boolean isDate()
- Returns:
isString
boolean isString()
- Returns:
isObjectReference
boolean isObjectReference()
- Returns:
isRequired
boolean isRequired()
- Returns:
- Returns the required.
setRequired
void setRequired(boolean required)
- Parameters:
required - The required to set.
isReadOnly
boolean isReadOnly()
- Returns:
setReadOnly
void setReadOnly(boolean readOnly)
- Parameters:
readOnly - The readOnly to set.
getName
String getName()
- Returns:
setName
void setName(String name)
getLength
int getLength()
setLength
void setLength(int length)
isLarge
boolean isLarge()
setLarge
void setLarge(boolean Large)
getFormat
String getFormat()
setFormat
void setFormat(String format)
isSearchable
boolean isSearchable()
setSearchable
void setSearchable(boolean searchable)
isSummary
boolean isSummary()
isCollection
boolean isCollection()
setSummary
void setSummary(boolean summary)
isEmbedded
boolean isEmbedded()
isRichText
boolean isRichText()
isIdentifier
boolean isIdentifier()
setRichText
void setRichText(boolean richText)
getBeanType
Class getBeanType()
setBeanType
void setBeanType(Class beanType)
Copyright © 2004-2009. All Rights Reserved.