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 String
Content type of the iconprotected String
Package description.protected String
Package GUID.protected FileData
Icon of package.protected List<PackageLevelData>
protected int
The ID of the user that holds the lock or -1, if the note is not locked.protected String
The user name that holds the lock or an empty string if the note is not locked.protected String
Maintainer of packageprotected String
Name of the package, which is displayed.protected String
Name of the package, which can be used (as technical name).protected String
Timestamp of last modification.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGuid()
getIcon()
int
getName()
void
setContentType
(String contentType) void
setDescription
(String description) void
void
void
setLevels
(List<PackageLevelData> levels) void
setLockId
(int lockId) void
setLockName
(String lockName) void
setMaintainer
(String maintainer) void
void
setNamespace
(String namespace) void
toString()
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
-
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
-
toString
-