org.gcube.data.tmf.api
Class Property

java.lang.Object
  extended by org.gcube.data.tmf.api.Property
All Implemented Interfaces:
Serializable

public class Property
extends Object
implements Serializable

A plugin property.

Author:
Fabio Simeoni
See Also:
Serialized Form

Constructor Summary
Property(String description, String name, String value)
           
 
Method Summary
 String description()
          Return the property description.
 String name()
          Returns the property name.
 String value()
          Returns the property value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property(String description,
                String name,
                String value)
Method Detail

name

public String name()
Returns the property name.

Returns:
name

description

public String description()
Return the property description.

Returns:
description

value

public String value()
Returns the property value.

Returns:
value


Copyright © 2012. All Rights Reserved.