com.francetelecom.admindm.model
Class ParameterAttributeStruct

java.lang.Object
  extended by com.francetelecom.admindm.model.ParameterAttributeStruct

public final class ParameterAttributeStruct
extends java.lang.Object

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

ParameterAttributeStruct

public ParameterAttributeStruct(java.lang.String pName,
                                java.lang.String[] pAccessList,
                                int pNotification)
Instantiates a new parameter attribute structure.

Parameters:
pName - the name
pAccessList - the access list
pNotification - the notification
Method Detail

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String pName)
Sets the name.

Parameters:
pName - the new name

getNotification

public int getNotification()
Gets the notification.

Returns:
the notification

setNotification

public void setNotification(int pNotification)
Sets the notification.

Parameters:
pNotification - the new notification

getAccessList

public java.lang.String[] getAccessList()
Gets the access list.

Returns:
the access list

setAccessList

public void setAccessList(java.lang.String[] pAccessList)
Sets the access list.

Parameters:
pAccessList - the new access list

encoded

public org.kxml2.kdom.Element encoded()
Encoded.

Returns:
the element


Copyright © 2011 FranceTelecom. All Rights Reserved.