Package com.zerog.ia.auto.project.vapp
Class OperatingSystemPackage
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.vapp.OperatingSystemPackage
-
- All Implemented Interfaces:
Referenceable
public final class OperatingSystemPackage extends ProjectObject
OS Package Information for the JeOS. Example of an OS package could be openssl, binutils, etc.
-
-
Constructor Summary
Constructors Constructor Description OperatingSystemPackage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Description of the OS Packagejava.lang.StringgetDisplayName()Name of the OS Packagejava.lang.StringgetInternalName()Internal Name of the OS PackageOperatingSystemPackageTypegetOsPkgType()Type of operating system packagejava.lang.StringgetPacakgeFileLocation()java.lang.StringgetPacakgeLocationType()Package Location Type.JeOSgetTargetedJeOS()Target JeOS for the OS Packagejava.lang.StringgetVersion()Version of the OS PackagevoidsetDescription(java.lang.String Description)Description of the OS PackagevoidsetDisplayName(java.lang.String DisplayName)Name of the OS PackagevoidsetInternalName(java.lang.String InternalName)Internal Name of the OS PackagevoidsetOsPkgType(OperatingSystemPackageType OsPkgType)Type of operating system packagevoidsetPacakgeFileLocation(java.lang.String PacakgeFileLocation)voidsetPacakgeLocationType(java.lang.String PacakgeLocationType)Package Location Type.voidsetTargetedJeOS(JeOS TargetedJeOS)Target JeOS for the OS PackagevoidsetVersion(java.lang.String Version)Version of the OS Package-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getDisplayName
public java.lang.String getDisplayName()
Name of the OS Package
-
setDisplayName
public void setDisplayName(java.lang.String DisplayName)
Name of the OS Package
-
getVersion
public java.lang.String getVersion()
Version of the OS Package
-
setVersion
public void setVersion(java.lang.String Version)
Version of the OS Package
-
getInternalName
public java.lang.String getInternalName()
Internal Name of the OS Package
-
setInternalName
public void setInternalName(java.lang.String InternalName)
Internal Name of the OS Package
-
getDescription
public java.lang.String getDescription()
Description of the OS Package
-
setDescription
public void setDescription(java.lang.String Description)
Description of the OS Package
-
getPacakgeLocationType
public java.lang.String getPacakgeLocationType()
Package Location Type. Set value to "internet" or to "file
-
setPacakgeLocationType
public void setPacakgeLocationType(java.lang.String PacakgeLocationType)
Package Location Type. Set value to "internet" or to "file
-
getPacakgeFileLocation
public java.lang.String getPacakgeFileLocation()
-
setPacakgeFileLocation
public void setPacakgeFileLocation(java.lang.String PacakgeFileLocation)
-
getTargetedJeOS
public JeOS getTargetedJeOS()
Target JeOS for the OS Package
-
setTargetedJeOS
public void setTargetedJeOS(JeOS TargetedJeOS)
Target JeOS for the OS Package
-
getOsPkgType
public OperatingSystemPackageType getOsPkgType()
Type of operating system package
-
setOsPkgType
public void setOsPkgType(OperatingSystemPackageType OsPkgType)
Type of operating system package
-
-