|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.actions.PersistElement
public class PersistElement
This is the persist element class
This class will contain information about the variable and control to persist it's value
Constructor Summary | |
---|---|
PersistElement(java.lang.String variableKey,
java.lang.String variableType,
java.lang.String type,
java.lang.Object value,
java.lang.String schemaType)
Constructor to create the persist element object |
Method Summary | |
---|---|
java.lang.String |
getSchemaType()
Retrieve the schema type for this persist element |
java.lang.String |
getType()
Retrieve the type for this persist element |
java.lang.Object |
getValue()
Retrieve the value for this persist element |
java.lang.String |
getVariableKey()
Retrieve the variable key for this persist element |
java.lang.String |
getVariableType()
Retrieve the variable type for this persist element |
void |
setValue(java.lang.Object value)
Set the value for this persist element |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PersistElement(java.lang.String variableKey, java.lang.String variableType, java.lang.String type, java.lang.Object value, java.lang.String schemaType)
variableKey
- String
value for the variable key to persistvariableType
- String
value for the variable type.
Can be VariableProperties.VARIABLE_TYPE_USER
,
VariableProperties.VARIABLE_TYPE_SYSTEM
, or
VariableProperties.VARIABLE_TYPE_TABLE
type
- String
value for the type of persist element.
Can be VariableProperties.PERSIST_USER_TYPE
, and
VariableProperties.PERSIST_CONTROL_TYPE
value
- Object
value of the persist element, can be nullschemaType
- String
value for the schema typeMethod Detail |
---|
public java.lang.String getVariableKey()
String
value for the variable keypublic java.lang.String getVariableType()
String
value for the variable typepublic java.lang.String getSchemaType()
String
value for the schema typepublic java.lang.String getType()
int
value for the typepublic java.lang.Object getValue()
String
value for the persist elementpublic void setValue(java.lang.Object value)
value
- String
value to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |