ParameterNoticeBoard
Class NoticeBoardParameter

java.lang.Object
  extended by ParameterNoticeBoard.NoticeBoardParameter

public class NoticeBoardParameter
extends java.lang.Object

A entity class for transferring the details of a noticeboard item around a system.

Version:
$Id: NoticeBoardParameter.java,v 1.3 2008/05/21 11:16:23 cb Exp $
Author:
Craige Bevil

Field Summary
 java.lang.String ParameterName
          Holds the name of the parameter in the noticeboard
 org.omg.CORBA.Any ParameterValue
          Holds value of the parameter in the noticeboard
 
Constructor Summary
NoticeBoardParameter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ParameterName

public java.lang.String ParameterName
Holds the name of the parameter in the noticeboard


ParameterValue

public org.omg.CORBA.Any ParameterValue
Holds value of the parameter in the noticeboard

Constructor Detail

NoticeBoardParameter

public NoticeBoardParameter()