org.jlab.coda.afecs.cool.ontology
Class CEmuSocket

java.lang.Object
  extended by org.jlab.coda.afecs.cool.ontology.AOntologyConcept
      extended by 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

Constructor Summary
CEmuSocket()
           
 
Method Summary
 java.lang.String getName()
           
 int getPool()
           
 int getPort()
           
 int getSize()
           
 java.lang.String getType()
           
 java.lang.String isServer()
           
 void setisServer(java.lang.String server)
           
 void setName(java.lang.String name)
           
 void setPool(int pool)
           
 void setPort(int port)
           
 void setSize(int size)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class org.jlab.coda.afecs.cool.ontology.AOntologyConcept
addConceptSlot, addPrimitiveSlot, addSlot, getConceptName, getOntology, getSlots, setConceptName, setOntology
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CEmuSocket

public CEmuSocket()
Method Detail

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()