org.apache.juddi.api_v3
Class Clerk
java.lang.Object
org.apache.juddi.api_v3.Clerk
- All Implemented Interfaces:
- Serializable
public class Clerk
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
Clerk()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
node
protected Node node
publisher
protected String publisher
password
protected String password
Clerk
public Clerk()
getName
public String getName()
setName
public void setName(String name)
getNode
public Node getNode()
setNode
public void setNode(Node node)
getPublisher
public String getPublisher()
setPublisher
public void setPublisher(String publisher)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.