|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.dataservices.model.domain.access.NotificationOption
public class NotificationOption
This class defines the notification options related to access provisioning.
Constructor Summary | |
---|---|
NotificationOption(boolean notifyNewAccess,
boolean notifyAccessDeprovision)
Constructs the object with specific notification options. |
Method Summary | |
---|---|
boolean |
getNotifyAccessDeprovision()
Returns notification option for access deprovision. |
boolean |
getNotifyNewAccess()
Returns notification option for new access provision. |
void |
setNotifyAccessDeprovision(boolean theNotifyAccessDeprovision)
Set notification option for access deprovision. |
void |
setNotifyNewAccess(boolean theNotifyNewAccess)
Set notification option for new access provision. |
java.lang.String |
toString()
Returns the string representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotificationOption(boolean notifyNewAccess, boolean notifyAccessDeprovision)
notifyNewAccess
- notifyAccessDeprovision
- Method Detail |
---|
public boolean getNotifyNewAccess()
public void setNotifyNewAccess(boolean theNotifyNewAccess)
public boolean getNotifyAccessDeprovision()
public void setNotifyAccessDeprovision(boolean theNotifyAccessDeprovision)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |