org.apache.juddi.api_v3
Class Clerk

java.lang.Object
  extended by org.apache.juddi.api_v3.Clerk
All Implemented Interfaces:
Serializable

public class Clerk
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String name
           
protected  Node node
           
protected  String password
           
protected  String publisher
           
 
Constructor Summary
Clerk()
           
 
Method Summary
 String getName()
           
 Node getNode()
           
 String getPassword()
           
 String getPublisher()
           
 void setName(String name)
           
 void setNode(Node node)
           
 void setPassword(String password)
           
 void setPublisher(String publisher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

node

protected Node node

publisher

protected String publisher

password

protected String password
Constructor Detail

Clerk

public Clerk()
Method Detail

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.