Class Icon

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

public class Icon extends ValueClass implements Serializable

This class defines an icon.

Since:
23.04.000.009
See Also:
  • Field Details

    • name

      protected String name
      Icon name
    • guid

      protected String guid
      GUID
    • lockId

      protected int lockId
      User ID that holds a lock on this object. If -1, the object is unlocked.
    • maxEdgeLength

      protected int maxEdgeLength
      Edge length in pixels. 0 would then correspond to scalable.
    • id

      protected int id
      Icon ID.
    • TStamp

      protected String TStamp
      TStamp
    • TStampSync

      protected String TStampSync
      Timestamp of this object's last export by the replication.
    • contentType

      protected String contentType
      Content Type
    • deleted

      protected boolean deleted
      Logically deleted.
    • packageName

      protected String packageName
      Package name.
    • data

      protected FileData data
      Icon data.
  • Constructor Details

    • Icon

      public Icon()
    • Icon

      public Icon(Icon rhs)
  • Method Details

    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getGuid

      public String getGuid()
    • setGuid

      public void setGuid(String guid)
    • getTStamp

      public String getTStamp()
    • setTStamp

      public void setTStamp(String stamp)
    • isDeleted

      public boolean isDeleted()
    • setDeleted

      public void setDeleted(boolean deleted)
    • getTStampSync

      public String getTStampSync()
    • setTStampSync

      public void setTStampSync(String TStampSync)
    • getPackageName

      public String getPackageName()
    • setPackageName

      public void setPackageName(String packageName)
    • getMaxEdgeLength

      public int getMaxEdgeLength()
    • setMaxEdgeLength

      public void setMaxEdgeLength(int maxEdgeLength)
    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • getData

      public FileData getData()
    • setData

      public void setData(FileData data)
    • getLockId

      public int getLockId()
    • setLockId

      public void setLockId(int lockId)
    • toString

      public String toString()
      Overrides:
      toString in class Object