public class Clerk extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected Node |
node |
protected String |
password |
protected String |
publisher |
Constructor and Description |
---|
Clerk() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Node |
getNode() |
String |
getPassword() |
String |
getPublisher() |
void |
setName(String name) |
void |
setNode(Node node) |
void |
setPassword(String password) |
void |
setPublisher(String publisher) |
protected String name
protected Node node
protected String publisher
protected String password
public String getName()
public void setName(String name)
public Node getNode()
public void setNode(Node node)
public String getPublisher()
public void setPublisher(String publisher)
public String getPassword()
public void setPassword(String password)
Copyright © 2018 JBoss by Red Hat. All rights reserved.