Package de.elo.ix.client
Class Icon
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.Icon
- All Implemented Interfaces:
Serializable
This class defines an icon.
- Since:
- 23.04.000.009
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringContent Typeprotected FileDataIcon data.protected booleanLogically deleted.protected StringGUIDprotected intIcon ID.protected intUser ID that holds a lock on this object.protected intEdge length in pixels.protected StringIcon nameprotected StringPackage name.protected StringTStampprotected StringTimestamp of this object's last export by the replication.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()getGuid()intgetId()intintgetName()booleanvoidsetContentType(String contentType) voidvoidsetDeleted(boolean deleted) voidvoidsetId(int id) voidsetLockId(int lockId) voidsetMaxEdgeLength(int maxEdgeLength) voidvoidsetPackageName(String packageName) voidvoidsetTStampSync(String TStampSync) toString()Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
name
Icon name -
guid
GUID -
lockId
protected int lockIdUser ID that holds a lock on this object. If -1, the object is unlocked. -
maxEdgeLength
protected int maxEdgeLengthEdge length in pixels. 0 would then correspond to scalable. -
id
protected int idIcon ID. -
TStamp
TStamp -
TStampSync
Timestamp of this object's last export by the replication. -
contentType
Content Type -
deleted
protected boolean deletedLogically deleted. -
packageName
Package name. -
data
Icon data.
-
-
Constructor Details
-
Icon
public Icon() -
Icon
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getName
-
setName
-
getGuid
-
setGuid
-
getTStamp
-
setTStamp
-
isDeleted
public boolean isDeleted() -
setDeleted
public void setDeleted(boolean deleted) -
getTStampSync
-
setTStampSync
-
getPackageName
-
setPackageName
-
getMaxEdgeLength
public int getMaxEdgeLength() -
setMaxEdgeLength
public void setMaxEdgeLength(int maxEdgeLength) -
getContentType
-
setContentType
-
getData
-
setData
-
getLockId
public int getLockId() -
setLockId
public void setLockId(int lockId) -
toString
-