com.ibm.uddi.v3.management

Class PolicyGroup

  1. java.lang.Object
  2. extended bycom.ibm.uddi.v3.management.PolicyGroup
All implemented interfaces:
java.io.Serializable

  1. public class PolicyGroup
  2. extends java.lang.Object
  3. implements java.io.Serializable
Represents a UDDI policy group. This is a logical grouping of policies that are related to each other.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
PolicyGroup()
Constructor taking no arguments.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getAliasName()
Returns human readable name for this policy group.
  1. java.lang.String
getDescriptionKey()
Gets the key for this policy group's description
  1. java.lang.String
getId()
Gets the id of this policy group
  1. java.lang.String
getNameKey()
Gets the key for this policy group's name
  1. java.util.List
getPolicies()
Gets the list of all the policies belonging to this policy group.
  1. boolean
isInternal()
Returns true if the policy group is hidden from use.
  1. void
setAliasName(java.lang.String aliasName)
Sets human readable name for this policy group.
  1. void
setDescriptionKey(java.lang.String descriptionKey)
Sets the description key.
  1. void
setId(java.lang.String id)
Sets the ID.
  1. void
setInternal(boolean internal)
Sets the flag indicating if this policy group and all child policies are hidden from use.
  1. void
setNameKey(java.lang.String nameKey)
Sets the name message key.
  1. void
setPolicies(java.util.List policies)
Sets the policies present in this policy group.
  1. java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

PolicyGroup

  1. public PolicyGroup()
Constructor taking no arguments.

Method Detail

getDescriptionKey

  1. public java.lang.String getDescriptionKey( )
Gets the key for this policy group's description
Returns:

getId

  1. public java.lang.String getId()
Gets the id of this policy group
Returns:

getNameKey

  1. public java.lang.String getNameKey( )
Gets the key for this policy group's name
Returns:

getPolicies

  1. public java.util.List getPolicies( )
Gets the list of all the policies belonging to this policy group. The list should only contain com.ibm.uddi.v3.admingui.core.Policy objects.
Returns:

setDescriptionKey

  1. public void setDescriptionKey(java.lang.String descriptionKey)
Sets the description key. Populated by configuration initialization.
Parameters:
descriptionKey -

setId

  1. public void setId(java.lang.String id)
Sets the ID.
Parameters:
id -

setNameKey

  1. public void setNameKey(java.lang.String nameKey)
Sets the name message key. Populated by configuration initialization.
Parameters:
nameKey -

setPolicies

  1. public void setPolicies(java.util.List policies)
Sets the policies present in this policy group.
Parameters:
policies -

toString

  1. public java.lang.String toString( )
Overrides:
toString in class java.lang.Object

isInternal

  1. public boolean isInternal()
Returns true if the policy group is hidden from use.
Returns:

setInternal

  1. public void setInternal(boolean internal)
Sets the flag indicating if this policy group and all child policies are hidden from use.
Parameters:
internal - - true if this policy group and all child policies are to be hidden from use.

getAliasName

  1. public java.lang.String getAliasName( )
Returns human readable name for this policy group.
Returns:

setAliasName

  1. public void setAliasName(java.lang.String aliasName)
Sets human readable name for this policy group.
Parameters:
aliasName -