Package com.zerog.ia.auto.project
Class Media
- java.lang.Object
- 
- com.zerog.ia.auto.project.ProjectObject
- 
- com.zerog.ia.auto.project.Media
 
 
- 
- All Implemented Interfaces:
- Referenceable
 
 public final class Media extends ProjectObject Defines a CD-ROM/DVD media volume.- See Also:
- Medias
 
- 
- 
Constructor SummaryConstructors Constructor Description Media()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()The name of the media that is displayed to the end user when the installer requests a new media volume.longgetSize()The size of the media in bytes.voidsetName(java.lang.String name)The name of the media that is displayed to the end user when the installer requests a new media volume.voidsetSize(long size)The size of the media in bytes.- 
Methods inherited from class com.zerog.ia.auto.project.ProjectObjectequals, getReferenceID, hashCode, setReferenceID
 
- 
 
- 
- 
- 
Method Detail- 
setNamepublic void setName(java.lang.String name) The name of the media that is displayed to the end user when the installer requests a new media volume. For compatibility with Unix systems, use 8 character names without spaces.
 - 
getNamepublic java.lang.String getName() The name of the media that is displayed to the end user when the installer requests a new media volume. For compatibility with Unix systems, use 8 character names without spaces.
 - 
setSizepublic void setSize(long size) The size of the media in bytes. The default size is 681574400 (650MB).
 - 
getSizepublic long getSize() The size of the media in bytes. The default size is 681574400 (650MB).
 
- 
 
-