de.smartics.properties.report.data
Class PropertyReportSet

Package class diagram package PropertyReportSet
java.lang.Object
  extended by de.smartics.properties.report.data.PropertyReportSet

public final class PropertyReportSet
     
     
extends Object

Report information for a particular property set.


Nested Class Summary
static class PropertyReportSet.Builder
          Builder to create instances of enclosing class.
 
Method Summary
 String getComment()
          Returns the Javadoc comment to the descriptor.
 DocumentMetaData getMetaData()
          Returns the document instance metadata.
 String getName()
          Returns the name that uniquely identifies the property set report.
 String getSpace()
          Returns the space the report item belongs to.
 String getTitle()
          Returns the unique title of the report within the space.
 String getType()
          Returns the type that defines the report set, if no name is specified explicitly.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public String getType()
Returns the type that defines the report set, if no name is specified explicitly.

Returns:
the type that defines the report set, if no name is specified explicitly.

getComment

public String getComment()
Returns the Javadoc comment to the descriptor.

Returns:
the Javadoc comment to the descriptor.

getMetaData

public DocumentMetaData getMetaData()
Returns the document instance metadata.

Returns:
the document instance metadata.

getName

public String getName()
Returns the name that uniquely identifies the property set report.

Returns:
the name that uniquely identifies the property set report.

getSpace

public String getSpace()
Returns the space the report item belongs to.

Returns:
the space the report item belongs to.

getTitle

public String getTitle()
Returns the unique title of the report within the space.

Returns:
the unique title of the report within the space.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.