Package org.projecthusky.common.model
Class AuthoringDevice
java.lang.Object
org.projecthusky.common.model.AuthoringDevice
The Class AuthoringDevice. The element represents a system or device which produced the document.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new authoring device.AuthoringDevice
(String name) Instantiates a new authoring device.Instantiates a new authoring device. -
Method Summary
Modifier and TypeMethodDescriptionGets the manufacturer name.getMdht()
Gets the mdht.Gets the software name.void
setManufacturerName
(String name) Sets the manufacturer name.void
setSoftwareName
(String name) Sets the software name.
-
Constructor Details
-
AuthoringDevice
public AuthoringDevice()Instantiates a new authoring device. -
AuthoringDevice
Instantiates a new authoring device.- Parameters:
mdht
- the mdht
-
AuthoringDevice
Instantiates a new authoring device.- Parameters:
name
- the name
-
-
Method Details
-
getManufacturerName
Gets the manufacturer name.- Returns:
- the manufacturer name
-
setManufacturerName
Sets the manufacturer name.- Parameters:
name
- the new manufacturer name
-
getMdht
Gets the mdht.- Returns:
- the mdht
-
getSoftwareName
Gets the software name.- Returns:
- the software name
-
setSoftwareName
Sets the software name.- Parameters:
name
- the new software name
-