Class MetaSection
- java.lang.Object
-
- net.anotheria.asg.generator.view.meta.MetaSection
-
- All Implemented Interfaces:
IGenerateable
- Direct Known Subclasses:
MetaCustomSection,MetaModuleSection
public class MetaSection extends java.lang.Object implements IGenerateable
A section in the overview.- Version:
- $Id: $Id
- Author:
- another
-
-
Constructor Summary
Constructors Constructor Description MetaSection(java.lang.String aTitle)Constructor for MetaSection.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetTitle()Getter for the fieldtitle.inthashCode()hashCode.java.lang.StringtoString()
-
-
-
Method Detail
-
getTitle
public java.lang.String getTitle()
Getter for the field
title.- Returns:
- a
Stringobject.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
hashCode.
- Overrides:
hashCodein classjava.lang.Object- Returns:
- a int.
-
-