|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.francetelecom.admindm.model.ParameterAttributeStruct
public final class ParameterAttributeStruct
The Class ParameterAttributeStruct.
Constructor Summary | |
---|---|
ParameterAttributeStruct(java.lang.String pName,
java.lang.String[] pAccessList,
int pNotification)
Instantiates a new parameter attribute structure. |
Method Summary | |
---|---|
org.kxml2.kdom.Element |
encoded()
Encoded. |
java.lang.String[] |
getAccessList()
Gets the access list. |
java.lang.String |
getName()
Gets the name. |
int |
getNotification()
Gets the notification. |
void |
setAccessList(java.lang.String[] pAccessList)
Sets the access list. |
void |
setName(java.lang.String pName)
Sets the name. |
void |
setNotification(int pNotification)
Sets the notification. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterAttributeStruct(java.lang.String pName, java.lang.String[] pAccessList, int pNotification)
pName
- the namepAccessList
- the access listpNotification
- the notificationMethod Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String pName)
pName
- the new namepublic int getNotification()
public void setNotification(int pNotification)
pNotification
- the new notificationpublic java.lang.String[] getAccessList()
public void setAccessList(java.lang.String[] pAccessList)
pAccessList
- the new access listpublic org.kxml2.kdom.Element encoded()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |