com.rapidtransform.spec.model
Class DescriptiveSpec

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by com.rapidtransform.spec.model.DescriptiveSpec
All Implemented Interfaces:
Model, FinalDefinition, java.io.Serializable

public class DescriptiveSpec
extends AbstractBaseModel
implements FinalDefinition

This class is a textual description of an object.

Author:
S. Werner
See Also:
Serialized Form

Constructor Summary
DescriptiveSpec()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.util.Set<Document> getDocuments()
           
 java.lang.String getName()
           
 void setDescription(java.lang.String description)
           
 void setDocuments(java.util.Set<Document> documents)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class com.rapidtransform.core.model.AbstractBaseModel
equals, generateUuid, getId, getMetaTypeName, getPropertyHolder, getUuid, hashCode, setId, setMetaTypeName, setPropertyHolder, setUuid
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptiveSpec

public DescriptiveSpec()
Method Detail

getDescription

public java.lang.String getDescription()
Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - The description to set.

getDocuments

public java.util.Set<Document> getDocuments()
Returns:
Returns the documents.

setDocuments

public void setDocuments(java.util.Set<Document> documents)
Parameters:
documents - The documents to set.

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.