com.fatwire.cs.core.properties
Class Description

java.lang.Object
  extended by com.fatwire.cs.core.properties.Description

public final class Description
extends java.lang.Object

This class defines a property that Content Server's property editor can read and describe.


Constructor Summary
Description(java.lang.String name, java.lang.String description, java.lang.String defaultValue, java.lang.String category)
          Create a new Description
 
Method Summary
 java.lang.String category()
          Get the category for this property
 java.lang.String defaultValue()
          Get a default value for this property.
 java.lang.String description()
          Get a text description of this property.
 java.lang.String name()
          Get the name of this property
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Description

public Description(java.lang.String name,
                   java.lang.String description,
                   java.lang.String defaultValue,
                   java.lang.String category)
Create a new Description

Parameters:
name - name of the property
description - description of the property
defaultValue - default value of this property
category - category of the property within whatever file defines it
Method Detail

category

public final java.lang.String category()
Get the category for this property

Returns:
String identifier for the category of the property

name

public final java.lang.String name()
Get the name of this property

Returns:
the name of the property

description

public final java.lang.String description()
Get a text description of this property.

Returns:
the description of the property

defaultValue

public final java.lang.String defaultValue()
Get a default value for this property.

Returns:
the default value of the property