public class AuthoringDeviceInfo
extends java.lang.Object
This class has the following attributes:
1. Software Name (String)
2. Manufacturer Model Name (String)
This class provides accessors and mutators for the elements mentioned above.
| Constructor and Description |
|---|
AuthoringDeviceInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getManufacturerModelName()
Returns the Manufacturer Model Name of Authoring Device.
|
java.lang.String |
getSoftwareName()
Returns the Software Name of Authoring Device.
|
void |
setManufacturerModelName(java.lang.String manufacturerModelName)
Sets the Manufacturer Model Name of Authoring Device.
|
void |
setSoftwareName(java.lang.String softwareName)
Sets the Software Name of Authoring Device.
|
public java.lang.String getSoftwareName()
public void setSoftwareName(java.lang.String softwareName)
softwareName - Specifies the Software Name of Authoring Device.public java.lang.String getManufacturerModelName()
public void setManufacturerModelName(java.lang.String manufacturerModelName)
manufacturerModelName - Specifies the Manufacturer Model Name of Authoring Device.