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.String
getDescription()
Description of the OS Packagejava.lang.String
getDisplayName()
Name of the OS Packagejava.lang.String
getInternalName()
Internal Name of the OS PackageOperatingSystemPackageType
getOsPkgType()
Type of operating system packagejava.lang.String
getPacakgeFileLocation()
java.lang.String
getPacakgeLocationType()
Package Location Type.JeOS
getTargetedJeOS()
Target JeOS for the OS Packagejava.lang.String
getVersion()
Version of the OS Packagevoid
setDescription(java.lang.String Description)
Description of the OS Packagevoid
setDisplayName(java.lang.String DisplayName)
Name of the OS Packagevoid
setInternalName(java.lang.String InternalName)
Internal Name of the OS Packagevoid
setOsPkgType(OperatingSystemPackageType OsPkgType)
Type of operating system packagevoid
setPacakgeFileLocation(java.lang.String PacakgeFileLocation)
void
setPacakgeLocationType(java.lang.String PacakgeLocationType)
Package Location Type.void
setTargetedJeOS(JeOS TargetedJeOS)
Target JeOS for the OS Packagevoid
setVersion(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
-
-