com.aoindustries.website.skintags
Class Parent

java.lang.Object
  extended by com.aoindustries.website.skintags.Page
      extended by com.aoindustries.website.skintags.Parent

public class Parent
extends Page

Contains the information for a page used for parents.

Author:
AO Industries, Inc.

Constructor Summary
Parent(java.lang.String title, java.lang.String navImageAlt, java.lang.String description, java.lang.String author, java.lang.String copyright, boolean useEncryption, java.lang.String path, java.lang.String keywords, java.util.Collection<Meta> metas, java.util.List<Child> children)
           
 
Method Summary
 java.util.List<Child> getChildren()
          Gets the children of this parent page.
 
Methods inherited from class com.aoindustries.website.skintags.Page
getAuthor, getCopyright, getDescription, getEncrypt, getKeywords, getMetas, getNavImageAlt, getPath, getTitle, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Parent

public Parent(java.lang.String title,
              java.lang.String navImageAlt,
              java.lang.String description,
              java.lang.String author,
              java.lang.String copyright,
              boolean useEncryption,
              java.lang.String path,
              java.lang.String keywords,
              java.util.Collection<Meta> metas,
              java.util.List<Child> children)
Method Detail

getChildren

public java.util.List<Child> getChildren()
Gets the children of this parent page.