|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Observable
com.francetelecom.admindm.model.Parameter
public final class Parameter
The Class Parameter.
| Constructor Summary | |
|---|---|
Parameter()
|
|
| Method Summary | |
|---|---|
void |
addCheck(CheckCallBack check)
Adds the check. |
void |
check(java.lang.Object pValue)
Check. |
void |
clearChanged()
clear change tag. |
java.lang.String[] |
getAccessList()
Gets the access list. |
java.lang.Object |
getBackValue()
Gets the back value. |
protected static java.lang.Object |
getBOOLEAN(java.lang.String key,
java.lang.String value)
Gets the bOOLEAN. |
protected static java.lang.Long |
getDATE(java.lang.String key,
java.lang.String value)
Gets the dATE. |
Factory |
getFactory()
Gets the factory. |
protected static java.lang.Object |
getINT(java.lang.String key,
java.lang.String value)
Gets the iNT. |
protected static java.lang.Object |
getLONG(java.lang.String key,
java.lang.String value)
Gets the lONG. |
java.util.List |
getLsCheckCallBack()
Gets the list of check call back. |
java.lang.String |
getName()
Gets the name. |
int |
getNotification()
Gets the notification. |
IPersist |
getPersist()
Gets the persist. |
int |
getState()
Gets the state. |
int |
getStorageMode()
Gets the storage mode. |
java.lang.String |
getTextValue(java.lang.String sessionId)
Gets the text value. |
int |
getType()
Gets the type. |
protected static java.lang.Object |
getUINT(java.lang.String key,
java.lang.String value)
Gets the uINT. |
int |
getUpdateMode()
Gets the update mode. |
java.lang.Object |
getValue()
Gets the value. |
java.lang.Object |
getValue(java.lang.String sessionId)
Gets the value. |
static java.lang.Object |
getValue(java.lang.String key,
java.lang.String value,
int type)
Gets the value. |
boolean |
isActiveNotificationDenied()
Checks if is active notification denied. |
boolean |
isHidden()
Checks if is hidden. |
boolean |
isImmediateChanges()
Checks if is immediate changes. |
boolean |
isMandatoryNotification()
Checks if is mandatory notification. |
boolean |
isWritable()
Checks if is writable. |
void |
setAccessList(java.lang.String[] pAccessList)
Sets the access list. |
void |
setActiveNotificationDenied(boolean pActiveNotificationDenied)
Sets the active notification denied. |
void |
setBackValue(java.lang.Object pBackValue)
Sets the back value. |
void |
setDirectValue(java.lang.Object pValue)
Sets the value without use of setter. |
void |
setFactory(Factory pFactory)
Sets the factory. |
void |
setGetter(Getter pGetter)
Sets the getter. |
void |
setHidden(boolean hidden)
Sets the hidden. |
void |
setImmediateChanges(boolean pImmediateChanges)
Sets the immediate changes. |
void |
setMandatoryNotification(boolean pMandatoryNotification)
Sets the mandatory notification. |
void |
setName(java.lang.String pName)
Sets the name. |
void |
setNotification(int pNotification)
Sets the notification. |
void |
setPersist(IPersist pPersist)
Sets the persist. |
void |
setSetter(Setter pSetter)
Sets the setter. |
void |
setState(int pState)
Sets the state. |
void |
setStorageMode(int pStorageMode)
Sets the storage mode. |
void |
setType(int pType)
Sets the type. |
void |
setUpdateMode(int pUpdateMode)
Sets the update mode. |
void |
setValue(java.lang.Object pValue)
Sets the value. |
void |
setValueWithout(java.lang.Object pValue)
Sets the value without saving. |
void |
setWritable(boolean pWritable)
Sets the writable. |
java.lang.String |
toString()
toString. |
| Methods inherited from class java.util.Observable |
|---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Parameter()
| Method Detail |
|---|
public java.util.List getLsCheckCallBack()
public void setSetter(Setter pSetter)
pSetter - the setterpublic void setGetter(Getter pGetter)
pGetter - the getterpublic IPersist getPersist()
public void setPersist(IPersist pPersist)
pPersist - the new persistpublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public void clearChanged()
clearChanged in class java.util.ObservableObservable.clearChanged()public java.lang.String getTextValue(java.lang.String sessionId)
sessionId - the session id
public java.lang.String getName()
public void setName(java.lang.String pName)
throws Fault
pName - the new name
Fault - the faultpublic int getType()
public void setType(int pType)
pType - the new typepublic int getStorageMode()
public void setStorageMode(int pStorageMode)
pStorageMode - the new storage modepublic boolean isWritable()
public void setWritable(boolean pWritable)
pWritable - the new writablepublic boolean isImmediateChanges()
public void setImmediateChanges(boolean pImmediateChanges)
pImmediateChanges - the new immediate changespublic java.lang.String[] getAccessList()
public void setAccessList(java.lang.String[] pAccessList)
pAccessList - the new access listpublic int getNotification()
public void setNotification(int pNotification)
pNotification - the new notificationpublic boolean isMandatoryNotification()
public void setMandatoryNotification(boolean pMandatoryNotification)
pMandatoryNotification - the new mandatory notificationpublic boolean isActiveNotificationDenied()
public void setActiveNotificationDenied(boolean pActiveNotificationDenied)
pActiveNotificationDenied - the active notification deniedpublic int getUpdateMode()
public void setUpdateMode(int pUpdateMode)
pUpdateMode - the new update modepublic int getState()
public void setState(int pState)
pState - the new statepublic java.lang.Object getBackValue()
public void setBackValue(java.lang.Object pBackValue)
pBackValue - the new back valuepublic java.lang.Object getValue()
public java.lang.Object getValue(java.lang.String sessionId)
sessionId - the session id
public void setValue(java.lang.Object pValue)
throws Fault
pValue - the new value
Fault - the faultpublic void setDirectValue(java.lang.Object pValue)
pValue - the new valuepublic void setValueWithout(java.lang.Object pValue)
pValue - the new value
public static java.lang.Object getValue(java.lang.String key,
java.lang.String value,
int type)
throws Fault
value - the valuetype - the typekey - the key
Fault - the fault
protected static java.lang.Long getDATE(java.lang.String key,
java.lang.String value)
value - the valuekey - the key
java.text.ParseException
protected static java.lang.Object getBOOLEAN(java.lang.String key,
java.lang.String value)
throws Fault
key - the keyvalue - the value
Fault - the fault
protected static java.lang.Object getINT(java.lang.String key,
java.lang.String value)
throws Fault
key - the keyvalue - the value
Fault - the fault
protected static java.lang.Object getLONG(java.lang.String key,
java.lang.String value)
throws Fault
key - the keyvalue - the value
Fault - the fault
protected static java.lang.Object getUINT(java.lang.String key,
java.lang.String value)
throws Fault
key - the keyvalue - the value
Fault - the fault
public void check(java.lang.Object pValue)
throws Fault
pValue - the value
Fault - the faultpublic void addCheck(CheckCallBack check)
check - the checkpublic Factory getFactory()
public void setFactory(Factory pFactory)
pFactory - the new factorypublic void setHidden(boolean hidden)
hidden - the new hiddenpublic boolean isHidden()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||