com.rapidtransform.spec.model
Class DescriptiveSpec
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
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
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 |
DescriptiveSpec
public DescriptiveSpec()
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.