Package de.elo.ix.client
Class PackageData
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.PackageData
- All Implemented Interfaces:
Serializable
This class defines a package. EIX-1895
- Since:
- 21.00.000.005
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringContent type of the iconprotected StringPackage description.protected StringPackage GUID.protected FileDataIcon of package.protected List<PackageLevelData> protected intThe ID of the user that holds the lock or -1, if the note is not locked.protected StringThe user name that holds the lock or an empty string if the note is not locked.protected StringMaintainer of packageprotected StringName of the package, which is displayed.protected StringName of the package, which can be used (as technical name).protected StringOptional version name of the package.protected StringTimestamp of last modification.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGuid()getIcon()intgetName()voidsetContentType(String contentType) voidsetDescription(String description) voidvoidvoidsetLevels(List<PackageLevelData> levels) voidsetLockId(int lockId) voidsetLockName(String lockName) voidsetMaintainer(String maintainer) voidvoidsetNamespace(String namespace) voidsetPkgVersion(String pkgVersion) voidtoString()Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
guid
Package GUID. -
name
Name of the package, which is displayed. -
description
Package description. -
icon
Icon of package. -
tStamp
Timestamp of last modification. -
lockId
protected int lockIdThe ID of the user that holds the lock or -1, if the note is not locked. -
lockName
The user name that holds the lock or an empty string if the note is not locked. -
maintainer
Maintainer of package- Since:
- 21.00.000.019
-
contentType
Content type of the icon- Since:
- 21.00.000.019
-
namespace
Name of the package, which can be used (as technical name).- Since:
- 21.00.000.022
-
pkgVersion
Optional version name of the package. This field can be used as a user-defined version scheme (f.e. 1.0 or First Version). Maximum length for the package version is 30 characters.- Since:
- 23.06.000.000
-
levels
- Since:
- 21.02.000.008
-
-
Constructor Details
-
PackageData
public PackageData() -
PackageData
-
-
Method Details
-
setGuid
-
getGuid
-
getLockId
public int getLockId() -
setLockId
public void setLockId(int lockId) -
getLockName
-
setLockName
-
getName
-
setName
-
getDescription
-
setDescription
-
getIcon
-
setIcon
-
getTStamp
-
setTStamp
-
getMaintainer
-
setMaintainer
-
getContentType
-
setContentType
-
getNamespace
-
setNamespace
-
getLevels
-
setLevels
-
getPkgVersion
-
setPkgVersion
-
toString
-