ch.systemsx.cisd.common.api
Class RpcServiceInterfaceDTO
java.lang.Object
ch.systemsx.cisd.common.api.RpcServiceInterfaceDTO
- All Implemented Interfaces:
- java.io.Serializable
public class RpcServiceInterfaceDTO
- extends java.lang.Object
- implements java.io.Serializable
Describes an RPC interface supported by the server.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
RpcServiceInterfaceDTO
public RpcServiceInterfaceDTO(java.lang.String name)
getInterfaceName
public java.lang.String getInterfaceName()
- The name of this interface used for identification.
getVersions
public java.util.ArrayList<RpcServiceInterfaceVersionDTO> getVersions()
addVersion
public void addVersion(RpcServiceInterfaceVersionDTO ifaceVersion)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object