com.ibm.uddi.v3.management

Interface TierDetail

All known implementing classes:
Tier, TierInfo

  1. public interface TierDetail
This interface helps the admin console extension for UDDI to use objects of this type


Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getDescription()
Returns the description of this tier object.
  1. java.lang.String
getId()
Returns the identifier for this tier object.
  1. java.lang.String
getName()
Returns the name of this tier object.
  1. boolean
isDefault()
Indicates whether this tier is the one assigned to users if auto regsitration is activated.

Method Detail

getId

  1. java.lang.String getId()
Returns the identifier for this tier object.

Returns:
- the property identifier.

getName

  1. java.lang.String getName()
Returns the name of this tier object.

Returns:
- the name.

getDescription

  1. java.lang.String getDescription( )
Returns the description of this tier object.

Returns:
- the description.

isDefault

  1. boolean isDefault()
Indicates whether this tier is the one assigned to users if auto regsitration is activated.
Returns:
true if the tier is the one assigned to users if auto regsitration is activated.