public class InterfaceMeta
extends java.lang.Object
| Constructor and Description |
|---|
InterfaceMeta() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOperation(ServiceOpMeta operation)
addOperation.
|
void |
addOperations(java.util.Collection<ServiceOpMeta> operations)
addOperations.
|
java.lang.Long |
getId()
Getter for the field
id. |
java.lang.String |
getName()
Getter for the field
name. |
java.util.Set<ServiceOpMeta> |
getOperations()
Getter for the field
operations. |
ServiceMeta |
getParent()
Getter for the field
parent. |
java.lang.String |
getQualifiedClassName()
Getter for the field
qualifiedClassName. |
InterfaceMeta |
lightweightCopy()
Creates a lightweight copy to avoid cyclic object dependency.
|
void |
setId(java.lang.Long id)
Setter for the field
id. |
void |
setName(java.lang.String name)
Setter for the field
name. |
void |
setOperations(java.util.Set<ServiceOpMeta> operations)
Setter for the field
operations. |
void |
setParent(ServiceMeta parent)
Setter for the field
parent. |
void |
setQualifiedClassName(java.lang.String qualifiedClassName)
Setter for the field
qualifiedClassName. |
public void addOperation(ServiceOpMeta operation)
addOperation.
operation - a ServiceOpMeta object.public java.lang.String getName()
Getter for the field name.
String object.public void setName(java.lang.String name)
Setter for the field name.
name - a String object.public java.lang.Long getId()
Getter for the field id.
Long object.public void setId(java.lang.Long id)
Setter for the field id.
id - a Long object.public java.util.Set<ServiceOpMeta> getOperations()
Getter for the field operations.
Set object.public java.lang.String getQualifiedClassName()
Getter for the field qualifiedClassName.
String object.public void setQualifiedClassName(java.lang.String qualifiedClassName)
Setter for the field qualifiedClassName.
qualifiedClassName - a String object.public InterfaceMeta lightweightCopy()
public ServiceMeta getParent()
Getter for the field parent.
ServiceMeta object.public void setParent(ServiceMeta parent)
Setter for the field parent.
parent - a ServiceMeta object.public void setOperations(java.util.Set<ServiceOpMeta> operations)
Setter for the field operations.
operations - a Set object.public void addOperations(java.util.Collection<ServiceOpMeta> operations)
addOperations.
operations - a Collection object.Copyright © 2021. All rights reserved.