com.ibm.uddi.v3.management
Class Limit
- java.lang.Object
-
- com.ibm.uddi.v3.management.Property
-
- com.ibm.uddi.v3.management.Limit
-
- All Implemented Interfaces:
- java.io.Serializable
public class Limit extends Property implements java.io.Serializable
Represents a limit on the number of entities that may be published by a UDDI publisher in the UDDI registry.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description 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
Methods Modifier and Type Method and Description voidpopulateMessageKeys()Populates name and description message keys.java.lang.StringtoString()-
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
-
-
-
-
Constructor Detail
-
Limit
public Limit()
Constructor taking no arguments. Sets type tojava.lang.Integerand value to 0 as default.
-
Limit
public 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.- Parameters:
id-type-value-nameKey-
-
-