Package de.elo.ix.client
Class NoteTemplate
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.NoteTemplate
- All Implemented Interfaces:
Serializable
This class describes the template information for a stamp.
- Since:
- 7.00.000.023
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
ACL.protected AclItem[]
ACL as an array of AclItem objects.protected int
Stamp ID.protected String
Stamp name.protected NoteImage
Image information, if this is stamp is an image.protected NoteText
Text information, if this is a textual stamp.protected String
User ID or name.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAcl()
AclItem[]
int
getId()
getName()
void
void
setAclItems
(AclItem[] aclItems) void
setId
(int id) void
void
setNoteImage
(NoteImage imageInfo) void
setNoteText
(NoteText textInfo) void
toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
id
protected int idStamp ID. -
name
Stamp name. -
userId
User ID or name. NoteTemplate objects can be defined for all users and for a specific user.- See Also:
-
noteText
Text information, if this is a textual stamp. The text information can contain the placeholders defined in NoteTemplateC. Either noteText or noteImage can be set. class NoteTemplateC- See Also:
-
noteImage
Image information, if this is stamp is an image. Either noteText or noteImage can be set.- See Also:
-
acl
ACL. Member aclItems has preceedence on checkin.- Since:
- 7.00.000.040
- See Also:
-
aclItems
ACL as an array of AclItem objects.- Since:
- 7.00.000.040
- See Also:
-
-
Constructor Details
-
NoteTemplate
public NoteTemplate() -
NoteTemplate
-
-
Method Details