|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.client.jsba.AbstractDBObject
be.SIRAPRISE.client.jsba.AbstractUpdatableDBObject
be.SIRAPRISE.client.jsba.JavaBackedType
public final class JavaBackedType
Constructor Summary | |
---|---|
JavaBackedType()
Creates the Type |
|
JavaBackedType(java.lang.String typeName)
Creates the Type |
|
JavaBackedType(java.lang.String typeName,
boolean ordered,
boolean scalar,
int minimumSize,
int maximumSize)
Creates the Type |
Method Summary | |
---|---|
java.lang.String |
getJavabackedtypeTypename()
Gets the typename for type |
int |
getMaximumSize()
Gets maximumSize |
int |
getMinimumSize()
Gets minimumSize |
java.lang.String |
getName()
Gets typeName |
UpdatableDBObject |
getPreUpdateState()
Gets The state of the object as it was built by the J/R bridging engine immediately after the object was created from a database tuple (and which should have been set by/using the setPreUpdateState() method. |
java.lang.String |
getTypepropertiesIsordered()
Gets the isordered for typeproperties |
java.lang.String |
getTypepropertiesIsscalar()
Gets the isscalar for typeproperties |
java.lang.String |
getTypepropertiesMaximumsize()
Gets the maximumsize for typeproperties |
java.lang.String |
getTypepropertiesMinimumsize()
Gets the minimumsize for typeproperties |
java.lang.String |
getTypepropertiesTypename()
Gets the typename for typeproperties |
boolean |
isOrdered()
Gets ordered |
boolean |
isScalar()
Gets scalar |
void |
setIsorderedFromDB(java.lang.String isordered)
Sets isordered from the DB |
void |
setIsscalarFromDB(java.lang.String isscalar)
Sets isscalar from the DB |
void |
setMaximumSize(int maximumSize)
Sets maximumSize |
void |
setMaximumsizeFromDB(java.lang.String maximumsize)
Sets maximumsize from the DB |
void |
setMinimumSize(int minimumSize)
Sets minimumSize |
void |
setMinimumsizeFromDB(java.lang.String minimumsize)
Sets minimumsize from the DB |
void |
setName(java.lang.String typeName)
Sets typeName |
void |
setOrdered(boolean ordered)
Sets ordered |
void |
setPreUpdateState()
This method is called by the J/R bridging engine after an object has been setup from some tuple retrieved from the database. |
void |
setScalar(boolean scalar)
Sets scalar |
void |
setTypenameFromDB(java.lang.String typename)
Sets typename from the DB |
Methods inherited from class be.SIRAPRISE.client.jsba.AbstractUpdatableDBObject |
---|
dbUpdateCommand, dbUpdateCommand |
Methods inherited from class be.SIRAPRISE.client.jsba.AbstractDBObject |
---|
dbAddCommand, dbAddCommand, dbAddCommand, dbAddCommandAll, dbAssertCommand, dbAssertCommand, dbAssertCommand, dbAssertCommandAll, dbDeleteCommand, dbDeleteCommand, dbDeleteCommand, dbDeleteCommandAll, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommandAll |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaBackedType()
public JavaBackedType(java.lang.String typeName)
typeName
- public JavaBackedType(java.lang.String typeName, boolean ordered, boolean scalar, int minimumSize, int maximumSize)
typeName
- ordered
- scalar
- minimumSize
- maximumSize
- Method Detail |
---|
public java.lang.String getJavabackedtypeTypename()
DBObjectToJavabackedtype
getJavabackedtypeTypename
in interface DBObjectToJavabackedtype
public final int getMaximumSize()
public final int getMinimumSize()
public final java.lang.String getName()
public UpdatableDBObject getPreUpdateState()
UpdatableDBObject
getPreUpdateState
in interface UpdatableDBObject
public java.lang.String getTypepropertiesIsordered()
DBObjectToTypeproperties
getTypepropertiesIsordered
in interface DBObjectToTypeproperties
public java.lang.String getTypepropertiesIsscalar()
DBObjectToTypeproperties
getTypepropertiesIsscalar
in interface DBObjectToTypeproperties
public java.lang.String getTypepropertiesMaximumsize()
DBObjectToTypeproperties
getTypepropertiesMaximumsize
in interface DBObjectToTypeproperties
public java.lang.String getTypepropertiesMinimumsize()
DBObjectToTypeproperties
getTypepropertiesMinimumsize
in interface DBObjectToTypeproperties
public java.lang.String getTypepropertiesTypename()
DBObjectToTypeproperties
getTypepropertiesTypename
in interface DBObjectToTypeproperties
public final boolean isOrdered()
public final boolean isScalar()
public void setIsorderedFromDB(java.lang.String isordered)
TypepropertiesToDBObject
setIsorderedFromDB
in interface TypepropertiesToDBObject
isordered
- The DB value for isorderedpublic void setIsscalarFromDB(java.lang.String isscalar)
TypepropertiesToDBObject
setIsscalarFromDB
in interface TypepropertiesToDBObject
isscalar
- The DB value for isscalarpublic final void setMaximumSize(int maximumSize)
maximumSize
- The maximumSize to set.public void setMaximumsizeFromDB(java.lang.String maximumsize)
TypepropertiesToDBObject
setMaximumsizeFromDB
in interface TypepropertiesToDBObject
maximumsize
- The DB value for maximumsizepublic final void setMinimumSize(int minimumSize)
minimumSize
- The minimumSize to set.public void setMinimumsizeFromDB(java.lang.String minimumsize)
TypepropertiesToDBObject
setMinimumsizeFromDB
in interface TypepropertiesToDBObject
minimumsize
- The DB value for minimumsizepublic final void setName(java.lang.String typeName)
typeName
- The typeName to set.public final void setOrdered(boolean ordered)
ordered
- The ordered to set.public void setPreUpdateState()
UpdatableDBObject
setPreUpdateState
in interface UpdatableDBObject
public final void setScalar(boolean scalar)
scalar
- The scalar to set.public void setTypenameFromDB(java.lang.String typename)
JavabackedtypeToDBObject
setTypenameFromDB
in interface JavabackedtypeToDBObject
setTypenameFromDB
in interface TypepropertiesToDBObject
typename
- The DB value for typename
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |