|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.notification.vo.NotificationAttribute
public class NotificationAttribute
| Constructor Summary | |
|---|---|
NotificationAttribute() |
|
| Method Summary | |
|---|---|
java.lang.String |
getEntityName()Provides name of the entity associated with the attribute |
java.lang.String |
getName()Provides name of the attribute |
java.util.List |
getSubtree()Provides the list of Notification attributes contained by the attribute |
java.lang.String |
getType()Provides type of the attribute |
boolean |
isRequired()Specify if the attribute is required or not |
boolean |
isSearchable()Specify if the attribute can be searched or not |
void |
setEntityName(java.lang.String entityName)Sets name of the entity to be associated with the attribute |
void |
setName(java.lang.String name)Sets name of the attribute |
void |
setRequired(boolean required)Sets the flag for the attribute for it is required or not |
void |
setSearchable(boolean searchable)Set the flag for the attribute for it can be searched or not |
void |
setSubtree(java.util.List subtree)Adds notification attributes to the attribute |
void |
setType(java.lang.String type)Sets type of the attribute |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationAttribute()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - name of the attribute to be setpublic java.lang.String getType()
public void setType(java.lang.String type)
type - type of the attribute to be setpublic java.util.List getSubtree()
public void setSubtree(java.util.List subtree)
subtree - List of notification attributespublic java.lang.String getEntityName()
public void setEntityName(java.lang.String entityName)
entityName - entity namepublic boolean isSearchable()
public void setSearchable(boolean searchable)
searchable - 'true' if it can be searched else 'false'public boolean isRequired()
public void setRequired(boolean required)
required - 'true' if it is required else 'false'
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||