com.ibm.uddi.v3.management
Interface TierDetail
All known implementing classes:
- public interface TierDetail
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getDescription()
Returns the description of this tier object.
|
|
getId()
Returns the identifier for this tier object.
|
|
getName()
Returns the name of this tier object.
|
|
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.