@Entity public class Operator extends Object implements Serializable
Constructor and Description |
---|
Operator() |
Modifier and Type | Method and Description |
---|---|
List<Contact> |
getContact() |
Long |
getId() |
List<KeyInfo> |
getKeyInfo() |
String |
getOperatorNodeID() |
OperatorStatusType |
getOperatorStatus() |
ReplicationConfiguration |
getParent() |
String |
getSoapReplicationURL() |
void |
setContact(List<Contact> c) |
void |
setId(Long id) |
void |
setKeyInfo(List<KeyInfo> c) |
void |
setOperatorNodeID(String value) |
void |
setOperatorStatus(OperatorStatusType value) |
void |
setParent(ReplicationConfiguration e) |
void |
setSoapReplicationURL(String value) |
public Long getId()
public void setId(Long id)
public String getOperatorNodeID()
public void setOperatorNodeID(String value)
public OperatorStatusType getOperatorStatus()
public void setOperatorStatus(OperatorStatusType value)
public String getSoapReplicationURL()
public void setSoapReplicationURL(String value)
public ReplicationConfiguration getParent()
public void setParent(ReplicationConfiguration e)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.