Skip navigation links


oracle.iam.notification.vo
Class NotificationAttribute

java.lang.Object
  extended by oracle.iam.notification.vo.NotificationAttribute

All Implemented Interfaces:
java.io.Serializable

public class NotificationAttribute
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

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

NotificationAttribute

public NotificationAttribute()

Method Detail

getName

public java.lang.String getName()
Provides name of the attribute
Returns:
name of the attribute

setName

public void setName(java.lang.String name)
Sets name of the attribute
Parameters:
name - name of the attribute to be set

getType

public java.lang.String getType()
Provides type of the attribute
Returns:
type of the attribute

setType

public void setType(java.lang.String type)
Sets type of the attribute
Parameters:
type - type of the attribute to be set

getSubtree

public java.util.List getSubtree()
Provides the list of Notification attributes contained by the attribute
Returns:
list of notification attributes within the attribute

setSubtree

public void setSubtree(java.util.List subtree)
Adds notification attributes to the attribute
Parameters:
subtree - List of notification attributes

getEntityName

public java.lang.String getEntityName()
Provides name of the entity associated with the attribute
Returns:
name of the entity

setEntityName

public void setEntityName(java.lang.String entityName)
Sets name of the entity to be associated with the attribute
Parameters:
entityName - entity name

isSearchable

public boolean isSearchable()
Specify if the attribute can be searched or not
Returns:
'true' if it can be searched else returns 'false'

setSearchable

public void setSearchable(boolean searchable)
Set the flag for the attribute for it can be searched or not
Parameters:
searchable - 'true' if it can be searched else 'false'

isRequired

public boolean isRequired()
Specify if the attribute is required or not
Returns:
'true' if it is required else returns 'false'

setRequired

public void setRequired(boolean required)
Sets the flag for the attribute for it is required or not
Parameters:
required - 'true' if it is required else 'false'

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.