|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.datatype.TModelKey
public class TModelKey
Used in BusinessEntity as the Name of the BusinessEntity, in BusinessService as the name of the BusinessService and in TModel as the name of the TModel.
Constructor Summary | |
---|---|
TModelKey()
Construct a new initialized name instance. |
|
TModelKey(java.lang.String keyValue)
Construct a new name with a given name. |
Method Summary | |
---|---|
java.lang.String |
getValue()
Returns the name of this name-object. |
void |
setValue(java.lang.String newValue)
Sets the name of this name-object to the new given name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TModelKey()
public TModelKey(java.lang.String keyValue)
keyValue
- The name of the new name-object.Method Detail |
---|
public void setValue(java.lang.String newValue)
newValue
- The new name for this name-object.public java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |