Class CarbonModuleData

java.lang.Object
com.peterphi.carbon.type.XMLWrapper
com.peterphi.carbon.type.mutable.CarbonModuleData
Direct Known Subclasses:
CarbonMultisourceModuleDataSimple

public class CarbonModuleData extends XMLWrapper
  • Constructor Details

    • CarbonModuleData

      public CarbonModuleData(org.jdom2.Element element)
  • Method Details

    • setAttribute

      public void setAttribute(String name, String value)
      Description copied from class: XMLWrapper
      Helper method to set the value of an attribute on this Element
      Overrides:
      setAttribute in class XMLWrapper
      Parameters:
      name - the attribute name
      value - the value to set - if null the attribute is removed
    • getAttribute

      public String getAttribute(String name)
      Description copied from class: XMLWrapper
      Helper method to retrieve the value of an attribute on this Element
      Overrides:
      getAttribute in class XMLWrapper
      Returns: