com.ibm.uddi.v3.management
Interface TierDetail

All Known Implementing Classes:
Tier, TierInfo

public interface TierDetail

This interface helps the admin console extension for UDDI to use objects of this type

Author:
IBM

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

Method Detail

getId

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

Returns:
- the property identifier.

getName

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

Returns:
- the name.

getDescription

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

Returns:
- the description.

isDefault

public 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.