Class AuthoringDevice

java.lang.Object
org.projecthusky.common.model.AuthoringDevice

public class AuthoringDevice extends Object
The Class AuthoringDevice. The element represents a system or device which produced the document.
  • Constructor Details

    • AuthoringDevice

      public AuthoringDevice()
      Instantiates a new authoring device.
    • AuthoringDevice

      public AuthoringDevice(POCDMT000040AuthoringDevice mdht)
      Instantiates a new authoring device.
      Parameters:
      mdht - the mdht
    • AuthoringDevice

      public AuthoringDevice(String name)
      Instantiates a new authoring device.
      Parameters:
      name - the name
  • Method Details

    • getManufacturerName

      public String getManufacturerName()
      Gets the manufacturer name.
      Returns:
      the manufacturer name
    • setManufacturerName

      public void setManufacturerName(String name)
      Sets the manufacturer name.
      Parameters:
      name - the new manufacturer name
    • getMdht

      public POCDMT000040AuthoringDevice getMdht()
      Gets the mdht.
      Returns:
      the mdht
    • getSoftwareName

      public String getSoftwareName()
      Gets the software name.
      Returns:
      the software name
    • setSoftwareName

      public void setSoftwareName(String name)
      Sets the software name.
      Parameters:
      name - the new software name