com.francetelecom.admindm.model
Class SetParameterAttributesStruct

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

public final class SetParameterAttributesStruct
extends java.lang.Object

The Class SetParameterAttributesStruct.


Constructor Summary
SetParameterAttributesStruct()
           
 
Method Summary
 java.lang.String[] getAccessList()
          Gets the access list.
 java.lang.String getName()
          Gets the name.
 int getNotification()
          Gets the notification.
 boolean isAccessListChange()
          Checks if is access list change.
 boolean isNotificationChange()
          Checks if is notification change.
 void setAccessList(java.lang.String[] pAccessList)
          Sets the access list.
 void setAccessListChange(boolean value)
          Sets the access list change.
 void setName(java.lang.String pName)
          Sets the name.
 void setNotification(int pNotification)
          Sets the notification.
 void setNotificationChange(boolean pNotificationChange)
          Sets the notification change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetParameterAttributesStruct

public SetParameterAttributesStruct()
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

isNotificationChange

public boolean isNotificationChange()
Checks if is notification change.

Returns:
true, if is notification change

setNotificationChange

public void setNotificationChange(boolean pNotificationChange)
Sets the notification change.

Parameters:
pNotificationChange - the new notification change

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

isAccessListChange

public boolean isAccessListChange()
Checks if is access list change.

Returns:
true, if is access list change

setAccessListChange

public void setAccessListChange(boolean value)
Sets the access list change.

Parameters:
value - the new access list change


Copyright © 2011 FranceTelecom. All Rights Reserved.