|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.francetelecom.admindm.model.SetParameterAttributesStruct
public final class SetParameterAttributesStruct
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 |
---|
public SetParameterAttributesStruct()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String pName)
pName
- the new namepublic boolean isNotificationChange()
public void setNotificationChange(boolean pNotificationChange)
pNotificationChange
- the new notification changepublic 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 boolean isAccessListChange()
public void setAccessListChange(boolean value)
value
- the new access list change
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |