org.ow2.jasmine.probe
Class JasminePropertyInfo

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

public class JasminePropertyInfo
extends Object

Information about a Jasmine Property used in the different interfaces

Author:
durieuxp

Field Summary
protected  String description
          Description of this property
protected  String name
          name of the property
protected  boolean required
          true if property is required.
 
Constructor Summary
JasminePropertyInfo()
          Empty constructor, needed for MXBean
JasminePropertyInfo(String name, String description, boolean required)
          Constructor
 
Method Summary
 String getDescription()
           
 String getName()
           
 boolean isRequired()
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setRequired(boolean required)
           
 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 String name
name of the property


description

protected 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(String name,
                           String description,
                           boolean required)
Constructor

Parameters:
description -
required -
Method Detail

getName

public String getName()

getDescription

public String getDescription()

isRequired

public boolean isRequired()

setName

public void setName(String name)

setDescription

public void setDescription(String description)

setRequired

public void setRequired(boolean required)

toString

public String toString()
Build a line representing this JasminePropertiyInfo

Overrides:
toString in class Object
Returns:
String line


Copyright © 2013 OW2 Consortium. All Rights Reserved.