|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bm.introspectors.PersistentPropertyInfo
public class PersistentPropertyInfo
This class represents all informations about persitent fields.
| Constructor Summary | |
|---|---|
PersistentPropertyInfo()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDbName()
Returns the dbName. |
EntityReleationInfo |
getEntityReleationInfo()
Returns the entityReleationInfo. |
int |
getLength()
Returns the length. |
boolean |
isEmbeddedClass()
Returns the isEmbeddedClass. |
boolean |
isNullable()
Returns the isNullable. |
boolean |
isReleation()
Returns true if thisproperty represents a relation and returns true if this is a case (the EntityReleationInfo is not null and contains the relevant informations). |
void |
setDbName(java.lang.String dbName)
The dbName to set. |
void |
setEmbeddedClass(boolean isEmbeddedClass)
The isEmbeddedClass to set. |
void |
setEntityReleationInfo(EntityReleationInfo entityReleationInfo)
The entityReleationInfo to set. |
void |
setLength(int length)
The length to set. |
void |
setNullable(boolean isNullable)
Sets the isNullable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersistentPropertyInfo()
| Method Detail |
|---|
public boolean isNullable()
public void setNullable(boolean isNullable)
isNullable - The isNullable to set.public int getLength()
public void setLength(int length)
length - The length to set.public java.lang.String getDbName()
public void setDbName(java.lang.String dbName)
dbName - The dbName to set.public boolean isEmbeddedClass()
public void setEmbeddedClass(boolean isEmbeddedClass)
isEmbeddedClass - The isEmbeddedClass to set.public boolean isReleation()
public EntityReleationInfo getEntityReleationInfo()
public void setEntityReleationInfo(EntityReleationInfo entityReleationInfo)
entityReleationInfo - The entityReleationInfo to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||