Package de.elo.ix.client
Class PackageDataC
java.lang.Object
de.elo.ix.client.PackageDataC
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PackageC
Bit constants for members of PackageData
Copyright: Copyright (c) 2003
Organisation: ELO Digital Office GmbH
- Since:
- 21.00.000.005
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Column length: Content type of the icon DB column: contenttypeprotected int
Column length: Package description.protected int
Column length: Package GUID.protected int
Column length: Icon of package.protected int
Column length: Maintainer of package DB column: maintainerprotected int
Column length: Name of the package, which is displayed.protected int
Column length: Name of the package, which can be used (as technical name).protected int
Column length: Timestamp of last modification.static final long
All valid member bits.static final long
Member bit: Content type of the icon DB column: contenttypestatic final long
Member bit: Package description.static final long
Member bit: Package GUID.static final long
Member bit: Icon of package.static final long
Member bit: The ID of the user that holds the lock or -1, if the note is not locked.static final long
Member bit: Maintainer of package DB column: maintainerstatic final long
Member bit: Name of the package, which is displayed.static final long
Member bit: Name of the package, which can be used (as technical name).static final long
Member bit: Timestamp of last modification. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
int
int
long
long
long
long
long
long
long
long
long
long
void
setLnContentType
(int v) void
setLnDescription
(int v) void
setLnGuid
(int v) void
setLnIconData
(int v) void
setLnMaintainer
(int v) void
setLnName
(int v) void
setLnNamespace
(int v) void
setLnTStamp
(int v) void
setMbAllMembers
(long v) void
setMbContentType
(long v) void
setMbDescription
(long v) void
setMbGuid
(long v) void
setMbIconData
(long v) void
setMbLockId
(long v) void
setMbMaintainer
(long v) void
setMbName
(long v) void
setMbNamespace
(long v) void
setMbTStamp
(long v)
-
Field Details
-
mbGuid
public static final long mbGuidMember bit: Package GUID. DB column: pkguid- See Also:
-
lnGuid
protected int lnGuidColumn length: Package GUID. DB column: pkguid -
mbName
public static final long mbNameMember bit: Name of the package, which is displayed. DB column: pkname- See Also:
-
lnName
protected int lnNameColumn length: Name of the package, which is displayed. DB column: pkname -
mbDescription
public static final long mbDescriptionMember bit: Package description. DB column: pkdesc- See Also:
-
lnDescription
protected int lnDescriptionColumn length: Package description. DB column: pkdesc -
mbIconData
public static final long mbIconDataMember bit: Icon of package. DB column: icon- See Also:
-
lnIconData
protected int lnIconDataColumn length: Icon of package. DB column: icon -
mbTStamp
public static final long mbTStampMember bit: Timestamp of last modification. DB column: pktstamp- See Also:
-
lnTStamp
protected int lnTStampColumn length: Timestamp of last modification. DB column: pktstamp -
mbLockId
public static final long mbLockIdMember bit: The ID of the user that holds the lock or -1, if the note is not locked. DB column: lockid- See Also:
-
mbMaintainer
public static final long mbMaintainerMember bit: Maintainer of package DB column: maintainer- Since:
- 21.00.000.019
- See Also:
-
lnMaintainer
protected int lnMaintainerColumn length: Maintainer of package DB column: maintainer- Since:
- 21.00.000.019
-
mbContentType
public static final long mbContentTypeMember bit: Content type of the icon DB column: contenttype- Since:
- 21.00.000.019
- See Also:
-
lnContentType
protected int lnContentTypeColumn length: Content type of the icon DB column: contenttype- Since:
- 21.00.000.019
-
mbNamespace
public static final long mbNamespaceMember bit: Name of the package, which can be used (as technical name). DB column: namespace- Since:
- 21.00.000.022
- See Also:
-
lnNamespace
protected int lnNamespaceColumn length: Name of the package, which can be used (as technical name). DB column: namespace- Since:
- 21.00.000.022
-
mbAllMembers
public static final long mbAllMembersAll valid member bits.- See Also:
-
-
Constructor Details
-
PackageDataC
public PackageDataC()
-
-
Method Details
-
getMbGuid
public long getMbGuid() -
setMbGuid
public void setMbGuid(long v) -
getLnGuid
public int getLnGuid() -
setLnGuid
public void setLnGuid(int v) -
getMbName
public long getMbName() -
setMbName
public void setMbName(long v) -
getLnName
public int getLnName() -
setLnName
public void setLnName(int v) -
getMbDescription
public long getMbDescription() -
setMbDescription
public void setMbDescription(long v) -
getLnDescription
public int getLnDescription() -
setLnDescription
public void setLnDescription(int v) -
getMbIconData
public long getMbIconData() -
setMbIconData
public void setMbIconData(long v) -
getLnIconData
public int getLnIconData() -
setLnIconData
public void setLnIconData(int v) -
getMbTStamp
public long getMbTStamp() -
setMbTStamp
public void setMbTStamp(long v) -
getLnTStamp
public int getLnTStamp() -
setLnTStamp
public void setLnTStamp(int v) -
getMbLockId
public long getMbLockId() -
setMbLockId
public void setMbLockId(long v) -
getMbMaintainer
public long getMbMaintainer() -
setMbMaintainer
public void setMbMaintainer(long v) -
getLnMaintainer
public int getLnMaintainer() -
setLnMaintainer
public void setLnMaintainer(int v) -
getMbContentType
public long getMbContentType() -
setMbContentType
public void setMbContentType(long v) -
getLnContentType
public int getLnContentType() -
setLnContentType
public void setLnContentType(int v) -
getMbNamespace
public long getMbNamespace() -
setMbNamespace
public void setMbNamespace(long v) -
getLnNamespace
public int getLnNamespace() -
setLnNamespace
public void setLnNamespace(int v) -
getMbAllMembers
public long getMbAllMembers() -
setMbAllMembers
public void setMbAllMembers(long v)
-