org.jlab.coda.afecs.cool.ontology
Class CEmuSocket
java.lang.Object
org.jlab.coda.afecs.cool.ontology.AOntologyConcept
org.jlab.coda.afecs.cool.ontology.CEmuSocket
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class CEmuSocket
- extends AOntologyConcept
- implements java.io.Serializable, java.lang.Cloneable
JSA: Thomas Jefferson National Accelerator Facility
This software was developed under a United States Government license,
described in the NOTICE file included as part of this distribution.
Copyright (c), Aug 18, 2009
- Version:
- 1.4
- Author:
- Vardan Gyurjyan
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CEmuSocket
public CEmuSocket()
setName
public void setName(java.lang.String name)
setType
public void setType(java.lang.String type)
setPort
public void setPort(int port)
setPool
public void setPool(int pool)
setSize
public void setSize(int size)
setisServer
public void setisServer(java.lang.String server)
getName
public java.lang.String getName()
getType
public java.lang.String getType()
getPort
public int getPort()
getPool
public int getPool()
getSize
public int getSize()
isServer
public java.lang.String isServer()