Class MaisDocConcept

java.lang.Object
org.x4o.maisdoc.model.MaisDocConcept

public class MaisDocConcept extends Object
ApiDocConcept defines the prime concepts which for which we write documents.
Version:
1.0 May 12, 2013
Author:
Willem Cazander
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Returns:
      the id
    • setId

      public void setId(String id)
      Parameters:
      id - the id to set
    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getDescriptionName

      public String getDescriptionName()
      Returns:
      the descriptionName
    • setDescriptionName

      public void setDescriptionName(String descriptionName)
      Parameters:
      descriptionName - the descriptionName to set
    • getDescriptionHelp

      public String getDescriptionHelp()
      Returns:
      the descriptionHelp
    • setDescriptionHelp

      public void setDescriptionHelp(String descriptionHelp)
      Parameters:
      descriptionHelp - the descriptionHelp to set
    • getConceptClass

      public Class<?> getConceptClass()
      Returns:
      the conceptClass
    • setConceptClass

      public void setConceptClass(Class<?> conceptClass)
      Parameters:
      conceptClass - the conceptClass to set
    • addChildConcepts

      public void addChildConcepts(MaisDocConcept childConcept)
    • removeChildConcept

      public void removeChildConcept(MaisDocConcept childConcept)
    • getChildConcepts

      public List<MaisDocConcept> getChildConcepts()
    • getParent

      public MaisDocConcept getParent()
      Returns:
      the parent
    • setParent

      public void setParent(MaisDocConcept parent)
      Parameters:
      parent - the parent to set