org.ow2.jasmine.probe
Class JasminePropertyInfo

java.lang.Object
  extended by org.ow2.jasmine.probe.JasminePropertyInfo

public class JasminePropertyInfo
extends java.lang.Object

Information about a Jasmine Property used in the different interfaces

Author:
durieuxp

Field Summary
protected  java.lang.String description
          Description of this property
protected  java.lang.String name
          name of the property
protected  boolean required
          true if property is required.
 
Constructor Summary
JasminePropertyInfo()
          Empty constructor, needed for MXBean
JasminePropertyInfo(java.lang.String name, java.lang.String description, boolean required)
          Constructor
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 boolean isRequired()
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 void setRequired(boolean required)
           
 java.lang.String toString()
          Build a line representing this JasminePropertiyInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
name of the property


description

protected java.lang.String description
Description of this property


required

protected boolean required
true if property is required.

Constructor Detail

JasminePropertyInfo

public JasminePropertyInfo()
Empty constructor, needed for MXBean


JasminePropertyInfo

public JasminePropertyInfo(java.lang.String name,
                           java.lang.String description,
                           boolean required)
Constructor

Parameters:
description -
required -
Method Detail

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()

isRequired

public boolean isRequired()

setName

public void setName(java.lang.String name)

setDescription

public void setDescription(java.lang.String description)

setRequired

public void setRequired(boolean required)

toString

public java.lang.String toString()
Build a line representing this JasminePropertiyInfo

Overrides:
toString in class java.lang.Object
Returns:
String line


Copyright © 2011 OW2 Consortium. All Rights Reserved.