IBM WebSphere Application ServerTM
Release 8

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


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

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

Returns:
- the property identifier.

getName

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

Returns:
- the name.

getDescription

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

Returns:
- the description.

isDefault

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.

IBM WebSphere Application ServerTM
Release 8