|
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.Property
com.ibm.uddi.v3.management.Limit
public class Limit
Represents a limit on the number of entities that may be published by a UDDI publisher in the UDDI registry.
Constructor Summary | |
---|---|
Limit()
Constructor taking no arguments. |
|
Limit(java.lang.String id,
java.lang.String type,
java.lang.Object value,
java.lang.String nameKey)
Constructor taking ID, value type, value and name message key. |
Method Summary | |
---|---|
void |
populateMessageKeys()
Populates name and description message keys. |
java.lang.String |
toString()
|
Methods inherited from class com.ibm.uddi.v3.management.Property |
---|
getBooleanValue, getConstraints, getDescriptionKey, getDisplayOrder, getId, getIntegerValue, getNameKey, getStringValue, getType, getUnitsKey, getValidValues, getValue, isInternal, isReadOnly, isRequired, isUsingMessageKeys, setBooleanValue, setConstraints, setDescriptionKey, setDisplayOrder, setId, setIntegerValue, setInternal, setNameKey, setReadOnly, setRequired, setStringValue, setType, setUnitsKey, setUsingMessageKeys, setValidValues, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Limit()
java.lang.Integer
and value to 0 as default.
public Limit(java.lang.String id, java.lang.String type, java.lang.Object value, java.lang.String nameKey)
id
- type
- value
- nameKey
- Method Detail |
---|
public void populateMessageKeys()
public java.lang.String toString()
toString
in class Property
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |