|
||||||||||
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.AssignmentConstraintCheck
public final class AssignmentConstraintCheck
Constructor Summary | |
---|---|
AssignmentConstraintCheck()
Creates the AssignmentConstraintCheck |
|
AssignmentConstraintCheck(java.lang.String relvarName,
int operationType,
long errorCode)
Creates the AssignmentConstraintCheck |
Method Summary | |
---|---|
java.lang.String |
getAssignmentconstraintcheckErrorcode()
Gets the errorcode for assignmentconstraintcheck |
java.lang.String |
getAssignmentconstraintcheckOperationtype()
Gets the operationtype for assignmentconstraintcheck |
java.lang.String |
getAssignmentconstraintcheckRelvarname()
Gets the relvarname for assignmentconstraintcheck |
long |
getErrorCode()
Gets errorCode |
int |
getOperationType()
Gets operationType |
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 |
getRelvarName()
Gets relvarName |
void |
setErrorCode(long errorCode)
Sets errorCode |
void |
setErrorcodeFromDB(java.lang.String errorcode)
Sets errorcode from the DB |
void |
setOperationType(int operationType)
Sets operationType |
void |
setOperationtypeFromDB(java.lang.String operationtype)
Sets operationtype from the DB |
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 |
setRelvarName(java.lang.String relvarName)
Sets relvarName |
void |
setRelvarnameFromDB(java.lang.String relvarname)
Sets relvarname 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 AssignmentConstraintCheck()
public AssignmentConstraintCheck(java.lang.String relvarName, int operationType, long errorCode)
relvarName
- operationType
- errorCode
- Method Detail |
---|
public java.lang.String getAssignmentconstraintcheckErrorcode()
DBObjectToAssignmentconstraintcheck
getAssignmentconstraintcheckErrorcode
in interface DBObjectToAssignmentconstraintcheck
public java.lang.String getAssignmentconstraintcheckOperationtype()
DBObjectToAssignmentconstraintcheck
getAssignmentconstraintcheckOperationtype
in interface DBObjectToAssignmentconstraintcheck
public java.lang.String getAssignmentconstraintcheckRelvarname()
DBObjectToAssignmentconstraintcheck
getAssignmentconstraintcheckRelvarname
in interface DBObjectToAssignmentconstraintcheck
public final long getErrorCode()
public final int getOperationType()
public UpdatableDBObject getPreUpdateState()
UpdatableDBObject
getPreUpdateState
in interface UpdatableDBObject
public final java.lang.String getRelvarName()
public final void setErrorCode(long errorCode)
errorCode
- The errorCode to set.public void setErrorcodeFromDB(java.lang.String errorcode)
AssignmentconstraintcheckToDBObject
setErrorcodeFromDB
in interface AssignmentconstraintcheckToDBObject
errorcode
- The DB value for errorcodepublic final void setOperationType(int operationType)
operationType
- The operationType to set.public void setOperationtypeFromDB(java.lang.String operationtype)
AssignmentconstraintcheckToDBObject
setOperationtypeFromDB
in interface AssignmentconstraintcheckToDBObject
operationtype
- The DB value for operationtypepublic void setPreUpdateState()
UpdatableDBObject
setPreUpdateState
in interface UpdatableDBObject
public final void setRelvarName(java.lang.String relvarName)
relvarName
- The relvarName to set.public void setRelvarnameFromDB(java.lang.String relvarname)
AssignmentconstraintcheckToDBObject
setRelvarnameFromDB
in interface AssignmentconstraintcheckToDBObject
relvarname
- The DB value for relvarname
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |