|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.v3.management.PropertyInfo
com.ibm.uddi.v3.management.TierInfo
public class TierInfo
Describes a tier, without specifying any limit values.
TierInfo
is a special case of PropertyInfo
in that instead of
using name and description message keys, name and description values can be set
by the administrator.
Constructor Summary | |
---|---|
TierInfo(java.lang.String tierId)
Constructor taking a tier ID. |
|
TierInfo(java.lang.String tierId,
java.lang.String name,
java.lang.String description)
Constructor taking tier ID, name and description. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns user-defined description value. |
java.lang.String |
getName()
Returns user-defined name value. |
boolean |
isDefault()
Indicates whether this tier is the one assigned to users if auto regsitration is activated. |
void |
populateMessageKeys()
Generates message keys for the name and description attributes |
void |
setDefault(boolean defaultTier)
Specifies if this tier is the default one. |
void |
setDescription(java.lang.String description)
Set user defined value for tier description. |
void |
setName(java.lang.String name)
Set user defined value for tier name. |
java.lang.String |
toString()
|
Methods inherited from class com.ibm.uddi.v3.management.PropertyInfo |
---|
getDescriptionKey, getId, getNameKey, setDescriptionKey, setId, setNameKey |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ibm.uddi.v3.management.TierDetail |
---|
getId |
Constructor Detail |
---|
public TierInfo(java.lang.String tierId, java.lang.String name, java.lang.String description)
public TierInfo(java.lang.String tierId)
UddiUser
where a TierInfo
is required only to specify a
tier ID.
tierId
- Method Detail |
---|
public java.lang.String getDescription()
getDescription
in interface TierDetail
public java.lang.String getName()
getName
in interface TierDetail
public void setDescription(java.lang.String description)
description
- public void setName(java.lang.String name)
name
- public boolean isDefault()
TierDetail
isDefault
in interface TierDetail
true
if the tier is the one assigned to
users if auto regsitration is activated.TierDetail.isDefault()
public void setDefault(boolean defaultTier)
defaultTier
- public java.lang.String toString()
toString
in class PropertyInfo
public void populateMessageKeys()
PropertyInfo
populateMessageKeys
in class PropertyInfo
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |