Class AspectDefinition

java.lang.Object
eu.xenit.alfred.api.dictionary.aspects.AspectDefinition

public class AspectDefinition extends Object
  • Constructor Details

    • AspectDefinition

      public AspectDefinition()
  • Method Details

    • getName

      public QName getName()
    • setName

      public void setName(QName name)
    • getParent

      public QName getParent()
    • setParent

      public void setParent(QName parent)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getProperties

      public List<QName> getProperties()
    • setProperties

      public void setProperties(List<QName> properties)
    • getMandatoryAspects

      public List<QName> getMandatoryAspects()
    • setMandatoryAspects

      public void setMandatoryAspects(List<QName> mandatoryAspects)