|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.ExtendedProperty
public class ExtendedProperty
Holds information about an extended property for a class.
ExtendableData| Method Summary | |
|---|---|
String |
getColumn()
Get the database column of the extended property. |
String |
getDescription()
Get a description of the extended property. |
int |
getLength()
Get the maximum allowed length of the property value. |
String |
getName()
Get the name of the extended property. |
String |
getTitle()
Get the title of the extended property. |
Type |
getType()
Get the type of the extended property. |
boolean |
isInsertable()
Check if the value of this property should be inserted into the datbase when creating new items. |
boolean |
isNullable()
Check if the property allows null values or not. |
boolean |
isUpdateable()
Check if the value of this property should be updated in the database when an item is updated. |
Object |
parseString(String value)
|
void |
validateValue(Object value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getName()
name parameter of the
getExtended/setExtended methods to get or
set the value of the property of an Extendable item.
ExtendableData.getExtended,
ExtendableData.setExtendedpublic String getTitle()
public String getDescription()
public String getColumn()
public Type getType()
Type enumeration.
public int getLength()
public boolean isNullable()
public boolean isInsertable()
public boolean isUpdateable()
public Object parseString(String value)
throws InvalidDataException
InvalidDataException
public void validateValue(Object value)
throws InvalidDataException
InvalidDataException
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||