Class MetaCustomSection
- java.lang.Object
-
- net.anotheria.asg.generator.view.meta.MetaSection
-
- net.anotheria.asg.generator.view.meta.MetaCustomSection
-
- All Implemented Interfaces:
IGenerateable
public class MetaCustomSection extends MetaSection
Allows the developer to integrate a custom section into generated frontend.- Version:
- $Id: $Id
- Author:
- another
-
-
Constructor Summary
Constructors Constructor Description MetaCustomSection(java.lang.String title)Constructor for MetaCustomSection.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetPath()Getter for the fieldpath.voidsetPath(java.lang.String path)Setter for the fieldpath.java.lang.StringtoString()-
Methods inherited from class net.anotheria.asg.generator.view.meta.MetaSection
getTitle, hashCode
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classMetaSection
-
getPath
public java.lang.String getPath()
Getter for the field
path.- Returns:
- a
Stringobject.
-
setPath
public void setPath(java.lang.String path)
Setter for the field
path.- Parameters:
path- aStringobject.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classMetaSection
-
-