|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.data.MBOModelSyncParameters
public class MBOModelSyncParameters
MBOModelSyncParameters is the class that will contain all the synchronization parameters for a specific MBOModel. The values of the synchronization parameter can be retrieved and set here.
Constructor Summary | |
---|---|
MBOModelSyncParameters(ReflectionManager rm,
java.lang.Object syncParamObject)
MBOModelSyncParameters constructor |
Method Summary | |
---|---|
int |
getSyncParameterMaxLength(java.lang.String attributeName)
Get synchronization parameter max length |
java.lang.Object |
getSyncParameterValue(java.lang.String attributeName)
Get the synchronization parameter value |
void |
save()
Save the synchronization parameters |
void |
setSyncParameterValue(java.lang.String attributeName,
java.lang.Object value)
Set the synchronization parameter value |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MBOModelSyncParameters(ReflectionManager rm, java.lang.Object syncParamObject)
rm
- - reflectioin manager used to retrieve datasyncParamObject
- - synchronization parameter objectMethod Detail |
---|
public java.lang.Object getSyncParameterValue(java.lang.String attributeName)
attributeName
- - attribute name of the synchronization parameter
public void setSyncParameterValue(java.lang.String attributeName, java.lang.Object value)
attributeName
- - attribute name of the synchronization parametervalue
- - new synchronization parameter valuepublic int getSyncParameterMaxLength(java.lang.String attributeName)
attributeName
- - attribute name of the synchronization parameter
public void save()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |