Class NoteTemplate

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.NoteTemplate
All Implemented Interfaces:
Serializable

public class NoteTemplate extends ValueClass implements Serializable
This class describes the template information for a stamp.
Since:
7.00.000.023
See Also:
  • Field Details

    • id

      protected int id
      Stamp ID.
    • name

      protected String name
      Stamp name.
    • userId

      protected String userId
      User ID or name. NoteTemplate objects can be defined for all users and for a specific user.
      See Also:
    • noteText

      protected NoteText 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

      protected NoteImage noteImage
      Image information, if this is stamp is an image. Either noteText or noteImage can be set.
      See Also:
    • acl

      protected String acl
      ACL. Member aclItems has preceedence on checkin.
      Since:
      7.00.000.040
      See Also:
    • aclItems

      protected AclItem[] aclItems
      ACL as an array of AclItem objects.
      Since:
      7.00.000.040
      See Also:
  • Constructor Details

    • NoteTemplate

      public NoteTemplate()
    • NoteTemplate

      public NoteTemplate(NoteTemplate rhs)
  • Method Details

    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getNoteText

      public NoteText getNoteText()
    • setNoteText

      public void setNoteText(NoteText textInfo)
    • getNoteImage

      public NoteImage getNoteImage()
    • setNoteImage

      public void setNoteImage(NoteImage imageInfo)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • getAcl

      public String getAcl()
    • setAcl

      public void setAcl(String acl)
    • getAclItems

      public AclItem[] getAclItems()
    • setAclItems

      public void setAclItems(AclItem[] aclItems)
    • toString

      public String toString()
      Overrides:
      toString in class Object